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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, skrah, vstinner
Date 2017-01-27.15:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3225117.Hh1fgsxloD@raxxla>
In-reply-to <1485531092.34.0.495019479797.issue29301@psf.upfronthosting.co.za>
Content
> What is the status of Argument Clinic? Is it something "public" or not?

No, it is for for internal CPython use only. It lacks some features (support 
of var-positional and var-keyword parameters, optional parameters without 
default value), the syntax of positional-only parameters is not officially 
accepted still, and future optimizations can require incompatible changes.

Only when all CPython builtins and extensions be converted to Argument Clinic,
PEP 457 (or an alternative) be accepted, Argument Clinic issues be resolved, 
we could say it stable enough. For now even Argument Clinic tests are broken.
History
Date User Action Args
2017-01-27 15:45:46serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, skrah
2017-01-27 15:45:46serhiy.storchakalinkissue29301 messages
2017-01-27 15:45:45serhiy.storchakacreate