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 pablogsal
Recipients pablogsal, vstinner
Date 2019-12-08.15:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575819336.63.0.681163486143.issue38997@roundup.psfhosted.org>
In-reply-to
Content
Bisecting points to:

commit 81fe5bd3d78f9bb955f8255404d99df27a31c36a
Author: Victor Stinner <vstinner@python.org>
Date:   Fri Dec 6 02:43:30 2019 +0100

    bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
    
    new_interpreter() now calls _PySys_Create() to create a new sys
    module isolated from the main interpreter. It now calls
    _PySys_InitCore() and _PyImport_FixupBuiltin().
    
    init_interp_main() now calls _PySys_InitMain().
History
Date User Action Args
2019-12-08 15:35:36pablogsalsetrecipients: + pablogsal, vstinner
2019-12-08 15:35:36pablogsalsetmessageid: <1575819336.63.0.681163486143.issue38997@roundup.psfhosted.org>
2019-12-08 15:35:36pablogsallinkissue38997 messages
2019-12-08 15:35:36pablogsalcreate