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, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2022-04-06.17:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649264419.93.0.594038472678.issue26579@roundup.psfhosted.org>
In-reply-to
Content
New changeset 884eba3c76916889fd6bff3b37b8552bfb4f9566 by Serhiy Storchaka in branch 'main':
bpo-26579: Add object.__getstate__(). (GH-2821)
https://github.com/python/cpython/commit/884eba3c76916889fd6bff3b37b8552bfb4f9566
History
Date User Action Args
2022-04-06 17:00:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner, alexandre.vassalotti, r.david.murray, berker.peksag
2022-04-06 17:00:19serhiy.storchakasetmessageid: <1649264419.93.0.594038472678.issue26579@roundup.psfhosted.org>
2022-04-06 17:00:19serhiy.storchakalinkissue26579 messages
2022-04-06 17:00:19serhiy.storchakacreate