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, berker.peksag, pitrou, rhettinger, serhiy.storchaka
Date 2016-07-14.11:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468497018.6.0.981978475553.issue26579@psf.upfronthosting.co.za>
In-reply-to
Content
An alternative way is to expose a default state as object.__getstate__(). It is more efficient since it is implemented in C. Following patch implements this approach.
History
Date User Action Args
2016-07-14 11:50:22serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti, berker.peksag
2016-07-14 11:50:18serhiy.storchakasetmessageid: <1468497018.6.0.981978475553.issue26579@psf.upfronthosting.co.za>
2016-07-14 11:50:18serhiy.storchakalinkissue26579 messages
2016-07-14 11:50:18serhiy.storchakacreate