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 vstinner
Recipients arhadthedev, erlendaasland, gdr@garethrees.org, lemburg, rhettinger, vstinner
Date 2022-01-27.20:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643315347.86.0.164867029652.issue45476@roundup.psfhosted.org>
In-reply-to
Content
> * zodbpickle-2.2.0: src/zodbpickle/_pickle_33.c

Technically, zodbpickle works on Python 3.11 and is not impacted by the Py_SIZE() change.

_pickle_33.c redefines the Py_SIZE() macro to continue using as an l-value:
https://github.com/zopefoundation/zodbpickle/commit/8d99afcea980fc7bb2ef38aadf53300e08fc4318

I proposed a PR to use Py_SET_SIZE() explicitly:
https://github.com/zopefoundation/zodbpickle/pull/64
History
Date User Action Args
2022-01-27 20:29:07vstinnersetrecipients: + vstinner, lemburg, rhettinger, gdr@garethrees.org, erlendaasland, arhadthedev
2022-01-27 20:29:07vstinnersetmessageid: <1643315347.86.0.164867029652.issue45476@roundup.psfhosted.org>
2022-01-27 20:29:07vstinnerlinkissue45476 messages
2022-01-27 20:29:07vstinnercreate