[issue14230] Delegating generator is not always visible to debugging tools such as inspect & pdb
Matt Joiner
report at bugs.python.org
Fri Mar 16 15:13:57 CET 2012
Matt Joiner <anacrolix at gmail.com> added the comment:
This changeset has broken something. All I get is a confusing backtrace ending with:
File "/home/matt/src/python-torrent/torrent/bencode.py", line 15, in encode
yield from encode(k)
AttributeError: 'list_iterator' object has no attribute 'send'
Backing out the changeset, and there is no problem. Let me know if there's some way to provide more information.
----------
nosy: +anacrolix
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14230>
_______________________________________
More information about the Python-bugs-list
mailing list