FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-98178: syslog() is not thread-safe on macOS (GH-98213) by miss-islington · Pull Request #98237 · python/cpython · GitHub

/ cpython Public

[3.11] gh-98178: syslog() is not thread-safe on macOS (GH-98213) - #98237

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-d4b9166-3.11
Oct 13, 2022
Merged

[3.11] gh-98178: syslog() is not thread-safe on macOS (GH-98213)#98237
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-d4b9166-3.11

Conversation

miss-islington commented Oct 13, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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 d4b9166)

Co-authored-by: Victor Stinner vstinner@python.org

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 d4b9166)

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, good bot.

miss-islington merged commit c7761bb into python:3.11 Oct 13, 2022
miss-islington deleted the backport-d4b9166-3.11 branch October 13, 2022 11:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL