#11942: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-04-28 00:53:48 +03:00
commit 98be2b72c6
1 changed files with 1 additions and 1 deletions

View File

@ -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()