[issue11942] Fix signature of Py_AddPendingCall

2011-04-27 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue11942] Fix signature of Py_AddPendingCall

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6739b9ab7ced by Ezio Melotti in branch '2.7': #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/6739b9ab7ced New changeset fd1f47a57ba2 by Ezio Melotti in branch '3.1': #11942: Fix return type of P

[issue11942] Fix signature of Py_AddPendingCall

2011-04-27 Thread Sandro Tosi
Changes by Sandro Tosi : Added file: http://bugs.python.org/file21814/py_addpendingcall-py32.patch ___ Python tracker ___ ___ Python-bugs-list

[issue11942] Fix signature of Py_AddPendingCall

2011-04-27 Thread Sandro Tosi
New submission from Sandro Tosi : 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 fix