New submission from Sandro Tosi <sandro.tosi at gmail.com>: Following up with http://mail.python.org/pipermail/docs/2011-April/004021.html here's a couple of patch (the first for 2.7/3.1, the other for 3.2/default) to fix the signature of Py_AddPendingCall (in particular the return type). Adding in CC Ezio since he fixed issue11865. ---------- assignee: docs at python components: Documentation files: py_addpendingcall-py27.patch keywords: patch messages: 134620 nosy: docs at python, ezio.melotti, sandro.tosi priority: normal severity: normal stage: patch review status: open title: Fix signature of Py_AddPendingCall versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file21813/py_addpendingcall-py27.patch _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue11942> _______________________________________