Eric Snow <ericsnowcurren...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46263>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to