]> granicus.if.org Git - python/commit
Release the interpreter lock for calls that may block: _locking(),
authorGuido van Rossum <guido@python.org>
Fri, 29 May 1998 01:27:07 +0000 (01:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 29 May 1998 01:27:07 +0000 (01:27 +0000)
commite4e021bf2182855910f3a6bb8e24e624ec6e92be
treeb7a1631981a9dd067ad5ef4a80891d1e5c108b21
parent00d93066b010805c53f457e095294babd5e8793a
Release the interpreter lock for calls that may block: _locking(),
_getch(), _getche().

Fix bogus error return when open_osfhandle() doesn't have the right
argument list.
PC/msvcrtmodule.c