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 Bernhard10
Recipients Bernhard10
Date 2016-12-14.14:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481726309.53.0.886951264774.issue28973@psf.upfronthosting.co.za>
In-reply-to
Content
When I did some tests involving unittest.mock.sentinel and multiprocessing.Queue, I noticed that multiprocessing.Queue changes the id of the sentinel.

This behaviour is definitely surprising and not documented.
History
Date User Action Args
2016-12-14 14:38:29Bernhard10setrecipients: + Bernhard10
2016-12-14 14:38:29Bernhard10setmessageid: <1481726309.53.0.886951264774.issue28973@psf.upfronthosting.co.za>
2016-12-14 14:38:29Bernhard10linkissue28973 messages
2016-12-14 14:38:29Bernhard10create