]> granicus.if.org Git - python/commit
We now assume that PyOS_Readline() is called with the interpreter lock
authorGuido van Rossum <guido@python.org>
Thu, 27 Aug 1998 19:43:43 +0000 (19:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 27 Aug 1998 19:43:43 +0000 (19:43 +0000)
commit8efa47b63e80a2b1a7b5ff23fe00c90ee3254a4d
tree474c216254d27e4a3d667e6ed83412187961ed5a
parent44ee479427dd895efcbef2ab263da901836966a4
We now assume that PyOS_Readline() is called with the interpreter lock
held.  It releases the lock around the call to the function pointed to by
PyOS_ReadlineFunctionPointer (default PyOS_StdioReadline()).
Parser/myreadline.c