]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36710: Pass tstate parameter to GC collect() (GH-17267)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 00:49:32 +0000 (01:49 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 00:49:32 +0000 (01:49 +0100)
commit2e96906da764402b4c8062dbf99171ca506f9e12
treeb63bacd3097dcc04c8d6dcc33121e8ead29a034c
parent279d8df5e5e8bbd4429420649359f7afcb4c8cce
bpo-36710: Pass tstate parameter to GC collect() (GH-17267)

Pass tstate parameter (PyThreadState) to GC collect() function and
other GC subfunctions.
Modules/gcmodule.c