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.

classification
Title: Convert code.__new__ to Argument Clinic
Type: Stage: resolved
Components: Argument Clinic, Installation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: larry, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2020-07-09 20:21 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21426 merged serhiy.storchaka, 2020-07-10 06:46
Messages (2)
msg373428 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-07-09 20:21
Argument Clinic is already used for code.replace(). The proposed PR converts code.__new__() to Argument Clinic.
msg373443 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-07-10 07:12
New changeset 0f9aa47babbfbecc5ef500fb0feae755230ec3c0 by Serhiy Storchaka in branch 'master':
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
https://github.com/python/cpython/commit/0f9aa47babbfbecc5ef500fb0feae755230ec3c0
History
Date User Action Args
2022-04-11 14:59:33adminsetgithub: 85435
2020-07-10 07:23:20serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-07-10 07:12:10serhiy.storchakasetmessages: + msg373443
2020-07-10 06:46:35serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request20573
2020-07-09 20:21:09serhiy.storchakacreate