]> 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:39:35 +0000 (13:39 -0800)
committerNed Deily <nad@python.org>
Sun, 23 Dec 2018 20:46:57 +0000 (15:46 -0500)
commitffc106c596d87e6e41bf9a3b69a5943317914afd
treed4cf759b579582d736b02a89c0d89e0793d8a9b1
parent25ee15a15c2d274afeea2dc5a0a0b4fb4bea904b
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)

(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]