]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
authorMohamed Koubaa <koubaa.m@gmail.com>
Wed, 4 Nov 2020 17:37:23 +0000 (11:37 -0600)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 17:37:23 +0000 (18:37 +0100)
commit7184218e186811e75be663be78e57d5302bf8af6
tree1f8c0bcd41b0e3a0d8ce4b977e9b059652e1e973
parentaf1d64d9f7a7cf673279725fdbaf4adcca51d41f
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)

Split PyInit_pyexpat() into sub-functions and fix reference leaks
on error paths.
Modules/pyexpat.c