[New-bugs-announce] [issue30766] Make CHECK_STATUS_PTHREAD signal-safe

Antoine Pitrou report at bugs.python.org
Mon Jun 26 08:40:49 EDT 2017


New submission from Antoine Pitrou:

Lock functions may be called from the C signal handler, so strive to make them more signal-safe (they are not unfortunately, but minimizing the number of non-signal-safe functions called there is a good thing).

Discovered in issue30703.

----------
components: Interpreter Core
messages: 296887
nosy: pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: Make CHECK_STATUS_PTHREAD signal-safe
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30766>
_______________________________________


More information about the New-bugs-announce mailing list