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 Michael.Felt
Recipients Michael.Felt
Date 2018-09-04.15:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536073612.09.0.56676864532.issue34579@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-04 15:06:52Michael.Feltsetrecipients: + Michael.Felt
2018-09-04 15:06:52Michael.Feltsetmessageid: <1536073612.09.0.56676864532.issue34579@psf.upfronthosting.co.za>
2018-09-04 15:06:52Michael.Feltlinkissue34579 messages
2018-09-04 15:06:52Michael.Feltcreate