gh-91576: Speed up iteration of strings (#91574)

This commit is contained in:
Kumar Aditya 2022-04-18 19:48:27 +05:30 committed by GitHub
parent a29f858124
commit 8c54c3dacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 79 additions and 6 deletions

View file

@ -1936,6 +1936,7 @@ static PyTypeObject* static_types[] = {
&_PyNamespace_Type,
&_PyNone_Type,
&_PyNotImplemented_Type,
&_PyUnicodeASCIIIter_Type,
&_PyUnion_Type,
&_PyWeakref_CallableProxyType,
&_PyWeakref_ProxyType,