cpython/Misc/NEWS.d/next
Antoine Pitrou 2c8a5e4c96 bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#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
2017-07-17 12:25:19 +02:00
..
Build bpo-30854: Fix compile error when --without-threads (#2581) 2017-07-05 10:39:17 +02:00
C API bpo-30832: Remove own implementation for thread-local storage (#2537) 2017-07-03 13:34:38 +02:00
Core and Builtins bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417) 2017-07-17 12:25:19 +02:00
Documentation Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) 2017-06-22 10:29:02 -07:00
IDLE bpo-30934: Document coverage details for idlelib tests (#2711) 2017-07-16 00:07:36 -04:00
Library bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) 2017-07-10 12:45:21 +02:00
Security Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) 2017-06-22 10:29:02 -07:00
Tests bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) 2017-07-01 14:14:45 +02:00
Tools-Demos Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) 2017-06-22 10:29:02 -07:00
Windows [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) 2017-07-17 11:15:48 +02:00
macOS Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) 2017-06-22 10:29:02 -07:00