[issue26461] PyInterpreterState_Head(), PyThreadState_Next() etc can't be sanely used

Maciej Fijalkowski report at bugs.python.org
Mon Feb 29 18:19:10 EST 2016


New submission from Maciej Fijalkowski:

All the internal uses of this API guard everything with HEAD_LOCK/HEAD_UNLOCK that's not exposed. It's not safe to traverse the whole API without holding those locks and those locks are static and module local

----------
messages: 261030
nosy: fijall
priority: normal
severity: normal
status: open
title: PyInterpreterState_Head(), PyThreadState_Next() etc can't be sanely used

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


More information about the Python-bugs-list mailing list