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 alexandre.vassalotti, hniksic, pitrou, serhiy.storchaka, torkve
Date 2017-02-19.18:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487530731.34.0.0712262379564.issue26959@psf.upfronthosting.co.za>
In-reply-to
Content
Is saving global an atomic operation? Falling back to using reduce can be not safe if some data was written during saving global. That also might make error messages less helpful. Is not founding a function the only cause of PicklingError? Raising and catching an exception is not very efficient. Shouldn't the fallback be used for classes and C functions?

If add this feature the patch should be significantly reworked.
History
Date User Action Args
2017-02-19 18:58:51serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, hniksic, alexandre.vassalotti, torkve
2017-02-19 18:58:51serhiy.storchakasetmessageid: <1487530731.34.0.0712262379564.issue26959@psf.upfronthosting.co.za>
2017-02-19 18:58:51serhiy.storchakalinkissue26959 messages
2017-02-19 18:58:51serhiy.storchakacreate