mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Add a specification of the PyConfig structure to factorize the code.
This commit is contained in:
parent
89966a694b
commit
f3bb00ea12
3 changed files with 262 additions and 320 deletions
|
@ -455,6 +455,7 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
'code_debug_ranges': 1,
|
||||
'show_ref_count': 0,
|
||||
'dump_refs': 0,
|
||||
'dump_refs_file': None,
|
||||
'malloc_stats': 0,
|
||||
|
||||
'filesystem_encoding': GET_DEFAULT_CONFIG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue