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 pkoning
Recipients docs@python, eric.snow, hroncok, ned.deily, pkoning, vstinner
Date 2018-05-31.20:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527799382.89.0.682650639539.issue33470@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I'm the one who created this problem back in 2012.  I just submitted a GDB patch for this, using PyImport_AppendInittab to define the built-in module at startup.  I'm not sure how I missed this originally; perhaps the documentation was not as clear back then or maybe I just overlooked the information.  The patch eliminates the call to _PyImport_FixBuiltins.
History
Date User Action Args
2018-05-31 20:43:02pkoningsetrecipients: + pkoning, vstinner, ned.deily, docs@python, eric.snow, hroncok
2018-05-31 20:43:02pkoningsetmessageid: <1527799382.89.0.682650639539.issue33470@psf.upfronthosting.co.za>
2018-05-31 20:43:02pkoninglinkissue33470 messages
2018-05-31 20:43:02pkoningcreate