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 Oren Milman, belopolsky, serhiy.storchaka
Date 2017-08-28.15:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503933887.28.0.550227177115.issue31293@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if there is a list, but definitely the parser, the compiler, the evaluation loop, builtin types and few builtin modules (like builtins and sys) are interpreter core. The _datetime module is an accelerator of the datetime module. It is optional and definitely is not in the core.
History
Date User Action Args
2017-08-28 15:24:47serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, Oren Milman
2017-08-28 15:24:47serhiy.storchakasetmessageid: <1503933887.28.0.550227177115.issue31293@psf.upfronthosting.co.za>
2017-08-28 15:24:47serhiy.storchakalinkissue31293 messages
2017-08-28 15:24:47serhiy.storchakacreate