This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients Mark.Shannon, anacrolix, benjamin.peterson, georg.brandl, ncoghlan, python-dev
Date 2012-03-16.14:15:14
SpamBayes Score 7.4828347e-07
Marked as misclassified No
Message-id <CAPZV6o82wxc+PFOQCif9cU8-dvxYSg-+FphP6JtGOZvQpStnWA@mail.gmail.com>
In-reply-to <1331907237.26.0.222217459396.issue14230@psf.upfronthosting.co.za>
Content
2012/3/16 Matt Joiner <report@bugs.python.org>:
>
> Matt Joiner <anacrolix@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.

Try removing all the pycs.
History
Date User Action Args
2012-03-16 14:15:15benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, ncoghlan, anacrolix, Mark.Shannon, python-dev
2012-03-16 14:15:14benjamin.petersonlinkissue14230 messages
2012-03-16 14:15:14benjamin.petersoncreate