mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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
|
@ -88,6 +88,10 @@ Parser/myreadline.c - PyOS_ReadlineFunctionPointer -
|
|||
Python/initconfig.c - _Py_StandardStreamEncoding -
|
||||
Python/initconfig.c - _Py_StandardStreamErrors -
|
||||
|
||||
# Internal constant list
|
||||
Python/initconfig.c - PYCONFIG_SPEC -
|
||||
|
||||
|
||||
##-----------------------
|
||||
## public C-API
|
||||
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue