[issue4202] Multiple interpreters and readline module hook functions.

2015-07-02 Thread Eric Snow

Changes by Eric Snow ericsnowcurren...@gmail.com:


--
nosy: +eric.snow
versions: +Python 3.5, Python 3.6 -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4202
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-26 Thread Winston451

Winston451 added the comment:

I attached a patch that solve the problem

--
keywords: +patch
Added file: http://bugs.python.org/file27725/readline.patch

___
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



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-26 Thread Winston451

Changes by Winston451 montag...@laposte.net:


--
type:  - behavior
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 
3.4, Python 3.5

___
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



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-26 Thread Winston451

Changes by Winston451 montag...@laposte.net:


Added file: http://bugs.python.org/file27727/readline.patch

___
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



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-26 Thread Winston451

Changes by Winston451 montag...@laposte.net:


Removed file: http://bugs.python.org/file27725/readline.patch

___
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



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-26 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
versions:  -Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2, Python 
3.3, Python 3.5

___
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



[issue4202] Multiple interpreters and readline module hook functions.

2012-10-25 Thread Winston451

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



[issue4202] Multiple interpreters and readline module hook functions.

2010-06-16 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

The be an issue, tests with currents interpreters are needed. You may be right, 
but it may be that no one ever uses readline with subinterpreters.

--
nosy: +tjreedy
status: open - pending
versions:  -Python 2.5

___
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