]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Jul 2023 16:55:45 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 16:55:45 +0000 (16:55 +0000)
commitaa85c93792876a602fc9ce2083b64958507d29bf
tree0c728388fb8c27f61baaaad70b917197a22337aa
parent318ea2c72e9aed7ac92457c28747eda9424c8327
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)

Remove the _PyInterpreterState_HasFeature() function from the C API:
move it to the internal C API (pycore_interp.h). No longer export
the function.
Include/cpython/pystate.h
Include/internal/pycore_interp.h