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.

Author remi.lapeyre
Recipients alexpovel, docs@python, remi.lapeyre
Date 2020-05-01.20:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588363335.32.0.0108015280339.issue40471@roundup.psfhosted.org>
In-reply-to
Content
Hi Alex, thanks for reporting this. A PR will be needed to fix those indeed.

Regarding argument clinic, the file you will need to change is Python/bltinmodule.c and you can run `make regen-all` to regenerate the other file. There is more information about this in the Python dev guide: https://devguide.python.org/

For the Pull Request to be accepted you will need to sign the Contributor License Agreement, the steps to follow are here: https://devguide.python.org/pullrequest/#cla, a bot will reemind you if you forget :)
History
Date User Action Args
2020-05-01 20:02:15remi.lapeyresetrecipients: + remi.lapeyre, docs@python, alexpovel
2020-05-01 20:02:15remi.lapeyresetmessageid: <1588363335.32.0.0108015280339.issue40471@roundup.psfhosted.org>
2020-05-01 20:02:15remi.lapeyrelinkissue40471 messages
2020-05-01 20:02:14remi.lapeyrecreate