Skip to content

bpo-41299: Mark private thread_nt.h functions as static#28553

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:thread_nt_static
Sep 24, 2021
Merged

bpo-41299: Mark private thread_nt.h functions as static#28553
vstinner merged 1 commit intopython:mainfrom
vstinner:thread_nt_static

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 24, 2021

Mark the following thread_nt.h functions as static:

  • AllocNonRecursiveMutex()
  • FreeNonRecursiveMutex()
  • EnterNonRecursiveMutex()
  • LeaveNonRecursiveMutex()

https://bugs.python.org/issue41299

Mark the following thread_nt.h functions as static:

* AllocNonRecursiveMutex()
* FreeNonRecursiveMutex()
* EnterNonRecursiveMutex()
* LeaveNonRecursiveMutex()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants