]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with except...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Mar 2020 07:54:43 +0000 (09:54 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 07:54:43 +0000 (09:54 +0200)
commita7b8a969eb3daacb1fcb029a8c5fecb5d09c964b
treee7a74fad735488001767a16ffb6c3fdbba7bddeb
parent5f2ade20a556f8c20555c7032436477d6dc86d4f
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656). (GH-18732)

(cherry picked from commit 28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb)
Misc/NEWS.d/next/C API/2020-02-25-20-10-34.bpo-38913.siF1lS.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/modsupport.c