STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Why is PyGILState_Ensure() defined in Include/pystate.h in there is not
thread? PyGILState_Ensure() implementation is conditional (in
Python/pystate.c). Here is a patch to make the definition optional.

Added file: http://bugs.python.org/file12838/gil_nothread.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to