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 serhiy.storchaka
Recipients Vlastimil.Zíma, michael.foord, peter.otten, r.david.murray, serhiy.storchaka
Date 2017-01-10.20:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Proposed patch makes mock sentinels supporting pickling and copying. This allows passing them in multiprocessing.

I'm not sure whether this is a bug fix or a new feature.

The patch works only with 3.5+. Older versions need more complex solution.
History
Date User Action Args
2017-01-10 20:20:06serhiy.storchakasetrecipients: + serhiy.storchaka, peter.otten, r.david.murray, michael.foord, Vlastimil.Zíma
2017-01-10 20:20:06serhiy.storchakasetmessageid: <[email protected]>
2017-01-10 20:20:06serhiy.storchakalinkissue20804 messages
2017-01-10 20:20:06serhiy.storchakacreate