Skip to content
New issue

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

GCC 14 support #182

Merged
merged 2 commits into from
Jul 6, 2024
Merged

GCC 14 support #182

merged 2 commits into from
Jul 6, 2024

Conversation

stefantalpalaru
Copy link
Collaborator

No description provided.

On macOS, fix a crash in syslog.syslog() in multi-threaded
applications. On macOS, the libc syslog() function is not
thread-safe, so syslog.syslog() no longer releases the GIL to call
it.
(cherry picked from commit d4b91663857e85eab1f309cacec4d27b5f6657ec)

Co-authored-by: Victor Stinner <vstinner@python.org>
@stefantalpalaru stefantalpalaru force-pushed the gcc14 branch 3 times, most recently from 22226cb to 1f83128 Compare July 6, 2024 14:04
@stefantalpalaru stefantalpalaru merged commit b787044 into master Jul 6, 2024
4 checks passed
@stefantalpalaru stefantalpalaru deleted the gcc14 branch July 6, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants