]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2019 18:40:30 +0000 (21:40 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 18:40:30 +0000 (21:40 +0300)
commitccdfeb7e969bf3aafd43dbe6581c30f66f2b0890
tree1f6c9e6fb3c133979b75f7c7ca5416926660c9e8
parentc9ed34f5ad6cd9e86175a52588f9aacd7bf844ae
[2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869). (GH-16877)

(cherry picked from commit 5bc6a7c06eda20ba131ecba6752be0506d310181)
Misc/NEWS.d/next/C API/2019-10-21-09-24-03.bpo-38540.314N_T.rst [new file with mode: 0644]
Python/getargs.c