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年09月09日 18:26 by scoder, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg143784 - (view) | Author: Stefan Behnel (scoder) * (Python committer) | Date: 2011年09月09日 18:26 | |
In Py3, PyCode_New() takes a new argument "kwonlyargcount". The signature change is not currently in the Py3 C-API documentation. http://docs.python.org/dev/c-api/code.html PyCodeObject * PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, int firstlineno, PyObject *lnotab) |
|||
| msg151670 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月20日 04:28 | |
New changeset b22a35c14a91 by Meador Inge in branch '3.2': Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. http://hg.python.org/cpython/rev/b22a35c14a91 New changeset 218b167ff521 by Meador Inge in branch 'default': Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. http://hg.python.org/cpython/rev/218b167ff521 |
|||
| msg151671 - (view) | Author: Meador Inge (meador.inge) * (Python committer) | Date: 2012年01月20日 04:31 | |
Fixed. Thanks for the report Stefan. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57158 |
| 2012年01月20日 04:31:37 | meador.inge | set | status: open -> closed nosy: + meador.inge messages: + msg151671 resolution: fixed stage: needs patch -> resolved |
| 2012年01月20日 04:28:47 | python-dev | set | nosy:
+ python-dev messages: + msg151670 |
| 2012年01月20日 03:48:26 | meador.inge | set | keywords:
+ easy stage: needs patch versions: - Python 3.1 |
| 2012年01月14日 23:47:04 | mahmoud | set | nosy:
+ mahmoud |
| 2011年09月09日 18:26:29 | scoder | create | |