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 rhettinger
Recipients larry, martin.panter, mdk, rhettinger, serhiy.storchaka, vstinner
Date 2016-11-27.20:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480277545.01.0.202425396945.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
After some further thought, I am open to changing the C API to accept either hi=None or hi=-1 to reconcile the implementation details without breaking any existing code that relies on either.  That would let the argument clinic expose a default value of hi=None.  That isn't perfect because it complicates the code and it exposes an implementation detail contrary to what the API originally intended.

Short of that, this module ought to be skipped for the argument clinic pending a build-out of signature objects to handle signatures that vary depending on the number of arguments supplied.
History
Date User Action Args
2016-11-27 20:12:25rhettingersetrecipients: + rhettinger, vstinner, larry, martin.panter, serhiy.storchaka, mdk
2016-11-27 20:12:25rhettingersetmessageid: <1480277545.01.0.202425396945.issue28754@psf.upfronthosting.co.za>
2016-11-27 20:12:24rhettingerlinkissue28754 messages
2016-11-27 20:12:24rhettingercreate