mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
Doc/data/stable_abi.dat
generated
4
Doc/data/stable_abi.dat
generated
|
@ -628,7 +628,11 @@ func,PySys_Audit,3.13,,
|
|||
func,PySys_AuditTuple,3.13,,
|
||||
func,PySys_FormatStderr,3.2,,
|
||||
func,PySys_FormatStdout,3.2,,
|
||||
func,PySys_GetAttr,3.15,,
|
||||
func,PySys_GetAttrString,3.15,,
|
||||
func,PySys_GetObject,3.2,,
|
||||
func,PySys_GetOptionalAttr,3.15,,
|
||||
func,PySys_GetOptionalAttrString,3.15,,
|
||||
func,PySys_GetXOptions,3.7,,
|
||||
func,PySys_ResetWarnOptions,3.2,,
|
||||
func,PySys_SetArgv,3.2,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue