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 ncoghlan
Recipients larry, ncoghlan, serhiy.storchaka, yselivanov
Date 2014-02-04.11:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391513077.84.0.688807282021.issue20489@psf.upfronthosting.co.za>
In-reply-to
Content
For example, see the builtins patch on issue 20184 where I initially converted sorted() to AC, but then found that making it *work* as an AC function was actually quite difficult due to the PyList implementation expecting to be given a arg tuple and kwds dict.

Something like that seems appropriate here as well - break the magic formatting of the clinic input, add a reference to this bug and then tweak the signature line manually to not be a valid AC signature line.
History
Date User Action Args
2014-02-04 11:24:37ncoghlansetrecipients: + ncoghlan, larry, serhiy.storchaka, yselivanov
2014-02-04 11:24:37ncoghlansetmessageid: <1391513077.84.0.688807282021.issue20489@psf.upfronthosting.co.za>
2014-02-04 11:24:37ncoghlanlinkissue20489 messages
2014-02-04 11:24:37ncoghlancreate