Commit a782ccaf authored by Ezio Melotti's avatar Ezio Melotti

#11942: merge with 3.1.

parents 0c759feb f95033ba
......@@ -908,7 +908,7 @@ a worker thread and the actual call than made at the earliest convenience by the
main thread where it has possession of the global interpreter lock and can
perform any Python API calls.
.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg)
.. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg)
.. index:: single: Py_AddPendingCall()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment