Antoine Pitrou <pit...@free.fr> added the comment:

Given the way the new GIL works, I'm afraid it's not really possible to support 
this (it needs some thread-state to be available).
Note that there is no reason, AFAIK, why you would want to call 
PyEval_InitThreads() before Py_Initialize().

----------
assignee:  -> docs@python
components: +Documentation
nosy: +amaury.forgeotdarc, docs@python, pitrou
type: crash -> behavior
versions: +Python 3.3

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

Reply via email to