Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue34579

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:test_embed.InitConfigTests fail on AIX
Type:behaviorStage:resolved
Components:TestsVersions:Python 3.8
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: Michael.Felt, eric.snow, vstinner
Priority:normalKeywords:patch

Created on2018-09-04 15:06 byMichael.Felt, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 9063mergedMichael.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)*(Python committer)Date: 2018-09-11 22:28
What is the output of "./Programs/_testembed init_default_config"?
msg325084 -(view)Author: STINNER Victor (vstinner)*(Python committer)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)*(Python committer)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
DateUserActionArgs
2022-04-11 14:59:05adminsetgithub: 78760
2019-05-15 02:32:22vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-09-15 09:28:35vstinnersetmessages: +msg325429
2018-09-11 22:29:18vstinnersetmessages: +msg325084
2018-09-11 22:28:36vstinnersetmessages: +msg325082
2018-09-11 14:53:47eric.snowsetnosy: +vstinner,eric.snow
2018-09-11 05:45:07Michael.Feltsettype: behavior
2018-09-04 15:15:14Michael.Feltsetkeywords: +patch
stage: patch review
pull_requests: +pull_request8523
2018-09-04 15:10:31Michael.Feltsetcomponents: + Tests
versions: + Python 3.8
2018-09-04 15:06:52Michael.Feltcreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp