]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Mar 2020 06:42:39 +0000 (08:42 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 06:42:39 +0000 (08:42 +0200)
commit28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb
tree83383bd4da7d3e8353faae7a29d7658691f299ca
parent2565edec2c974b2acca03b4cc5025e83f903ddd7
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)
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