]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
authorVictor Stinner <vstinner@python.org>
Wed, 28 Apr 2021 17:09:29 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 17:09:29 +0000 (19:09 +0200)
commit103d5e420dd90489933ad9da8bb1d6008773384d
tree1d0300b30e21f31e6ee3fa2ba5faf4c09a313022
parent3b52c8d66b25415f09478ab43f93d59a3547dc13
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
Lib/test/test_subprocess.py
Modules/_posixsubprocess.c