]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 9 Dec 2022 17:18:29 +0000 (10:18 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 17:18:29 +0000 (10:18 -0700)
commit7a0f3c1d92ef0768e082ace19d970b0ef12e7346
tree402d2024a6449a273e7e2b5270f206dfa6d28bbf
parent8d0bd93ae28299f9b2cd11d3dd1a49599b62430a
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)

The leak was introduced in gh-100082.

https://github.com/python/cpython/issues/81057
Modules/posixmodule.c