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 anacrolix
Recipients Mark.Shannon, anacrolix, benjamin.peterson, georg.brandl, ncoghlan, python-dev
Date 2012-03-16.14:13:56
SpamBayes Score 3.8235583e-05
Marked as misclassified No
Message-id <1331907237.26.0.222217459396.issue14230@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-16 14:13:57anacrolixsetrecipients: + anacrolix, georg.brandl, ncoghlan, benjamin.peterson, Mark.Shannon, python-dev
2012-03-16 14:13:57anacrolixsetmessageid: <1331907237.26.0.222217459396.issue14230@psf.upfronthosting.co.za>
2012-03-16 14:13:56anacrolixlinkissue14230 messages
2012-03-16 14:13:56anacrolixcreate