Skip to content

Commit

Permalink
pythongh-107954: Refactor initconfig.c: add CONFIG_SPEC
Browse files Browse the repository at this point in the history
Add a specification of the PyConfig structure to factorize the code.
  • Loading branch information
vstinner committed Sep 30, 2023
1 parent 89966a6 commit 7191629
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 320 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 7191629

Please sign in to comment.