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 neologix
Recipients neologix, pitrou, sbt
Date 2013-03-24.12:16:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2uM0ELcKHUb-ZLfmEvb130wXHOD78ECQ4K8w0=fFe41Q@mail.gmail.com>
In-reply-to <1364126616.19.0.472083315303.issue17025@psf.upfronthosting.co.za>
Content
> The old code deleted the obj in the feeder thread as soon as it was sent at lines 247 and 253 -- see Issue #16284.  I think that should be retained.

The object is overwritten by the pickled data, so it's not necessary
anymore, no?
History
Date User Action Args
2013-03-24 12:16:02neologixsetrecipients: + neologix, pitrou, sbt
2013-03-24 12:16:02neologixlinkissue17025 messages
2013-03-24 12:16:02neologixcreate