Skip to content

Commit f3bb00e

Browse files
authored
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Add a specification of the PyConfig structure to factorize the code.
1 parent 89966a6 commit f3bb00e

File tree

3 files changed

+262
-320
lines changed

3 files changed

+262
-320
lines changed

Lib/test/test_embed.py

+1
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
455455
'code_debug_ranges': 1,
456456
'show_ref_count': 0,
457457
'dump_refs': 0,
458+
'dump_refs_file': None,
458459
'malloc_stats': 0,
459460

460461
'filesystem_encoding': GET_DEFAULT_CONFIG,

0 commit comments

Comments
 (0)