]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Dec 2018 21:52:09 +0000 (13:52 -0800)
committerNed Deily <nad@python.org>
Thu, 20 Dec 2018 21:52:09 +0000 (16:52 -0500)
commit5241ecff161ccf34083b6a824d1ae6d79917d889
tree9401a444607e3d585110ab00b4d3e2d3382582cd
parent3a26b59ed61c0779622f7184f440328858d5d23b
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) (GH-11269)

(cherry picked from commit 3e8f962e63c2f929604443531a9a3aced242f3e8)

Co-authored-by: Arthur Neufeld <aneufeld@seinesoftware.ca>
Include/pylifecycle.h
Misc/NEWS.d/next/C API/2018-11-22-13-52-36.bpo-35259.p07c61.rst [new file with mode: 0644]