File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,10 +92,7 @@ Objects/sliceobject.c - PySlice_Type -
9292Objects/templateobject.c - _PyTemplateIter_Type -
9393Objects/templateobject.c - _PyTemplate_Type -
9494Objects/tupleobject.c - PyTupleIter_Type -
95- Objects/tupleobject.c - PyTuple_Type -
96- Objects/typeobject.c - _Py_empty_mapping_methods -
97- Objects/typeobject.c - _Py_empty_number_methods -
98- Objects/typeobject.c - _Py_empty_sequence_methods -
95+ Objects/tupleobject.c - PyTuple_Type -
9996Objects/typeobject.c - _PyBufferWrapper_Type -
10097Objects/typeobject.c - PyBaseObject_Type -
10198Objects/typeobject.c - PySuper_Type -
Original file line number Diff line number Diff line change @@ -352,6 +352,9 @@ Objects/typeobject.c - name_op -
352352Objects/typeobject.c - slotdefs -
353353# It initialized only once when main interpeter starts
354354Objects/typeobject.c - slotdefs_dups -
355+ Objects/typeobject.c - _Py_empty_mapping_methods -
356+ Objects/typeobject.c - _Py_empty_number_methods -
357+ Objects/typeobject.c - _Py_empty_sequence_methods -
355358Objects/unicodeobject.c - stripfuncnames -
356359Objects/unicodeobject.c - utf7_category -
357360Objects/unicodeobject.c unicode_decode_call_errorhandler_wchar argparse -
You can’t perform that action at this time.
0 commit comments