]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)
authorVictor Stinner <vstinner@python.org>
Thu, 4 Jun 2020 20:10:43 +0000 (22:10 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2020 20:10:43 +0000 (22:10 +0200)
commitdc24b8a2ac32114313bae519db3ccc21fe45c982
tree467c4b3fa442e4e8ac8b81c7ffaaaee24f73822f
parent6ed578f6dbffdec94f62cc2e36d626fc195678d7
bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)

In What's New in Python 3.10, propose Py_SET_SIZE(), Py_SET_REFCNT()
and Py_SET_TYPE() macros for backward compatibility with Python 3.9
and older.
Doc/whatsnew/3.10.rst