mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
gh-148829: Implement PEP 661 (#148831)
Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
0efd679a6c
commit
29a92abb60
24 changed files with 532 additions and 32 deletions
|
|
@ -3555,6 +3555,7 @@ _PyBuiltin_Init(PyInterpreterState *interp)
|
|||
SETBUILTIN("object", &PyBaseObject_Type);
|
||||
SETBUILTIN("range", &PyRange_Type);
|
||||
SETBUILTIN("reversed", &PyReversed_Type);
|
||||
SETBUILTIN("sentinel", &PySentinel_Type);
|
||||
SETBUILTIN("set", &PySet_Type);
|
||||
SETBUILTIN("slice", &PySlice_Type);
|
||||
SETBUILTIN("staticmethod", &PyStaticMethod_Type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue