[issue34579] test_embed.InitConfigTests fail on AIX

2019-05-14 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset d2067318c79f66cfdabc5715a02d5fa5ff81 by Victor Stinner (Michael Felt) in branch 'master': bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063) https://github.com/python/cpython/commit/d2067318c79f66cfdabc5715a02d5fa5ff81 --

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-11 Thread STINNER Victor
STINNER Victor added the comment: Hum, you should run "env -i ./Programs/_testembed init_default_config" to run the program in an empty environment. test_embed modifies os.environ to remove all PYTHON* env vars. -- ___ Python tracker

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-11 Thread STINNER Victor
STINNER Victor added the comment: What is the output of "./Programs/_testembed init_default_config"? -- ___ Python tracker ___ ___

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-11 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-04 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +8523 stage: -> patch review ___ Python tracker ___ ___

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-04 Thread Michael Felt
Change by Michael Felt : -- components: +Tests versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-04 Thread Michael Felt
New submission from Michael Felt : test_init_default_config (test.test_embed.InitConfigTests) ... FAIL test_init_dev_mode (test.test_embed.InitConfigTests) ... FAIL test_init_env (test.test_embed.InitConfigTests) ... FAIL test_init_from_config (test.test_embed.InitConfigTests) ... ok