bpo-36710: Pass tstate parameter to GC collect() by vstinner · Pull Request #17267 · python/cpython

@vstinner

Pass tstate parameter (PyThreadState) to GC collect() function and
other GC subfunctions.

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
Pass tstate parameter (PyThreadState) to GC collect() function and
other GC subfunctions.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
Pass tstate parameter (PyThreadState) to GC collect() function and
other GC subfunctions.