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.

classification
Title: Fix signature of Py_AddPendingCall
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, ezio.melotti, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-04-27 21:07 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py_addpendingcall-py27.patch sandro.tosi, 2011-04-27 21:07
py_addpendingcall-py32.patch sandro.tosi, 2011-04-27 21:07 review
Messages (3)
msg134620 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-04-27 21:07
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.
msg134623 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-27 21:54
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 Py_AddPendingCall. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/fd1f47a57ba2

New changeset 119c7219b1ac by Ezio Melotti in branch '3.2':
#11942: merge with 3.1.
http://hg.python.org/cpython/rev/119c7219b1ac

New changeset 1cdcd1a25025 by Ezio Melotti in branch 'default':
#11942: merge with 3.2.
http://hg.python.org/cpython/rev/1cdcd1a25025
msg134624 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-04-27 21:54
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56151
2011-04-27 21:54:43ezio.melottisetstatus: open -> closed
messages: + msg134624

assignee: docs@python -> ezio.melotti
resolution: fixed
stage: patch review -> resolved
2011-04-27 21:54:00python-devsetnosy: + python-dev
messages: + msg134623
2011-04-27 21:07:28sandro.tosisetfiles: + py_addpendingcall-py32.patch
2011-04-27 21:07:19sandro.tosicreate