diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-06-26 20:13:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 20:13:39 (GMT) |
commit | 828488393ca79f2ceb0acc2d7c30fb68baad85f8 (patch) | |
tree | a39a997f59b8482e4f2c35e4749b287a5a00f9e5 /Python/marshal.c | |
parent | 787826c9316b03ac8a197078ec1cdf98fa840c5c (diff) | |
download | cpython-828488393ca79f2ceb0acc2d7c30fb68baad85f8.zip cpython-828488393ca79f2ceb0acc2d7c30fb68baad85f8.tar.gz cpython-828488393ca79f2ceb0acc2d7c30fb68baad85f8.tar.bz2 |
[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 f84ac420c2af98339678744953869cad3c253281)
* Remove test undef
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions