mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
gh-91576: Speed up iteration of strings (#91574)
This commit is contained in:
parent
a29f858124
commit
8c54c3dacc
5 changed files with 79 additions and 6 deletions
|
@ -1936,6 +1936,7 @@ static PyTypeObject* static_types[] = {
|
|||
&_PyNamespace_Type,
|
||||
&_PyNone_Type,
|
||||
&_PyNotImplemented_Type,
|
||||
&_PyUnicodeASCIIIter_Type,
|
||||
&_PyUnion_Type,
|
||||
&_PyWeakref_CallableProxyType,
|
||||
&_PyWeakref_ProxyType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue