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 steve.dower
Recipients ncoghlan, steve.dower, twouters, vstinner
Date 2019-05-17.17:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558112468.48.0.392159915101.issue36945@roundup.psfhosted.org>
In-reply-to
Content
> * customized Python interpreter: behaves as the "regular Python"

For this, why wouldn't we say "start by copying all the code in Programs/python.c"? Is there any reason why that file needs to only be one single call into Py_Main? Maybe there's some reason I'm not aware of...
History
Date User Action Args
2019-05-17 17:01:08steve.dowersetrecipients: + steve.dower, twouters, ncoghlan, vstinner
2019-05-17 17:01:08steve.dowersetmessageid: <1558112468.48.0.392159915101.issue36945@roundup.psfhosted.org>
2019-05-17 17:01:08steve.dowerlinkissue36945 messages
2019-05-17 17:01:08steve.dowercreate