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 eric.snow, larry, serhiy.storchaka
Date 2019-09-12.19:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568315424.53.0.324671995459.issue38141@roundup.psfhosted.org>
In-reply-to
Content
Dropping "static" will hit performance. _PyArg_Parser is used at first place because it can cache some data between calls. If drop static, you should drop also _PyArg_Parser and return to old slow arguments parsing.
History
Date User Action Args
2019-09-12 19:10:24serhiy.storchakasetrecipients: + serhiy.storchaka, larry, eric.snow
2019-09-12 19:10:24serhiy.storchakasetmessageid: <1568315424.53.0.324671995459.issue38141@roundup.psfhosted.org>
2019-09-12 19:10:24serhiy.storchakalinkissue38141 messages
2019-09-12 19:10:24serhiy.storchakacreate