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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30766>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to