[issue41263] Convert code.__new__ to Argument Clinic

2020-07-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41263] Convert code.__new__ to Argument Clinic

2020-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 --

[issue41263] Convert code.__new__ to Argument Clinic

2020-07-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +20573 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21426 ___ Python tracker ___

[issue41263] Convert code.__new__ to Argument Clinic

2020-07-09 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Argument Clinic is already used for code.replace(). The proposed PR converts code.__new__() to Argument Clinic. -- components: Argument Clinic, Installation messages: 373428 nosy: larry, serhiy.storchaka priority: normal severity: normal status: o