]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102660: Fix Refleaks in import.c (#102744)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 16 Mar 2023 00:43:54 +0000 (18:43 -0600)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 00:43:54 +0000 (18:43 -0600)
commit2a03ed034edc6bb2db6fb972b2efe08db5145a28
treeb6d8ea3de51cf72a15a12c8f052d20ac31fdb4c5
parent675b97a6ab483573f07ce6e0b79b0bc370ab76c9
gh-102660: Fix Refleaks in import.c (#102744)

gh-102661 introduced some leaks. This fixes them.

https://github.com/python/cpython/issues/102660
Python/bltinmodule.c
Python/import.c
Python/sysmodule.c