New submission from Zhiping Deng <kofreesty...@gmail.com>: http://docs.python.org/c-api/init.html?highlight=py_addpendingcall#Py_AddPendingCall
void Py_AddPendingCall(int (*func)(void *, void *arg)) which should be void Py_AddPendingCall(int (*func)(void *), void *arg) ---------- assignee: docs@python components: Documentation messages: 133953 nosy: Zhiping.Deng, docs@python priority: normal severity: normal status: open title: typo in Py_AddPendingCall document versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com