We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f7839 commit f46d13cCopy full SHA for f46d13c
Doc/library/ctypes.rst
@@ -1733,7 +1733,8 @@ See :ref:`ctypes-callback-functions` for examples.
1733
.. function:: PYFUNCTYPE(restype, *argtypes)
1734
1735
The returned function prototype creates functions that use the Python calling
1736
- convention. The function will *not* release the GIL during the call.
+ convention. The function will acquire the GIL and use it like normal python
1737
+ code during the call.
1738
1739
Function prototypes created by these factory functions can be instantiated in
1740
different ways, depending on the type and number of the parameters in the call:
0 commit comments