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 pitrou
Recipients jango, pitrou
Date 2011-12-09.20:00:46
SpamBayes Score 0.00151765
Marked as misclassified No
Message-id <1323460847.0.0.861192407016.issue13569@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, Windows needs to pickle objects which are sent to (or returned from) a child process. Now you should wonder why you are sending a threading lock to the child. Are you sure this is deliberate?
History
Date User Action Args
2011-12-09 20:00:47pitrousetrecipients: + pitrou, jango
2011-12-09 20:00:47pitrousetmessageid: <1323460847.0.0.861192407016.issue13569@psf.upfronthosting.co.za>
2011-12-09 20:00:46pitroulinkissue13569 messages
2011-12-09 20:00:46pitroucreate