]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Mar 2020 20:05:08 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 20:05:08 +0000 (22:05 +0200)
commit2d2f85517f8216146a2f888d1ad4d765b3be2339
tree06b3f2306d63b292eb6a49e5772d295ae6eed4ce
parent89aa4694fc8c6d190325ef8ed6ce6a6b8efb3e50
bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750)
Python/_warnings.c