]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 03:20:31 +0000 (05:20 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 03:20:31 +0000 (03:20 +0000)
commitfadc2dc7df99501a40171f39b7cd23be732860cc
tree205ab7aca029a9738869eae19ea6ec2f20730949
parentc9eefc77a7456c5354beaff9bdba449d3e42be35
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)

Move the following private API to the internal C API
(pycore_signal.h): _PyOS_IsMainThread() and _PyOS_SigintEvent().
Include/internal/pycore_signal.h
Include/intrcheck.h