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.
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:16 | admin | set | github: 56151 |
| 2011年04月27日 21:54:43 | ezio.melotti | set | status: open -> closed messages: + msg134624 assignee: docs@python -> ezio.melotti resolution: fixed stage: patch review -> resolved |
| 2011年04月27日 21:54:00 | python-dev | set | nosy:
+ python-dev messages: + msg134623 |
| 2011年04月27日 21:07:28 | sandro.tosi | set | files: + py_addpendingcall-py32.patch |
| 2011年04月27日 21:07:19 | sandro.tosi | create | |