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 eric.snow
Recipients christian.heimes, eric.snow, erlendaasland, gvanrossum, lukasz.langa, miss-islington, ned.deily, pablogsal
Date 2022-01-06.16:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641487622.4.0.812563356042.issue46263@roundup.psfhosted.org>
In-reply-to
Content
In summary, regarding the test_embed failure:

> 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 "".

...

> ======================================================================
> FAIL: test_init_setpythonhome (test.test_embed.InitConfigTests)
> ----------------------------------------------------------------------
> ...
> -  'use_frozen_modules': 1,
> +  'use_frozen_modules': -1,
> ?                        +
> ...

...

> - out-of-tree build with system Python 3.8 => succeeds
> - out-of-tree build with system Python 3.9 => succeeds
> - in-tree build with system Python 3.9 => fails
> - in-tree build with system Python 3.8 => fails

Note that in-tree builds are working find on other platforms, AFAICS.
History
Date User Action Args
2022-01-06 16:47:02eric.snowsetrecipients: + eric.snow, gvanrossum, christian.heimes, ned.deily, lukasz.langa, pablogsal, miss-islington, erlendaasland
2022-01-06 16:47:02eric.snowsetmessageid: <1641487622.4.0.812563356042.issue46263@roundup.psfhosted.org>
2022-01-06 16:47:02eric.snowlinkissue46263 messages
2022-01-06 16:47:02eric.snowcreate