mirror of
https://github.com/python/cpython.git
synced 2026-06-05 01:10:53 +00:00
gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
5dd2161716
commit
508b49845d
56 changed files with 5433 additions and 935 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
|
@ -681,6 +681,7 @@ EXPORT_FUNC(PyType_ClearCache)
|
|||
EXPORT_FUNC(PyType_Freeze)
|
||||
EXPORT_FUNC(PyType_FromMetaclass)
|
||||
EXPORT_FUNC(PyType_FromModuleAndSpec)
|
||||
EXPORT_FUNC(PyType_FromSlots)
|
||||
EXPORT_FUNC(PyType_FromSpec)
|
||||
EXPORT_FUNC(PyType_FromSpecWithBases)
|
||||
EXPORT_FUNC(PyType_GenericAlloc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue