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 erlendaasland
Recipients christian.heimes, eric.snow, erlendaasland, gvanrossum, lukasz.langa, miss-islington, ned.deily, pablogsal
Date 2022-01-05.15:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641396592.89.0.871348972941.issue46263@roundup.psfhosted.org>
In-reply-to
Content
FWIW: from test_embed.test_init_setpythonhome:

    if not config['executable']:
        config['use_frozen_modules'] = -1

From the buildbot test stdout (but not pythoninfo) I see that config["executable"] is set to "".
History
Date User Action Args
2022-01-05 15:29:52erlendaaslandsetrecipients: + erlendaasland, gvanrossum, christian.heimes, ned.deily, lukasz.langa, eric.snow, pablogsal, miss-islington
2022-01-05 15:29:52erlendaaslandsetmessageid: <1641396592.89.0.871348972941.issue46263@roundup.psfhosted.org>
2022-01-05 15:29:52erlendaaslandlinkissue46263 messages
2022-01-05 15:29:52erlendaaslandcreate