]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 17:37:41 +0000 (19:37 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 17:37:41 +0000 (19:37 +0200)
commit480a337366f4a5335c599684609d5f59f27805b9
treecb20ab981977eb1a10ee1844e5cfcfadaaeb91e2
parentaa6f787faa4bc45006da4dc2f942fb9b82c98836
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)

Move the function to the internal C API.
Include/cpython/context.h
Include/internal/pycore_context.h
Lib/test/test_context.py
Modules/_testcapimodule.c
Modules/_testinternalcapi.c