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 sbt
Recipients pitrou, sbt, torsten
Date 2011-08-29.20:10:04
SpamBayes Score 3.2148573e-09
Marked as misclassified No
Message-id <1314648604.96.0.0241524947026.issue10886@psf.upfronthosting.co.za>
In-reply-to
Content
> This shouldn't be a problem in Python 3.3, where the Connection classes
> are reimplemented in pure Python.

What should not be a problem?

Changes to the implementation of Connection won't affect whether Queue.put() raises an error immediately if it gets an unpicklable argument.  

Nor will they affect whether weakref callbacks or __del__ methods run in a background thread, causing fork-safety issues.
History
Date User Action Args
2011-08-29 20:10:05sbtsetrecipients: + sbt, pitrou, torsten
2011-08-29 20:10:04sbtsetmessageid: <1314648604.96.0.0241524947026.issue10886@psf.upfronthosting.co.za>
2011-08-29 20:10:04sbtlinkissue10886 messages
2011-08-29 20:10:04sbtcreate