mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -20,6 +20,7 @@ extern void _PyUnicode_Fini(PyInterpreterState *);
|
|||
extern void _PyUnicode_FiniTypes(PyInterpreterState *);
|
||||
extern void _PyStaticUnicode_Dealloc(PyObject *);
|
||||
|
||||
extern PyTypeObject _PyUnicodeASCIIIter_Type;
|
||||
|
||||
/* other API */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue