[issue34579] test_embed.InitConfigTests fail on AIX

Michael Felt report at bugs.python.org
Tue Sep 4 11:06:52 EDT 2018


New submission from Michael Felt <aixtools at felt.demon.nl>:

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
test_init_global_config (test.test_embed.InitConfigTests) ... FAIL
test_init_isolated (test.test_embed.InitConfigTests) ... FAIL

This seems to be caused because the dump_config() output is not
'(null)' for the keys allocator, program, and pycache_prefix.

When these are 'expected' to be '' (rather than '(null)', all tests pass.

See PR

----------
messages: 324590
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: test_embed.InitConfigTests fail on AIX

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34579>
_______________________________________


More information about the Python-bugs-list mailing list