Files
cpython/Python
Antoine Pitrou 828488393c [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420)
* [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403)

* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to lock

This is especially important if PyThread_acquire_lock() is called reentrantly
(for example from a signal handler).

* Update 2017-06-26-14-29-50.bpo-30765.Q5iBmf.rst

* Avoid core logic when taking the mutex failed.
(cherry picked from commit f84ac420c2)

* Remove test undef
2017-06-26 22:13:39 +02:00
..
2012-03-22 10:39:16 -04:00
2017-01-01 22:04:13 -06:00
2010-12-11 04:25:57 +00:00
2013-01-19 14:58:38 -05:00
2016-09-15 01:50:53 +00:00
2017-01-09 11:10:41 +01:00
2016-09-15 01:50:53 +00:00