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 davin
Recipients cxss, davin
Date 2017-01-05.13:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483624076.89.0.966224767417.issue29168@psf.upfronthosting.co.za>
In-reply-to
Content
In your first example (not sample.py), if I make the following change:

#queue = multiprocessing.Manager().Queue(-1)
queue = 42


I am still able to reproduce the exception you observe.  This suggests the issue has nothing to do with the use of multiprocessing but does have to do with the logging handlers.

I can also reproduce that this is a change in behavior between 3.5 and 3.6.
History
Date User Action Args
2017-01-05 13:47:56davinsetrecipients: + davin, cxss
2017-01-05 13:47:56davinsetmessageid: <1483624076.89.0.966224767417.issue29168@psf.upfronthosting.co.za>
2017-01-05 13:47:56davinlinkissue29168 messages
2017-01-05 13:47:56davincreate