]> 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)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 21:39:35 +0000 (13:39 -0800)
commitd1e717588728a23d576c4ead775f7dbd68149696
tree31a0e19fc3601d383bcb93673d5f1920b5b1fb10
parentc7b7a43cd8964a90669bb37735cdafc5b0ec60cc
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]