]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Jan 2021 14:43:32 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 14:43:32 +0000 (15:43 +0100)
commit4db8988420e0a122d617df741381b0c385af032c
tree533eb5980e1fc95527f72202f60591b4be23d69a
parent11d13e83abedabba12b28773317f1a365113e7af
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)

https://bugs.python.org/issue41994
Include/cpython/import.h
Include/internal/pycore_import.h
Misc/NEWS.d/next/Core and Builtins/2020-10-10-14-16-03.bpo-41994.Xop8sV.rst [new file with mode: 0644]
Python/import.c