[Python-Dev] Replacing PyWin32's PeekNamedPipe, ReadFile, and WriteFile
Thomas Heller
theller at ctypes.org
Thu Jul 23 14:04:44 CEST 2009
Christian Heimes schrieb:
> Can ctypes release the GIL for a function call?
It will do that automatically, except for functions
using the pythonapi callign convention.
--
Thanks,
Thomas
More information about the Python-Dev
mailing list