[New-bugs-announce] [issue12861] PyOS_Readline uses single lock

Albert Zeyer report at bugs.python.org
Tue Aug 30 19:15:55 CEST 2011


New submission from Albert Zeyer <albzey at googlemail.com>:

In Parser/myreadline.c PyOS_Readline uses a single lock (`_PyOS_ReadlineLock`). I guess it is so that we don't have messed up stdin reads. Or are there other technical reasons?

However, it should work to call this function from multiple threads with different/independent `sys_stdin` / `sys_stdout`.

----------
messages: 143229
nosy: Albert.Zeyer
priority: normal
severity: normal
status: open
title: PyOS_Readline uses single lock
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12861>
_______________________________________


More information about the New-bugs-announce mailing list