We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--disable-gil
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The syslog module has two mutable global variables:
syslog
cpython/Modules/syslogmodule.c
Lines 71 to 72 in 9dae05e
We need to protect access to these variables in the --disable-gil builds.
The text was updated successfully, but these errors were encountered:
pythongh-117440: Make syslog thread-safe in free-threaded builds
f6ef2ee
Use critical sections to protect access to the syslog module.
Merge branch 'pythongh-117440-syslog' into nogil-integration
6608ab3
gh-117440: Make syslog thread-safe in free-threaded builds (#117441)
954d616
pythongh-117440: Make syslog thread-safe in free-threaded builds (p…
eb8117e
…ython#117441) Use critical sections to protect access to the syslog module.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
The
syslog
module has two mutable global variables:cpython/Modules/syslogmodule.c
Lines 71 to 72 in 9dae05e
We need to protect access to these variables in the
--disable-gil
builds.Linked PRs
syslog
thread-safe in free-threaded builds #117441The text was updated successfully, but these errors were encountered: