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 2016年12月27日 13:41 by serhiy.storchaka, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| PyArg_VaParse-limited-api.patch | serhiy.storchaka, 2017年01月22日 17:32 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 552 | closed | dstufft, 2017年03月31日 16:36 | |
| Messages (3) | |||
|---|---|---|---|
| msg284097 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年12月27日 13:41 | |
Seems PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were excluded from the stable API by the mistake in fixing issue11626. These functions was in the stable API before 3.3, and the documentation doesn't mention that they are not in the stable API. I think they should be readded to the stable API. |
|||
| msg286018 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年01月22日 17:32 | |
There are also issues with PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue(). Their declarations are not available if define PY_SSIZE_T_CLEAN and Py_LIMITED_API < 3.3. But they were available in Python 3.2. Proposed patch fixes these glitches. |
|||
| msg286209 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2017年01月24日 19:40 | |
New changeset 5cdf383ef35c by Serhiy Storchaka in branch '3.5': Issue #29083: Fixed the declaration of some public API functions. https://hg.python.org/cpython/rev/5cdf383ef35c New changeset 8eae65136000 by Serhiy Storchaka in branch '3.6': Issue #29083: Fixed the declaration of some public API functions. https://hg.python.org/cpython/rev/8eae65136000 New changeset b63d096403f4 by Serhiy Storchaka in branch 'default': Issue #29083: Fixed the declaration of some public API functions. https://hg.python.org/cpython/rev/b63d096403f4 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:41 | admin | set | github: 73269 |
| 2017年03月31日 16:36:28 | dstufft | set | pull_requests: + pull_request1014 |
| 2017年01月25日 10:12:03 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017年01月24日 19:40:05 | python-dev | set | nosy:
+ python-dev messages: + msg286209 |
| 2017年01月22日 17:32:12 | serhiy.storchaka | set | files:
+ PyArg_VaParse-limited-api.patch messages: + msg286018 assignee: serhiy.storchaka keywords: + patch stage: patch review |
| 2016年12月27日 13:42:14 | serhiy.storchaka | link | issue23903 dependencies |
| 2016年12月27日 13:41:52 | serhiy.storchaka | create | |