[Bug 459800] Review Request: python-py - Innovative python library containing py.test, greenlets and other niceties

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 20 04:18:52 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459800





--- Comment #12 from Toshio Ernie Kuratomi <a.badger at gmail.com>  2008-12-19 23:18:51 EDT ---
Here's a session you can feed back to the upstream bug report.  If the
opportunity arises, you can also mention that this is a reason not to include
copies of system libraries in something they ship ;-)

Python 2.4.3 (#1, Jan 14 2008, 18:32:40) 
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import py
>>> p = py.path.local('.')
>>> p.check(dir=True)
True
>>> from py.__.apigen.tracer.docstorage import DocStorage, DocStorageAccessor
>>> from py.__.apigen.tracer.tracer import Tracer
>>> toregister = {'py.path.local': py.path.local, 'py.path.svnwc': py.path.svnwc}
>>> ds = DocStorage().from_dict(toregister)
>>> t = Tracer(ds)
>>> t.start_tracing()
>>> p = py.path.local('.')
>>> p.check(dir=True)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/home/fedora/toshio/py-0.9.2/py/path/common.py", line 95, in check
    def check(self, **kw):
  File "/home/fedora/toshio/py-0.9.2/py/apigen/tracer/tracer.py", line 38, in
_tracer
    self.docstorage.consider_call(frame, None, self.frame)
  File "/home/fedora/toshio/py-0.9.2/py/apigen/tracer/docstorage.py", line 80,
in consider_call
    desc.consider_call_site(caller_frame, upward_cut_frame)
  File "/home/fedora/toshio/py-0.9.2/py/apigen/tracer/description.py", line
170, in consider_call_site
    cs = cut_stack(stack, frame, cut_frame)
  File "/home/fedora/toshio/py-0.9.2/py/apigen/tracer/description.py", line 81,
in cut_stack
    lst = [py.code.Frame(i) for i in stack[stack.index(frame):\
ValueError: list.index(x): x not in list

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list