Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3bb00e

Browse filesBrowse 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
Copy full SHA for f3bb00e

File tree

Expand file treeCollapse file tree

3 files changed

+262
-320
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+262
-320
lines changed

‎Lib/test/test_embed.py

Copy file name to clipboardExpand all lines: Lib/test/test_embed.py
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.