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 eric.smith, methane, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-01-17.06:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484635117.89.0.226958130921.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry INADA but I think this is all a foolish and inconsequential optimization that complicates the code in a way that isn't worth it (saving only a 1/2 millisecond in a single import. Also, we don't want the argument clinic code to start invading the pure python code which is used by other Python implementations.
History
Date User Action Args
2017-01-17 06:38:37rhettingersetrecipients: + rhettinger, ncoghlan, eric.smith, methane, serhiy.storchaka, xiang.zhang
2017-01-17 06:38:37rhettingersetmessageid: <1484635117.89.0.226958130921.issue28638@psf.upfronthosting.co.za>
2017-01-17 06:38:37rhettingerlinkissue28638 messages
2017-01-17 06:38:37rhettingercreate