bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to by pitrou · Pull Request #2403 · python/cpython (original) (raw)

@pitrou

…o lock

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

@pitrou

vstinner

vstinner

@pitrou

@pitrou

@pitrou pitrou deleted the mutex_trylock branch

June 26, 2017 18:41

pitrou added a commit to pitrou/cpython that referenced this pull request

Jun 26, 2017

@pitrou

… not to (pythonGH-2403)

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

pitrou added a commit to pitrou/cpython that referenced this pull request

Jun 26, 2017

@pitrou

… not to (pythonGH-2403)

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

pitrou added a commit to pitrou/cpython that referenced this pull request

Jun 26, 2017

@pitrou

… not to (pythonGH-2403)

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

pitrou added a commit that referenced this pull request

Jun 26, 2017

@pitrou

… not to (GH-2403) (#2418)

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

pitrou added a commit that referenced this pull request

Jun 26, 2017

@pitrou

… not to (GH-2403) (#2419)

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

pitrou added a commit that referenced this pull request

Jun 26, 2017

@pitrou

… not to (GH-2403) (#2420)

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

vstinner

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})