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 2019年03月20日 12:58 by methane, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12473 | merged | methane, 2019年03月20日 13:00 | |
| Messages (3) | |||
|---|---|---|---|
| msg338466 - (view) | Author: Inada Naoki (methane) * (Python committer) | Date: 2019年03月20日 12:58 | |
Raise warning for # use without PY_SSIZE_T_CLEAN. * 3.8: PendingDeprecationWarning * 3.9: DeprecationWarning * 3.10 (or 4.0): Remove PY_SSIZE_T_CLEAN and use Py_ssize_t always |
|||
| msg338474 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年03月20日 14:21 | |
> * 3.8: PendingDeprecationWarning ... Or maybe use directly DeprecationWarning? :-) https://discuss.python.org/t/pendingdeprecationwarning-is-really-useful/1038 |
|||
| msg338672 - (view) | Author: Inada Naoki (methane) * (Python committer) | Date: 2019年03月23日 12:04 | |
New changeset d3c72a223a5f771f964fc34557c55eb5bfa0f5a0 by Inada Naoki in branch 'master': bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) https://github.com/python/cpython/commit/d3c72a223a5f771f964fc34557c55eb5bfa0f5a0 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:12 | admin | set | github: 80562 |
| 2019年03月23日 12:05:28 | methane | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019年03月23日 12:04:43 | methane | set | messages: + msg338672 |
| 2019年03月20日 15:13:22 | vstinner | set | title: Preapre for mandatory PY_SSIZE_T_CLEAN -> Deprecate "#" argument format without PY_SSIZE_T_CLEAN |
| 2019年03月20日 14:21:51 | vstinner | set | messages: + msg338474 |
| 2019年03月20日 13:00:19 | methane | set | keywords:
+ patch stage: patch review pull_requests: + pull_request12426 |
| 2019年03月20日 12:58:55 | methane | create | |