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 gregory.p.smith
Recipients alexandre.vassalotti, gregory.p.smith, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2021-04-27.00:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619483904.03.0.150405776721.issue29368@roundup.psfhosted.org>
In-reply-to
Content
The PyList_Check -> PyList_CheckExact change led to bugs where subclasses of list that override extend can no longer be unpickled.

https://bugs.python.org/issue43946
History
Date User Action Args
2021-04-27 00:38:24gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, pitrou, vstinner, alexandre.vassalotti, python-dev, serhiy.storchaka
2021-04-27 00:38:24gregory.p.smithsetmessageid: <1619483904.03.0.150405776721.issue29368@roundup.psfhosted.org>
2021-04-27 00:38:24gregory.p.smithlinkissue29368 messages
2021-04-27 00:38:23gregory.p.smithcreate