mirror of
https://github.com/python/cpython.git
synced 2026-02-05 17:35:34 +00:00
Merge 905fff4b19 into b6d8aa436b
This commit is contained in:
commit
bad701e4b7
1 changed files with 31 additions and 0 deletions
|
|
@ -1786,8 +1786,32 @@
|
|||
added = '3.2'
|
||||
[const.Py_TPFLAGS_BASETYPE]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_HEAPTYPE]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_HAVE_GC]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_READY]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_READYING]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_IS_ABSTRACT]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_LONG_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_LIST_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_TUPLE_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_BYTES_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_UNICODE_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_DICT_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_BASE_EXC_SUBCLASS]
|
||||
added = '3.2'
|
||||
[const.Py_TPFLAGS_TYPE_SUBCLASS]
|
||||
added = '3.2'
|
||||
|
||||
[const.METH_VARARGS]
|
||||
added = '3.2'
|
||||
|
|
@ -2278,6 +2302,13 @@
|
|||
[function.PyGC_IsEnabled]
|
||||
added = '3.10'
|
||||
|
||||
# New type flags in 3.10
|
||||
|
||||
[const.Py_TPFLAGS_DISALLOW_INSTANTIATION]
|
||||
added = '3.10'
|
||||
[const.Py_TPFLAGS_IMMUTABLETYPE]
|
||||
added = '3.10'
|
||||
|
||||
# Add new C API in Python 3.11
|
||||
|
||||
[function.PyType_GetName]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue