This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: readline implementation doesn't release the GIL
Type: Stage:
Components: Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Albert.Zeyer
Priority: normal Keywords:

Created on 2011-08-30 17:04 by Albert.Zeyer, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg143226 - (view) Author: Albert Zeyer (Albert.Zeyer) * Date: 2011-08-30 17:04
Modules/readline.c 's `call_readline` doesn't release the GIL while reading.
msg143228 - (view) Author: Albert Zeyer (Albert.Zeyer) * Date: 2011-08-30 17:10
Whoops, sorry, invalid. It doesn't need to. It is handled in PyOS_Readline.
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57068
2011-08-30 17:10:41Albert.Zeyersetstatus: open -> closed
resolution: not a bug
messages: + msg143228
2011-08-30 17:04:39Albert.Zeyercreate