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 jango
Recipients jango, pitrou
Date 2011-12-09.20:28:27
SpamBayes Score 3.037228e-06
Marked as misclassified No
Message-id <CAL8R3cjVgwC_O88GeopHVFjUfjaJSjiWS-dx74rihA3-zJ8uQg@mail.gmail.com>
In-reply-to <1323460847.0.0.861192407016.issue13569@psf.upfronthosting.co.za>
Content
I am not sending locks explicetly (i.e. I am not using locks), but I do
pass a Queue object from PC instance to _Consumer and _Producer instances
that get/put values from/to the queue -- this is done deliberately.

2011/12/9 Antoine Pitrou <report@bugs.python.org>

>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> 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?
>
> ----------
> nosy: +pitrou
> versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue13569>
> _______________________________________
>
History
Date User Action Args
2011-12-09 20:28:28jangosetrecipients: + jango, pitrou
2011-12-09 20:28:27jangolinkissue13569 messages
2011-12-09 20:28:27jangocreate