SIGN IN SIGN UP

bpo-30703: Improve signal delivery (#2415)

* Improve signal delivery

Avoid using Py_AddPendingCall from signal handler, to avoid calling signal-unsafe functions.

* Remove unused function

* Improve comments

* Add stress test

* Adapt for --without-threads

* Add second stress test

* Add NEWS blurb

* Address comments @haypo
A
Antoine Pitrou committed
c08177a1ccad2ed0d50898c2731b518c631aed14
Parent: 9f3bdcb
Committed by GitHub <noreply@github.com> on 6/28/2017, 9:29:29 PM