mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Also fix stable ABI type definitions
(cherry picked from commit 6773c3eaa7
)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
parent
7fd40101b7
commit
84ce737f73
6 changed files with 53 additions and 3 deletions
|
@ -56,7 +56,6 @@ EXPORT_FUNC(Py_FatalError)
|
|||
EXPORT_FUNC(Py_Finalize)
|
||||
EXPORT_FUNC(Py_FinalizeEx)
|
||||
EXPORT_FUNC(Py_GenericAlias)
|
||||
EXPORT_FUNC(Py_GenericAliasType)
|
||||
EXPORT_FUNC(Py_GetArgcArgv)
|
||||
EXPORT_FUNC(Py_GetBuildInfo)
|
||||
EXPORT_FUNC(Py_GetCompiler)
|
||||
|
@ -722,6 +721,7 @@ EXPORT_DATA(_PyWeakref_ProxyType)
|
|||
EXPORT_DATA(_PyWeakref_RefType)
|
||||
EXPORT_DATA(Py_FileSystemDefaultEncodeErrors)
|
||||
EXPORT_DATA(Py_FileSystemDefaultEncoding)
|
||||
EXPORT_DATA(Py_GenericAliasType)
|
||||
EXPORT_DATA(Py_HasFileSystemDefaultEncoding)
|
||||
EXPORT_DATA(Py_UTF8Mode)
|
||||
EXPORT_DATA(PyBaseObject_Type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue