commit | 8efa47b63e80a2b1a7b5ff23fe00c90ee3254a4d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 27 19:43:43 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 27 19:43:43 1998 +0000 |
tree | 474c216254d27e4a3d667e6ed83412187961ed5a | |
parent | 44ee479427dd895efcbef2ab263da901836966a4 [diff] |
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()).