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.

classification
Title: test.pythoninfo: dump interpreter _PyCoreConfig
Type: Stage: resolved
Components: Tests Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords: patch

Created on 2018-09-03 13:28 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9043 merged vstinner, 2018-09-03 13:31
Messages (2)
msg324515 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-09-03 13:28
test.pythoninfo should also dump the interpreter _PyCoreConfig. It would help to check if the C locale has been coerced for example.
msg324523 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-09-03 15:06
New changeset 2094c2bea4f79c31819994d8f0afa97ccc52cca8 by Victor Stinner in branch 'master':
bpo-34567: pythoninfo gets coreconfig (GH-9043)
https://github.com/python/cpython/commit/2094c2bea4f79c31819994d8f0afa97ccc52cca8
History
Date User Action Args
2022-04-11 14:59:05adminsetgithub: 78748
2018-09-03 15:33:35vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-09-03 15:06:42vstinnersetmessages: + msg324523
2018-09-03 13:31:26vstinnersetkeywords: + patch
stage: patch review
pull_requests: + pull_request8504
2018-09-03 13:28:24vstinnercreate