cpython/Misc/NEWS.d/next
Antoine Pitrou 57e836cb41 [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (GH-2417) (#3007)
* 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 2c8a5e4c96)
2017-08-06 19:32:39 +02:00
..
Build [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583) 2017-07-05 11:24:46 +02:00
C API Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 2017-06-22 17:38:47 -07:00
Core and Builtins [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (GH-2417) (#3007) 2017-08-06 19:32:39 +02:00
Documentation [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946) 2017-07-29 18:56:06 -04:00
IDLE [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#2973) 2017-08-01 01:00:33 -04:00
Library [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003) 2017-08-05 18:01:10 +03:00
Security Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 2017-06-22 17:38:47 -07:00
Tests bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
Tools-Demos Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 2017-06-22 17:38:47 -07:00
Windows bpo-30731: python.manifest fix (#2328) (#2699) 2017-07-13 21:51:50 +02:00
macOS Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 2017-06-22 17:38:47 -07:00