[issue12859] readline implementation doesn't release the GIL

2011-08-30 Thread Albert Zeyer
Albert Zeyer added the comment: Whoops, sorry, invalid. It doesn't need to. It is handled in PyOS_Readline. -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue12859] readline implementation doesn't release the GIL

2011-08-30 Thread Albert Zeyer
New submission from Albert Zeyer : Modules/readline.c 's `call_readline` doesn't release the GIL while reading. -- messages: 143226 nosy: Albert.Zeyer priority: normal severity: normal status: open title: readline implementation doesn't release the GIL versions: Python 2.7 _