diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-06-26 19:57:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 19:57:28 (GMT) |
commit | 55ab604e3fdb91baabe98d1c407b5910eeb31cef (patch) | |
tree | e9cd9773e66f0bc9e047877ba64e51f209ba854b /Lib/idlelib/help_about.py | |
parent | 64a0c266e78c6b5363668012fa7fb614f6018930 (diff) | |
download | cpython-55ab604e3fdb91baabe98d1c407b5910eeb31cef.zip cpython-55ab604e3fdb91baabe98d1c407b5910eeb31cef.tar.gz cpython-55ab604e3fdb91baabe98d1c407b5910eeb31cef.tar.bz2 |
[3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2418)
* 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 f84ac420c2af98339678744953869cad3c253281)
Diffstat (limited to 'Lib/idlelib/help_about.py')
0 files changed, 0 insertions, 0 deletions