File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Objects/codeobject.c - _PyPositionsIterator -
118118Objects/genericaliasobject.c - _Py_GenericAliasIterType -
119119# Not in a .h file:
120120Objects/memoryobject.c - _PyMemoryIter_Type -
121+ Objects/memoryobject.c - _PyMemoryRevIter_Type -
121122Objects/unicodeobject.c - _PyUnicodeASCIIIter_Type -
122123Objects/unionobject.c - _PyUnion_Type -
123124Python/context.c - _PyContextTokenMissing_Type -
Original file line number Diff line number Diff line change @@ -684,6 +684,7 @@ Modules/posixmodule.c - _Py_open_cloexec_works -
684684Modules/posixmodule.c - environ -
685685Objects/object.c - _Py_GenericAliasIterType -
686686Objects/object.c - _PyMemoryIter_Type -
687+ Objects/object.c - _PyMemoryRevIter_Type -
687688Objects/object.c - _PyLineIterator -
688689Objects/object.c - _PyPositionsIterator -
689690Python/perf_trampoline.c - _Py_trampoline_func_start -
You can’t perform that action at this time.
0 commit comments