Issue 11942: Fix signature of Py_AddPendingCall (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56151

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 .
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:16 admin set github: 56151
2011-04-27 21:54:43 ezio.melotti set status: open -> closedmessages: + assignee: docs@python -> ezio.melottiresolution: fixedstage: patch review -> resolved
2011-04-27 21:54:00 python-dev set nosy: + python-devmessages: +
2011-04-27 21:07:28 sandro.tosi set files: + py_addpendingcall-py32.patch
2011-04-27 21:07:19 sandro.tosi create