Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c15d9e7 + 340bb95 commit 74c0031Copy full SHA for 74c0031
1 file changed
Doc/c-api/init.rst
@@ -908,7 +908,7 @@ a worker thread and the actual call than made at the earliest convenience by the
908
main thread where it has possession of the global interpreter lock and can
909
perform any Python API calls.
910
911
-.. c:function:: void Py_AddPendingCall( int (*func)(void *, void *arg) )
+.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg)
912
913
.. index:: single: Py_AddPendingCall()
914
0 commit comments