mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-74929: Implement PEP 667 (GH-115153)
This commit is contained in:
parent
1ab6356ebe
commit
b034f14a4b
19 changed files with 921 additions and 257 deletions
|
@ -2235,6 +2235,7 @@ static PyTypeObject* static_types[] = {
|
|||
&PyFilter_Type,
|
||||
&PyFloat_Type,
|
||||
&PyFrame_Type,
|
||||
&PyFrameLocalsProxy_Type,
|
||||
&PyFrozenSet_Type,
|
||||
&PyFunction_Type,
|
||||
&PyGen_Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue