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 ZackerySpytz, lukasz.langa, serhiy.storchaka, steve.dower
Date 2019-10-18.07:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571385506.38.0.228799136814.issue38410@roundup.psfhosted.org>
In-reply-to
Content
Why this ABI is exported at all? These functions are only used in the sys module, why they are defined in ceval.c instead of be static functions in sysmodule.c?
History
Date User Action Args
2019-10-18 07:58:26serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, steve.dower, ZackerySpytz
2019-10-18 07:58:26serhiy.storchakasetmessageid: <1571385506.38.0.228799136814.issue38410@roundup.psfhosted.org>
2019-10-18 07:58:26serhiy.storchakalinkissue38410 messages
2019-10-18 07:58:26serhiy.storchakacreate