[issue27483] Expose HEAD_LOCK/HEAD_UNLOCK in pystate.c

STINNER Victor report at bugs.python.org
Mon Jul 11 13:20:57 EDT 2016


STINNER Victor added the comment:

Is the profiler running in the same process than the profiled application?

Vmprof uses a signal handler, right? HEAD_LOCK is a mutex, acquire a mutex
is not async-signal safe :-( Is it an issue?

----------

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


More information about the Python-bugs-list mailing list