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, davin, michael.foord, peter.otten, r.david.murray, serhiy.storchaka
Date 2017-01-10.21:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484084284.8.0.996071486739.issue20804@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I had wrote this patch for issue29229 and didn't read the above discussion.

Copying and pickling preserve identity of some objects: functions, classes, enums, builtin singletons (None, False, True, ...). It was not obvious to me that this shouldn't work with mock sentinels.
History
Date User Action Args
2017-01-10 21:38:04serhiy.storchakasetrecipients: + serhiy.storchaka, peter.otten, r.david.murray, michael.foord, Vlastimil.Zíma, davin
2017-01-10 21:38:04serhiy.storchakasetmessageid: <1484084284.8.0.996071486739.issue20804@psf.upfronthosting.co.za>
2017-01-10 21:38:04serhiy.storchakalinkissue20804 messages
2017-01-10 21:38:04serhiy.storchakacreate