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 <[email protected]>
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: <[email protected]>
2016-07-14 11:50:18serhiy.storchakalinkissue26579 messages
2016-07-14 11:50:18serhiy.storchakacreate