]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41299: Mark private thread_nt.h functions as static (GH-28553)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Sep 2021 23:14:09 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Sep 2021 23:14:09 +0000 (01:14 +0200)
commit6bc89116cb121c176453b9745e3daa2cc5df43ab
tree2cc90cc3afaf2ad40f9c79dd55d0b687594d56a9
parentd639e3170506a1a80c4b2f1b3a6250bb95ff190a
bpo-41299: Mark private thread_nt.h functions as static (GH-28553)

Mark the following thread_nt.h functions as static:

* AllocNonRecursiveMutex()
* FreeNonRecursiveMutex()
* EnterNonRecursiveMutex()
* LeaveNonRecursiveMutex()
Python/thread_nt.h