]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 3 Mar 2020 01:13:10 +0000 (01:13 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 01:13:10 +0000 (01:13 +0000)
commit394dc0db878c08d003772de163a57ac12046d865
tree0f7e464fbe56dfeb9a14392795fe45da85fccd57
parent0d20364b132014eec609b900997c34779a4d548c
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)

(cherry picked from commit 2d2f855)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/_warnings.c