[issue9900] Threading Bug or misuse of the api ?

Martin v. Löwis report at bugs.python.org
Mon Sep 20 01:53:41 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Please include a message when closing an issue to indicate why it's closed.

AFAICT, this is indeed incorrect usage of the API: you should have used PyEval_SaveThread instead of PyEval_ReleaseLock.

----------
nosy: +loewis
resolution:  -> invalid

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


More information about the Python-bugs-list mailing list