gh-123448: Move _PyNoDefault_Type to the static types array (#123449)

This commit is contained in:
Peter Bierma 2024-08-28 21:27:40 -04:00 committed by GitHub
parent b379f1b26c
commit c9930f5022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2347,6 +2347,7 @@ static PyTypeObject* static_types[] = {
&_PyWeakref_ProxyType,
&_PyWeakref_RefType,
&_PyTypeAlias_Type,
&_PyNoDefault_Type,
// subclasses: _PyTypes_FiniTypes() deallocates them before their base
// class