Benjamin Peterson <[email protected]> added the comment: 2012/3/16 Matt Joiner <[email protected]>: > > Matt Joiner <[email protected]> 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.
Try removing all the pycs. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14230> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
