Winston451 added the comment:

Hi,

I'm currently developping an application which runs sub interpreters in threads 
(one sub interpreter per thread). When I try to use readline completion in 
these sub interpreters it fails because it's not possible to import the 
"keyword" module (PyEval_GetRestricted() returns true). I think it is due to 
the fact that readline's on_completion() use PyGILState_Ensure(). It should be 
possible to use PyEval_RestoreThread with _PyOS_ReadlineTState instead.

----------
nosy: +Winston451
status: pending -> open

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

Reply via email to