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 vstinner
Recipients larry, serhiy.storchaka, vstinner, yselivanov
Date 2020-11-09.14:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604933169.43.0.717217393963.issue42291@roundup.psfhosted.org>
In-reply-to
Content
> Argument Clinic and the inspect module do not support this case.

That's why I used -1 and None.

> But -1 and None are incorrect values for many parameters, and even if they would be correct, they are not default values. By default, if you do not specify some argument, the value of the corresponding attribute would not be changed.

If you consider that this issue matters, you may hack the code to accept None as if no parameter was passed (pass NULL).
History
Date User Action Args
2020-11-09 14:46:09vstinnersetrecipients: + vstinner, larry, serhiy.storchaka, yselivanov
2020-11-09 14:46:09vstinnersetmessageid: <1604933169.43.0.717217393963.issue42291@roundup.psfhosted.org>
2020-11-09 14:46:09vstinnerlinkissue42291 messages
2020-11-09 14:46:09vstinnercreate