mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Add functions PySys_GetAttr(), PySys_GetAttrString(), PySys_GetOptionalAttr() and PySys_GetOptionalAttrString().
This commit is contained in:
parent
b265a7ddeb
commit
bac3fcba5b
32 changed files with 287 additions and 93 deletions
4
PC/python3dll.c
generated
4
PC/python3dll.c
generated
|
|
@ -595,7 +595,11 @@ EXPORT_FUNC(PySys_Audit)
|
|||
EXPORT_FUNC(PySys_AuditTuple)
|
||||
EXPORT_FUNC(PySys_FormatStderr)
|
||||
EXPORT_FUNC(PySys_FormatStdout)
|
||||
EXPORT_FUNC(PySys_GetAttr)
|
||||
EXPORT_FUNC(PySys_GetAttrString)
|
||||
EXPORT_FUNC(PySys_GetObject)
|
||||
EXPORT_FUNC(PySys_GetOptionalAttr)
|
||||
EXPORT_FUNC(PySys_GetOptionalAttrString)
|
||||
EXPORT_FUNC(PySys_GetXOptions)
|
||||
EXPORT_FUNC(PySys_HasWarnOptions)
|
||||
EXPORT_FUNC(PySys_ResetWarnOptions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue