bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state by pitrou · Pull Request #2417 · python/cpython
added 4 commits
June 26, 2017 19:16
pitrou
changed the title
[WIP] Use _Py_atomic API for concurrency-sensitive signal state
Use _Py_atomic API for concurrency-sensitive signal state
pitrou
changed the title
Use _Py_atomic API for concurrency-sensitive signal state
bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state
pitrou
deleted the
signal_pyatomic
branch
pitrou added a commit to pitrou/cpython that referenced this pull request
Aug 6, 2017…state (pythonGH-2417) * Improve signal delivery Avoid using Py_AddPendingCall from signal handler, to avoid calling signal-unsafe functions. * Remove unused function * Improve comments * Use _Py_atomic API for concurrency-sensitive signal state * Add blurb (cherry picked from commit 2c8a5e4)
pitrou added a commit that referenced this pull request
Aug 6, 2017This 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