Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue36381

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:Deprecate "#" argument format without PY_SSIZE_T_CLEAN
Type:Stage:resolved
Components:Extension ModulesVersions:Python 3.8
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: methane, serhiy.storchaka, vstinner
Priority:normalKeywords:patch

Created on2019-03-20 12:58 bymethane, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 12473mergedmethane,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 changesetd3c72a223a5f771f964fc34557c55eb5bfa0f5a0 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
DateUserActionArgs
2022-04-11 14:59:12adminsetgithub: 80562
2019-03-23 12:05:28methanesetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-03-23 12:04:43methanesetmessages: +msg338672
2019-03-20 15:13:22vstinnersettitle: Preapre for mandatory PY_SSIZE_T_CLEAN -> Deprecate "#" argument format without PY_SSIZE_T_CLEAN
2019-03-20 14:21:51vstinnersetmessages: +msg338474
2019-03-20 13:00:19methanesetkeywords: +patch
stage: patch review
pull_requests: +pull_request12426
2019-03-20 12:58:55methanecreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp