
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2018-09-04 15:06 byMichael.Felt, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 9063 | merged | Michael.Felt,2018-09-04 15:15 | |
| Messages (4) | |||
|---|---|---|---|
| msg324590 -(view) | Author: Michael Felt (Michael.Felt)* | Date: 2018-09-04 15:06 | |
test_init_default_config (test.test_embed.InitConfigTests) ... FAILtest_init_dev_mode (test.test_embed.InitConfigTests) ... FAILtest_init_env (test.test_embed.InitConfigTests) ... FAILtest_init_from_config (test.test_embed.InitConfigTests) ... oktest_init_global_config (test.test_embed.InitConfigTests) ... FAILtest_init_isolated (test.test_embed.InitConfigTests) ... FAILThis 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 | |||
| msg325082 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2018-09-11 22:28 | |
What is the output of "./Programs/_testembed init_default_config"? | |||
| msg325084 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2018-09-11 22:29 | |
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. | |||
| msg325429 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2018-09-15 09:28 | |
New changesetd2067318c79f66cfdabc53333715a02d5fa5ff81 by Victor Stinner (Michael Felt) in branch 'master':bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)https://github.com/python/cpython/commit/d2067318c79f66cfdabc53333715a02d5fa5ff81 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:05 | admin | set | github: 78760 |
| 2019-05-15 02:32:22 | vstinner | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-09-15 09:28:35 | vstinner | set | messages: +msg325429 |
| 2018-09-11 22:29:18 | vstinner | set | messages: +msg325084 |
| 2018-09-11 22:28:36 | vstinner | set | messages: +msg325082 |
| 2018-09-11 14:53:47 | eric.snow | set | nosy: +vstinner,eric.snow |
| 2018-09-11 05:45:07 | Michael.Felt | set | type: behavior |
| 2018-09-04 15:15:14 | Michael.Felt | set | keywords: +patch stage: patch review pull_requests: +pull_request8523 |
| 2018-09-04 15:10:31 | Michael.Felt | set | components: + Tests versions: + Python 3.8 |
| 2018-09-04 15:06:52 | Michael.Felt | create | |