This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zhiping.Deng
Recipients Zhiping.Deng, docs@python
Date 2011-04-18.06:51:14
SpamBayes Score 0.10875937
Marked as misclassified No
Message-id <1303109474.81.0.645690585196.issue11865@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-04-18 06:51:14Zhiping.Dengsetrecipients: + Zhiping.Deng, docs@python
2011-04-18 06:51:14Zhiping.Dengsetmessageid: <1303109474.81.0.645690585196.issue11865@psf.upfronthosting.co.za>
2011-04-18 06:51:14Zhiping.Denglinkissue11865 messages
2011-04-18 06:51:14Zhiping.Dengcreate