summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-02-19 02:38:52 +0300
committerthegeorg <[email protected]>2024-02-19 02:50:43 +0300
commitd96fa07134c06472bfee6718b5cfd1679196fc99 (patch)
tree31ec344fa9d3ff8dc038692516b6438dfbdb8a2d /contrib/tools/python3
parent452cf9e068aef7110e35e654c5d47eb80111ef89 (diff)
Sync contrib/tools/python3 layout with upstream
* Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/Include/Python.h (renamed from contrib/tools/python3/src/Include/Python.h)0
-rw-r--r--contrib/tools/python3/Include/abstract.h (renamed from contrib/tools/python3/src/Include/abstract.h)0
-rw-r--r--contrib/tools/python3/Include/bltinmodule.h (renamed from contrib/tools/python3/src/Include/bltinmodule.h)0
-rw-r--r--contrib/tools/python3/Include/boolobject.h (renamed from contrib/tools/python3/src/Include/boolobject.h)0
-rw-r--r--contrib/tools/python3/Include/bytearrayobject.h (renamed from contrib/tools/python3/src/Include/bytearrayobject.h)0
-rw-r--r--contrib/tools/python3/Include/bytesobject.h (renamed from contrib/tools/python3/src/Include/bytesobject.h)0
-rw-r--r--contrib/tools/python3/Include/ceval.h (renamed from contrib/tools/python3/src/Include/ceval.h)0
-rw-r--r--contrib/tools/python3/Include/codecs.h (renamed from contrib/tools/python3/src/Include/codecs.h)0
-rw-r--r--contrib/tools/python3/Include/compile.h (renamed from contrib/tools/python3/src/Include/compile.h)0
-rw-r--r--contrib/tools/python3/Include/complexobject.h (renamed from contrib/tools/python3/src/Include/complexobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/abstract.h (renamed from contrib/tools/python3/src/Include/cpython/abstract.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/bytearrayobject.h (renamed from contrib/tools/python3/src/Include/cpython/bytearrayobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/bytesobject.h (renamed from contrib/tools/python3/src/Include/cpython/bytesobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/cellobject.h (renamed from contrib/tools/python3/src/Include/cpython/cellobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/ceval.h (renamed from contrib/tools/python3/src/Include/cpython/ceval.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/classobject.h (renamed from contrib/tools/python3/src/Include/cpython/classobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/code.h (renamed from contrib/tools/python3/src/Include/cpython/code.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/compile.h (renamed from contrib/tools/python3/src/Include/cpython/compile.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/complexobject.h (renamed from contrib/tools/python3/src/Include/cpython/complexobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/context.h (renamed from contrib/tools/python3/src/Include/cpython/context.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/descrobject.h (renamed from contrib/tools/python3/src/Include/cpython/descrobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/dictobject.h (renamed from contrib/tools/python3/src/Include/cpython/dictobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/fileobject.h (renamed from contrib/tools/python3/src/Include/cpython/fileobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/fileutils.h (renamed from contrib/tools/python3/src/Include/cpython/fileutils.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/floatobject.h (renamed from contrib/tools/python3/src/Include/cpython/floatobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/frameobject.h (renamed from contrib/tools/python3/src/Include/cpython/frameobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/funcobject.h (renamed from contrib/tools/python3/src/Include/cpython/funcobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/genobject.h (renamed from contrib/tools/python3/src/Include/cpython/genobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/import.h (renamed from contrib/tools/python3/src/Include/cpython/import.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/initconfig.h (renamed from contrib/tools/python3/src/Include/cpython/initconfig.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/interpreteridobject.h (renamed from contrib/tools/python3/src/Include/cpython/interpreteridobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/listobject.h (renamed from contrib/tools/python3/src/Include/cpython/listobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/longintrepr.h (renamed from contrib/tools/python3/src/Include/cpython/longintrepr.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/longobject.h (renamed from contrib/tools/python3/src/Include/cpython/longobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/memoryobject.h (renamed from contrib/tools/python3/src/Include/cpython/memoryobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/methodobject.h (renamed from contrib/tools/python3/src/Include/cpython/methodobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/modsupport.h (renamed from contrib/tools/python3/src/Include/cpython/modsupport.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/object.h (renamed from contrib/tools/python3/src/Include/cpython/object.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/objimpl.h (renamed from contrib/tools/python3/src/Include/cpython/objimpl.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/odictobject.h (renamed from contrib/tools/python3/src/Include/cpython/odictobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/picklebufobject.h (renamed from contrib/tools/python3/src/Include/cpython/picklebufobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pthread_stubs.h (renamed from contrib/tools/python3/src/Include/cpython/pthread_stubs.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pyctype.h (renamed from contrib/tools/python3/src/Include/cpython/pyctype.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pydebug.h (renamed from contrib/tools/python3/src/Include/cpython/pydebug.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pyerrors.h (renamed from contrib/tools/python3/src/Include/cpython/pyerrors.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pyfpe.h (renamed from contrib/tools/python3/src/Include/cpython/pyfpe.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pyframe.h (renamed from contrib/tools/python3/src/Include/cpython/pyframe.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pylifecycle.h (renamed from contrib/tools/python3/src/Include/cpython/pylifecycle.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pymem.h (renamed from contrib/tools/python3/src/Include/cpython/pymem.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pystate.h (renamed from contrib/tools/python3/src/Include/cpython/pystate.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pythonrun.h (renamed from contrib/tools/python3/src/Include/cpython/pythonrun.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pythread.h (renamed from contrib/tools/python3/src/Include/cpython/pythread.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/pytime.h (renamed from contrib/tools/python3/src/Include/cpython/pytime.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/setobject.h (renamed from contrib/tools/python3/src/Include/cpython/setobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/sysmodule.h (renamed from contrib/tools/python3/src/Include/cpython/sysmodule.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/traceback.h (renamed from contrib/tools/python3/src/Include/cpython/traceback.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/tupleobject.h (renamed from contrib/tools/python3/src/Include/cpython/tupleobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/unicodeobject.h (renamed from contrib/tools/python3/src/Include/cpython/unicodeobject.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/warnings.h (renamed from contrib/tools/python3/src/Include/cpython/warnings.h)0
-rw-r--r--contrib/tools/python3/Include/cpython/weakrefobject.h (renamed from contrib/tools/python3/src/Include/cpython/weakrefobject.h)0
-rw-r--r--contrib/tools/python3/Include/datetime.h (renamed from contrib/tools/python3/src/Include/datetime.h)0
-rw-r--r--contrib/tools/python3/Include/descrobject.h (renamed from contrib/tools/python3/src/Include/descrobject.h)0
-rw-r--r--contrib/tools/python3/Include/dictobject.h (renamed from contrib/tools/python3/src/Include/dictobject.h)0
-rw-r--r--contrib/tools/python3/Include/dynamic_annotations.h (renamed from contrib/tools/python3/src/Include/dynamic_annotations.h)0
-rw-r--r--contrib/tools/python3/Include/enumobject.h (renamed from contrib/tools/python3/src/Include/enumobject.h)0
-rw-r--r--contrib/tools/python3/Include/errcode.h (renamed from contrib/tools/python3/src/Include/errcode.h)0
-rw-r--r--contrib/tools/python3/Include/exports.h (renamed from contrib/tools/python3/src/Include/exports.h)0
-rw-r--r--contrib/tools/python3/Include/fileobject.h (renamed from contrib/tools/python3/src/Include/fileobject.h)0
-rw-r--r--contrib/tools/python3/Include/fileutils.h (renamed from contrib/tools/python3/src/Include/fileutils.h)0
-rw-r--r--contrib/tools/python3/Include/floatobject.h (renamed from contrib/tools/python3/src/Include/floatobject.h)0
-rw-r--r--contrib/tools/python3/Include/frameobject.h (renamed from contrib/tools/python3/src/Include/frameobject.h)0
-rw-r--r--contrib/tools/python3/Include/genericaliasobject.h (renamed from contrib/tools/python3/src/Include/genericaliasobject.h)0
-rw-r--r--contrib/tools/python3/Include/import.h (renamed from contrib/tools/python3/src/Include/import.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_abstract.h (renamed from contrib/tools/python3/src/Include/internal/pycore_abstract.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_asdl.h (renamed from contrib/tools/python3/src/Include/internal/pycore_asdl.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_ast.h (renamed from contrib/tools/python3/src/Include/internal/pycore_ast.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_ast_state.h (renamed from contrib/tools/python3/src/Include/internal/pycore_ast_state.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_atexit.h (renamed from contrib/tools/python3/src/Include/internal/pycore_atexit.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_atomic.h (renamed from contrib/tools/python3/src/Include/internal/pycore_atomic.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_atomic_funcs.h (renamed from contrib/tools/python3/src/Include/internal/pycore_atomic_funcs.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_bitutils.h (renamed from contrib/tools/python3/src/Include/internal/pycore_bitutils.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_blocks_output_buffer.h (renamed from contrib/tools/python3/src/Include/internal/pycore_blocks_output_buffer.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_bytes_methods.h (renamed from contrib/tools/python3/src/Include/internal/pycore_bytes_methods.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_bytesobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_bytesobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_call.h (renamed from contrib/tools/python3/src/Include/internal/pycore_call.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_ceval.h (renamed from contrib/tools/python3/src/Include/internal/pycore_ceval.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_ceval_state.h (renamed from contrib/tools/python3/src/Include/internal/pycore_ceval_state.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_code.h (renamed from contrib/tools/python3/src/Include/internal/pycore_code.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_compile.h (renamed from contrib/tools/python3/src/Include/internal/pycore_compile.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_condvar.h (renamed from contrib/tools/python3/src/Include/internal/pycore_condvar.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_context.h (renamed from contrib/tools/python3/src/Include/internal/pycore_context.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_descrobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_descrobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_dict.h (renamed from contrib/tools/python3/src/Include/internal/pycore_dict.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_dict_state.h (renamed from contrib/tools/python3/src/Include/internal/pycore_dict_state.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_dtoa.h (renamed from contrib/tools/python3/src/Include/internal/pycore_dtoa.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_emscripten_signal.h (renamed from contrib/tools/python3/src/Include/internal/pycore_emscripten_signal.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_exceptions.h (renamed from contrib/tools/python3/src/Include/internal/pycore_exceptions.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_faulthandler.h (renamed from contrib/tools/python3/src/Include/internal/pycore_faulthandler.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_fileutils.h (renamed from contrib/tools/python3/src/Include/internal/pycore_fileutils.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_fileutils_windows.h (renamed from contrib/tools/python3/src/Include/internal/pycore_fileutils_windows.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_floatobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_floatobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_flowgraph.h (renamed from contrib/tools/python3/src/Include/internal/pycore_flowgraph.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_format.h (renamed from contrib/tools/python3/src/Include/internal/pycore_format.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_frame.h (renamed from contrib/tools/python3/src/Include/internal/pycore_frame.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_function.h (renamed from contrib/tools/python3/src/Include/internal/pycore_function.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_gc.h (renamed from contrib/tools/python3/src/Include/internal/pycore_gc.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_genobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_genobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_getopt.h (renamed from contrib/tools/python3/src/Include/internal/pycore_getopt.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_gil.h (renamed from contrib/tools/python3/src/Include/internal/pycore_gil.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_global_objects.h (renamed from contrib/tools/python3/src/Include/internal/pycore_global_objects.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_global_objects_fini_generated.h (renamed from contrib/tools/python3/src/Include/internal/pycore_global_objects_fini_generated.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_global_strings.h (renamed from contrib/tools/python3/src/Include/internal/pycore_global_strings.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_hamt.h (renamed from contrib/tools/python3/src/Include/internal/pycore_hamt.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_hashtable.h (renamed from contrib/tools/python3/src/Include/internal/pycore_hashtable.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_import.h (renamed from contrib/tools/python3/src/Include/internal/pycore_import.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_initconfig.h (renamed from contrib/tools/python3/src/Include/internal/pycore_initconfig.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_instruments.h (renamed from contrib/tools/python3/src/Include/internal/pycore_instruments.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_interp.h (renamed from contrib/tools/python3/src/Include/internal/pycore_interp.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_intrinsics.h (renamed from contrib/tools/python3/src/Include/internal/pycore_intrinsics.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_list.h (renamed from contrib/tools/python3/src/Include/internal/pycore_list.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_long.h (renamed from contrib/tools/python3/src/Include/internal/pycore_long.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_memoryobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_memoryobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_moduleobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_moduleobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_namespace.h (renamed from contrib/tools/python3/src/Include/internal/pycore_namespace.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_object.h (renamed from contrib/tools/python3/src/Include/internal/pycore_object.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_object_state.h (renamed from contrib/tools/python3/src/Include/internal/pycore_object_state.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_obmalloc.h (renamed from contrib/tools/python3/src/Include/internal/pycore_obmalloc.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_obmalloc_init.h (renamed from contrib/tools/python3/src/Include/internal/pycore_obmalloc_init.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_opcode.h (renamed from contrib/tools/python3/src/Include/internal/pycore_opcode.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_opcode_utils.h (renamed from contrib/tools/python3/src/Include/internal/pycore_opcode_utils.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_parser.h (renamed from contrib/tools/python3/src/Include/internal/pycore_parser.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pathconfig.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pathconfig.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pyarena.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pyarena.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pyerrors.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pyerrors.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pyhash.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pyhash.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pylifecycle.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pylifecycle.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pymath.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pymath.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pymem.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pymem.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pymem_init.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pymem_init.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pystate.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pystate.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_pythread.h (renamed from contrib/tools/python3/src/Include/internal/pycore_pythread.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_range.h (renamed from contrib/tools/python3/src/Include/internal/pycore_range.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_runtime.h (renamed from contrib/tools/python3/src/Include/internal/pycore_runtime.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_runtime_init.h (renamed from contrib/tools/python3/src/Include/internal/pycore_runtime_init.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_runtime_init_generated.h (renamed from contrib/tools/python3/src/Include/internal/pycore_runtime_init_generated.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_signal.h (renamed from contrib/tools/python3/src/Include/internal/pycore_signal.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_sliceobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_sliceobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_strhex.h (renamed from contrib/tools/python3/src/Include/internal/pycore_strhex.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_structseq.h (renamed from contrib/tools/python3/src/Include/internal/pycore_structseq.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_symtable.h (renamed from contrib/tools/python3/src/Include/internal/pycore_symtable.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_sysmodule.h (renamed from contrib/tools/python3/src/Include/internal/pycore_sysmodule.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_time.h (renamed from contrib/tools/python3/src/Include/internal/pycore_time.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_token.h (renamed from contrib/tools/python3/src/Include/internal/pycore_token.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_traceback.h (renamed from contrib/tools/python3/src/Include/internal/pycore_traceback.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_tracemalloc.h (renamed from contrib/tools/python3/src/Include/internal/pycore_tracemalloc.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_tuple.h (renamed from contrib/tools/python3/src/Include/internal/pycore_tuple.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_typeobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_typeobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_typevarobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_typevarobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_ucnhash.h (renamed from contrib/tools/python3/src/Include/internal/pycore_ucnhash.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_unicodeobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_unicodeobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_unicodeobject_generated.h (renamed from contrib/tools/python3/src/Include/internal/pycore_unicodeobject_generated.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_unionobject.h (renamed from contrib/tools/python3/src/Include/internal/pycore_unionobject.h)0
-rw-r--r--contrib/tools/python3/Include/internal/pycore_warnings.h (renamed from contrib/tools/python3/src/Include/internal/pycore_warnings.h)0
-rw-r--r--contrib/tools/python3/Include/interpreteridobject.h (renamed from contrib/tools/python3/src/Include/interpreteridobject.h)0
-rw-r--r--contrib/tools/python3/Include/intrcheck.h (renamed from contrib/tools/python3/src/Include/intrcheck.h)0
-rw-r--r--contrib/tools/python3/Include/iterobject.h (renamed from contrib/tools/python3/src/Include/iterobject.h)0
-rw-r--r--contrib/tools/python3/Include/listobject.h (renamed from contrib/tools/python3/src/Include/listobject.h)0
-rw-r--r--contrib/tools/python3/Include/longobject.h (renamed from contrib/tools/python3/src/Include/longobject.h)0
-rw-r--r--contrib/tools/python3/Include/marshal.h (renamed from contrib/tools/python3/src/Include/marshal.h)0
-rw-r--r--contrib/tools/python3/Include/memoryobject.h (renamed from contrib/tools/python3/src/Include/memoryobject.h)0
-rw-r--r--contrib/tools/python3/Include/methodobject.h (renamed from contrib/tools/python3/src/Include/methodobject.h)0
-rw-r--r--contrib/tools/python3/Include/modsupport.h (renamed from contrib/tools/python3/src/Include/modsupport.h)0
-rw-r--r--contrib/tools/python3/Include/moduleobject.h (renamed from contrib/tools/python3/src/Include/moduleobject.h)0
-rw-r--r--contrib/tools/python3/Include/object.h (renamed from contrib/tools/python3/src/Include/object.h)0
-rw-r--r--contrib/tools/python3/Include/objimpl.h (renamed from contrib/tools/python3/src/Include/objimpl.h)0
-rw-r--r--contrib/tools/python3/Include/opcode.h (renamed from contrib/tools/python3/src/Include/opcode.h)0
-rw-r--r--contrib/tools/python3/Include/osdefs.h (renamed from contrib/tools/python3/src/Include/osdefs.h)0
-rw-r--r--contrib/tools/python3/Include/osmodule.h (renamed from contrib/tools/python3/src/Include/osmodule.h)0
-rw-r--r--contrib/tools/python3/Include/patchlevel.h (renamed from contrib/tools/python3/src/Include/patchlevel.h)0
-rw-r--r--contrib/tools/python3/Include/pybuffer.h (renamed from contrib/tools/python3/src/Include/pybuffer.h)0
-rw-r--r--contrib/tools/python3/Include/pycapsule.h (renamed from contrib/tools/python3/src/Include/pycapsule.h)0
-rw-r--r--contrib/tools/python3/Include/pyconfig-linux.h (renamed from contrib/tools/python3/src/Include/pyconfig-linux.h)0
-rw-r--r--contrib/tools/python3/Include/pyconfig-musl.h (renamed from contrib/tools/python3/src/Include/pyconfig-musl.h)0
-rw-r--r--contrib/tools/python3/Include/pyconfig-osx-arm64.h (renamed from contrib/tools/python3/src/Include/pyconfig-osx-arm64.h)0
-rw-r--r--contrib/tools/python3/Include/pyconfig-osx.h (renamed from contrib/tools/python3/src/Include/pyconfig-osx.h)0
-rw-r--r--contrib/tools/python3/Include/pyconfig.h (renamed from contrib/tools/python3/src/Include/pyconfig.h)0
-rw-r--r--contrib/tools/python3/Include/pydtrace.h (renamed from contrib/tools/python3/src/Include/pydtrace.h)0
-rw-r--r--contrib/tools/python3/Include/pyerrors.h (renamed from contrib/tools/python3/src/Include/pyerrors.h)0
-rw-r--r--contrib/tools/python3/Include/pyexpat.h (renamed from contrib/tools/python3/src/Include/pyexpat.h)0
-rw-r--r--contrib/tools/python3/Include/pyframe.h (renamed from contrib/tools/python3/src/Include/pyframe.h)0
-rw-r--r--contrib/tools/python3/Include/pyhash.h (renamed from contrib/tools/python3/src/Include/pyhash.h)0
-rw-r--r--contrib/tools/python3/Include/pylifecycle.h (renamed from contrib/tools/python3/src/Include/pylifecycle.h)0
-rw-r--r--contrib/tools/python3/Include/pymacconfig.h (renamed from contrib/tools/python3/src/Include/pymacconfig.h)0
-rw-r--r--contrib/tools/python3/Include/pymacro.h (renamed from contrib/tools/python3/src/Include/pymacro.h)0
-rw-r--r--contrib/tools/python3/Include/pymath.h (renamed from contrib/tools/python3/src/Include/pymath.h)0
-rw-r--r--contrib/tools/python3/Include/pymem.h (renamed from contrib/tools/python3/src/Include/pymem.h)0
-rw-r--r--contrib/tools/python3/Include/pyport.h (renamed from contrib/tools/python3/src/Include/pyport.h)0
-rw-r--r--contrib/tools/python3/Include/pystate.h (renamed from contrib/tools/python3/src/Include/pystate.h)0
-rw-r--r--contrib/tools/python3/Include/pystats.h (renamed from contrib/tools/python3/src/Include/pystats.h)0
-rw-r--r--contrib/tools/python3/Include/pystrcmp.h (renamed from contrib/tools/python3/src/Include/pystrcmp.h)0
-rw-r--r--contrib/tools/python3/Include/pystrtod.h (renamed from contrib/tools/python3/src/Include/pystrtod.h)0
-rw-r--r--contrib/tools/python3/Include/pythonrun.h (renamed from contrib/tools/python3/src/Include/pythonrun.h)0
-rw-r--r--contrib/tools/python3/Include/pythread.h (renamed from contrib/tools/python3/src/Include/pythread.h)0
-rw-r--r--contrib/tools/python3/Include/pytypedefs.h (renamed from contrib/tools/python3/src/Include/pytypedefs.h)0
-rw-r--r--contrib/tools/python3/Include/rangeobject.h (renamed from contrib/tools/python3/src/Include/rangeobject.h)0
-rw-r--r--contrib/tools/python3/Include/setobject.h (renamed from contrib/tools/python3/src/Include/setobject.h)0
-rw-r--r--contrib/tools/python3/Include/sliceobject.h (renamed from contrib/tools/python3/src/Include/sliceobject.h)0
-rw-r--r--contrib/tools/python3/Include/structmember.h (renamed from contrib/tools/python3/src/Include/structmember.h)0
-rw-r--r--contrib/tools/python3/Include/structseq.h (renamed from contrib/tools/python3/src/Include/structseq.h)0
-rw-r--r--contrib/tools/python3/Include/sysmodule.h (renamed from contrib/tools/python3/src/Include/sysmodule.h)0
-rw-r--r--contrib/tools/python3/Include/traceback.h (renamed from contrib/tools/python3/src/Include/traceback.h)0
-rw-r--r--contrib/tools/python3/Include/tracemalloc.h (renamed from contrib/tools/python3/src/Include/tracemalloc.h)0
-rw-r--r--contrib/tools/python3/Include/tupleobject.h (renamed from contrib/tools/python3/src/Include/tupleobject.h)0
-rw-r--r--contrib/tools/python3/Include/typeslots.h (renamed from contrib/tools/python3/src/Include/typeslots.h)0
-rw-r--r--contrib/tools/python3/Include/unicodeobject.h (renamed from contrib/tools/python3/src/Include/unicodeobject.h)0
-rw-r--r--contrib/tools/python3/Include/warnings.h (renamed from contrib/tools/python3/src/Include/warnings.h)0
-rw-r--r--contrib/tools/python3/Include/weakrefobject.h (renamed from contrib/tools/python3/src/Include/weakrefobject.h)0
-rw-r--r--contrib/tools/python3/LICENSE (renamed from contrib/tools/python3/src/LICENSE)0
-rw-r--r--contrib/tools/python3/Lib/__future__.py (renamed from contrib/tools/python3/src/Lib/__future__.py)0
-rw-r--r--contrib/tools/python3/Lib/__hello__.py (renamed from contrib/tools/python3/src/Lib/__hello__.py)0
-rw-r--r--contrib/tools/python3/Lib/_aix_support.py (renamed from contrib/tools/python3/src/Lib/_aix_support.py)0
-rw-r--r--contrib/tools/python3/Lib/_collections_abc.py (renamed from contrib/tools/python3/src/Lib/_collections_abc.py)0
-rw-r--r--contrib/tools/python3/Lib/_compat_pickle.py (renamed from contrib/tools/python3/src/Lib/_compat_pickle.py)0
-rw-r--r--contrib/tools/python3/Lib/_compression.py (renamed from contrib/tools/python3/src/Lib/_compression.py)0
-rw-r--r--contrib/tools/python3/Lib/_markupbase.py (renamed from contrib/tools/python3/src/Lib/_markupbase.py)0
-rw-r--r--contrib/tools/python3/Lib/_osx_support.py (renamed from contrib/tools/python3/src/Lib/_osx_support.py)0
-rw-r--r--contrib/tools/python3/Lib/_py_abc.py (renamed from contrib/tools/python3/src/Lib/_py_abc.py)0
-rw-r--r--contrib/tools/python3/Lib/_pydatetime.py (renamed from contrib/tools/python3/src/Lib/_pydatetime.py)0
-rw-r--r--contrib/tools/python3/Lib/_pydecimal.py (renamed from contrib/tools/python3/src/Lib/_pydecimal.py)0
-rw-r--r--contrib/tools/python3/Lib/_pyio.py (renamed from contrib/tools/python3/src/Lib/_pyio.py)0
-rw-r--r--contrib/tools/python3/Lib/_pylong.py (renamed from contrib/tools/python3/src/Lib/_pylong.py)0
-rw-r--r--contrib/tools/python3/Lib/_sitebuiltins.py (renamed from contrib/tools/python3/src/Lib/_sitebuiltins.py)0
-rw-r--r--contrib/tools/python3/Lib/_strptime.py (renamed from contrib/tools/python3/src/Lib/_strptime.py)0
-rw-r--r--contrib/tools/python3/Lib/_sysconfigdata_arcadia.py (renamed from contrib/tools/python3/src/Lib/_sysconfigdata_arcadia.py)0
-rw-r--r--contrib/tools/python3/Lib/_threading_local.py (renamed from contrib/tools/python3/src/Lib/_threading_local.py)0
-rw-r--r--contrib/tools/python3/Lib/_weakrefset.py (renamed from contrib/tools/python3/src/Lib/_weakrefset.py)0
-rw-r--r--contrib/tools/python3/Lib/abc.py (renamed from contrib/tools/python3/src/Lib/abc.py)0
-rw-r--r--contrib/tools/python3/Lib/aifc.py (renamed from contrib/tools/python3/src/Lib/aifc.py)0
-rw-r--r--contrib/tools/python3/Lib/antigravity.py (renamed from contrib/tools/python3/src/Lib/antigravity.py)0
-rw-r--r--contrib/tools/python3/Lib/argparse.py (renamed from contrib/tools/python3/src/Lib/argparse.py)0
-rw-r--r--contrib/tools/python3/Lib/ast.py (renamed from contrib/tools/python3/src/Lib/ast.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/__init__.py (renamed from contrib/tools/python3/src/Lib/asyncio/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/__main__.py (renamed from contrib/tools/python3/src/Lib/asyncio/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/base_events.py (renamed from contrib/tools/python3/src/Lib/asyncio/base_events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/base_futures.py (renamed from contrib/tools/python3/src/Lib/asyncio/base_futures.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/base_subprocess.py (renamed from contrib/tools/python3/src/Lib/asyncio/base_subprocess.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/base_tasks.py (renamed from contrib/tools/python3/src/Lib/asyncio/base_tasks.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/constants.py (renamed from contrib/tools/python3/src/Lib/asyncio/constants.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/coroutines.py (renamed from contrib/tools/python3/src/Lib/asyncio/coroutines.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/events.py (renamed from contrib/tools/python3/src/Lib/asyncio/events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/exceptions.py (renamed from contrib/tools/python3/src/Lib/asyncio/exceptions.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/format_helpers.py (renamed from contrib/tools/python3/src/Lib/asyncio/format_helpers.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/futures.py (renamed from contrib/tools/python3/src/Lib/asyncio/futures.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/locks.py (renamed from contrib/tools/python3/src/Lib/asyncio/locks.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/log.py (renamed from contrib/tools/python3/src/Lib/asyncio/log.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/mixins.py (renamed from contrib/tools/python3/src/Lib/asyncio/mixins.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/proactor_events.py (renamed from contrib/tools/python3/src/Lib/asyncio/proactor_events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/protocols.py (renamed from contrib/tools/python3/src/Lib/asyncio/protocols.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/queues.py (renamed from contrib/tools/python3/src/Lib/asyncio/queues.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/runners.py (renamed from contrib/tools/python3/src/Lib/asyncio/runners.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/selector_events.py (renamed from contrib/tools/python3/src/Lib/asyncio/selector_events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/sslproto.py (renamed from contrib/tools/python3/src/Lib/asyncio/sslproto.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/staggered.py (renamed from contrib/tools/python3/src/Lib/asyncio/staggered.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/streams.py (renamed from contrib/tools/python3/src/Lib/asyncio/streams.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/subprocess.py (renamed from contrib/tools/python3/src/Lib/asyncio/subprocess.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/taskgroups.py (renamed from contrib/tools/python3/src/Lib/asyncio/taskgroups.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/tasks.py (renamed from contrib/tools/python3/src/Lib/asyncio/tasks.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/threads.py (renamed from contrib/tools/python3/src/Lib/asyncio/threads.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/timeouts.py (renamed from contrib/tools/python3/src/Lib/asyncio/timeouts.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/transports.py (renamed from contrib/tools/python3/src/Lib/asyncio/transports.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/trsock.py (renamed from contrib/tools/python3/src/Lib/asyncio/trsock.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/unix_events.py (renamed from contrib/tools/python3/src/Lib/asyncio/unix_events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/windows_events.py (renamed from contrib/tools/python3/src/Lib/asyncio/windows_events.py)0
-rw-r--r--contrib/tools/python3/Lib/asyncio/windows_utils.py (renamed from contrib/tools/python3/src/Lib/asyncio/windows_utils.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/base64.py (renamed from contrib/tools/python3/src/Lib/base64.py)0
-rw-r--r--contrib/tools/python3/Lib/bdb.py (renamed from contrib/tools/python3/src/Lib/bdb.py)0
-rw-r--r--contrib/tools/python3/Lib/bisect.py (renamed from contrib/tools/python3/src/Lib/bisect.py)0
-rw-r--r--contrib/tools/python3/Lib/bz2.py (renamed from contrib/tools/python3/src/Lib/bz2.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/cProfile.py (renamed from contrib/tools/python3/src/Lib/cProfile.py)0
-rw-r--r--contrib/tools/python3/Lib/calendar.py (renamed from contrib/tools/python3/src/Lib/calendar.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/cgi.py (renamed from contrib/tools/python3/src/Lib/cgi.py)0
-rw-r--r--contrib/tools/python3/Lib/cgitb.py (renamed from contrib/tools/python3/src/Lib/cgitb.py)0
-rw-r--r--contrib/tools/python3/Lib/chunk.py (renamed from contrib/tools/python3/src/Lib/chunk.py)0
-rw-r--r--contrib/tools/python3/Lib/cmd.py (renamed from contrib/tools/python3/src/Lib/cmd.py)0
-rw-r--r--contrib/tools/python3/Lib/code.py (renamed from contrib/tools/python3/src/Lib/code.py)0
-rw-r--r--contrib/tools/python3/Lib/codecs.py (renamed from contrib/tools/python3/src/Lib/codecs.py)0
-rw-r--r--contrib/tools/python3/Lib/codeop.py (renamed from contrib/tools/python3/src/Lib/codeop.py)0
-rw-r--r--contrib/tools/python3/Lib/collections/__init__.py (renamed from contrib/tools/python3/src/Lib/collections/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/collections/abc.py (renamed from contrib/tools/python3/src/Lib/collections/abc.py)0
-rw-r--r--contrib/tools/python3/Lib/colorsys.py (renamed from contrib/tools/python3/src/Lib/colorsys.py)0
-rw-r--r--contrib/tools/python3/Lib/compileall.py (renamed from contrib/tools/python3/src/Lib/compileall.py)0
-rw-r--r--contrib/tools/python3/Lib/concurrent/__init__.py (renamed from contrib/tools/python3/src/Lib/concurrent/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/concurrent/futures/__init__.py (renamed from contrib/tools/python3/src/Lib/concurrent/futures/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/concurrent/futures/_base.py (renamed from contrib/tools/python3/src/Lib/concurrent/futures/_base.py)0
-rw-r--r--contrib/tools/python3/Lib/concurrent/futures/process.py (renamed from contrib/tools/python3/src/Lib/concurrent/futures/process.py)0
-rw-r--r--contrib/tools/python3/Lib/concurrent/futures/thread.py (renamed from contrib/tools/python3/src/Lib/concurrent/futures/thread.py)0
-rw-r--r--contrib/tools/python3/Lib/configparser.py (renamed from contrib/tools/python3/src/Lib/configparser.py)0
-rw-r--r--contrib/tools/python3/Lib/contextlib.py (renamed from contrib/tools/python3/src/Lib/contextlib.py)0
-rw-r--r--contrib/tools/python3/Lib/contextvars.py (renamed from contrib/tools/python3/src/Lib/contextvars.py)0
-rw-r--r--contrib/tools/python3/Lib/copy.py (renamed from contrib/tools/python3/src/Lib/copy.py)0
-rw-r--r--contrib/tools/python3/Lib/copyreg.py (renamed from contrib/tools/python3/src/Lib/copyreg.py)0
-rw-r--r--contrib/tools/python3/Lib/crypt.py (renamed from contrib/tools/python3/src/Lib/crypt.py)0
-rw-r--r--contrib/tools/python3/Lib/csv.py (renamed from contrib/tools/python3/src/Lib/csv.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/__init__.py (renamed from contrib/tools/python3/src/Lib/ctypes/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/_aix.py (renamed from contrib/tools/python3/src/Lib/ctypes/_aix.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/_endian.py (renamed from contrib/tools/python3/src/Lib/ctypes/_endian.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/macholib/__init__.py (renamed from contrib/tools/python3/src/Lib/ctypes/macholib/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/macholib/dyld.py (renamed from contrib/tools/python3/src/Lib/ctypes/macholib/dyld.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/macholib/dylib.py (renamed from contrib/tools/python3/src/Lib/ctypes/macholib/dylib.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/macholib/framework.py (renamed from contrib/tools/python3/src/Lib/ctypes/macholib/framework.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/util.py (renamed from contrib/tools/python3/src/Lib/ctypes/util.py)0
-rw-r--r--contrib/tools/python3/Lib/ctypes/wintypes.py (renamed from contrib/tools/python3/src/Lib/ctypes/wintypes.py)0
-rw-r--r--contrib/tools/python3/Lib/curses/__init__.py (renamed from contrib/tools/python3/src/Lib/curses/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/curses/ascii.py (renamed from contrib/tools/python3/src/Lib/curses/ascii.py)0
-rw-r--r--contrib/tools/python3/Lib/curses/has_key.py (renamed from contrib/tools/python3/src/Lib/curses/has_key.py)0
-rw-r--r--contrib/tools/python3/Lib/curses/panel.py (renamed from contrib/tools/python3/src/Lib/curses/panel.py)0
-rw-r--r--contrib/tools/python3/Lib/curses/textpad.py (renamed from contrib/tools/python3/src/Lib/curses/textpad.py)0
-rw-r--r--contrib/tools/python3/Lib/dataclasses.py (renamed from contrib/tools/python3/src/Lib/dataclasses.py)0
-rw-r--r--contrib/tools/python3/Lib/datetime.py (renamed from contrib/tools/python3/src/Lib/datetime.py)0
-rw-r--r--contrib/tools/python3/Lib/dbm/__init__.py (renamed from contrib/tools/python3/src/Lib/dbm/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/dbm/dumb.py (renamed from contrib/tools/python3/src/Lib/dbm/dumb.py)0
-rw-r--r--contrib/tools/python3/Lib/dbm/gnu.py (renamed from contrib/tools/python3/src/Lib/dbm/gnu.py)0
-rw-r--r--contrib/tools/python3/Lib/dbm/ndbm.py (renamed from contrib/tools/python3/src/Lib/dbm/ndbm.py)0
-rw-r--r--contrib/tools/python3/Lib/decimal.py (renamed from contrib/tools/python3/src/Lib/decimal.py)0
-rw-r--r--contrib/tools/python3/Lib/difflib.py (renamed from contrib/tools/python3/src/Lib/difflib.py)0
-rw-r--r--contrib/tools/python3/Lib/dis.py (renamed from contrib/tools/python3/src/Lib/dis.py)0
-rw-r--r--contrib/tools/python3/Lib/doctest.py (renamed from contrib/tools/python3/src/Lib/doctest.py)0
-rw-r--r--contrib/tools/python3/Lib/email/__init__.py (renamed from contrib/tools/python3/src/Lib/email/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/email/_encoded_words.py (renamed from contrib/tools/python3/src/Lib/email/_encoded_words.py)0
-rw-r--r--contrib/tools/python3/Lib/email/_header_value_parser.py (renamed from contrib/tools/python3/src/Lib/email/_header_value_parser.py)0
-rw-r--r--contrib/tools/python3/Lib/email/_parseaddr.py (renamed from contrib/tools/python3/src/Lib/email/_parseaddr.py)0
-rw-r--r--contrib/tools/python3/Lib/email/_policybase.py (renamed from contrib/tools/python3/src/Lib/email/_policybase.py)0
-rw-r--r--contrib/tools/python3/Lib/email/base64mime.py (renamed from contrib/tools/python3/src/Lib/email/base64mime.py)0
-rw-r--r--contrib/tools/python3/Lib/email/charset.py (renamed from contrib/tools/python3/src/Lib/email/charset.py)0
-rw-r--r--contrib/tools/python3/Lib/email/contentmanager.py (renamed from contrib/tools/python3/src/Lib/email/contentmanager.py)0
-rw-r--r--contrib/tools/python3/Lib/email/encoders.py (renamed from contrib/tools/python3/src/Lib/email/encoders.py)0
-rw-r--r--contrib/tools/python3/Lib/email/errors.py (renamed from contrib/tools/python3/src/Lib/email/errors.py)0
-rw-r--r--contrib/tools/python3/Lib/email/feedparser.py (renamed from contrib/tools/python3/src/Lib/email/feedparser.py)0
-rw-r--r--contrib/tools/python3/Lib/email/generator.py (renamed from contrib/tools/python3/src/Lib/email/generator.py)0
-rw-r--r--contrib/tools/python3/Lib/email/header.py (renamed from contrib/tools/python3/src/Lib/email/header.py)0
-rw-r--r--contrib/tools/python3/Lib/email/headerregistry.py (renamed from contrib/tools/python3/src/Lib/email/headerregistry.py)0
-rw-r--r--contrib/tools/python3/Lib/email/iterators.py (renamed from contrib/tools/python3/src/Lib/email/iterators.py)0
-rw-r--r--contrib/tools/python3/Lib/email/message.py (renamed from contrib/tools/python3/src/Lib/email/message.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/__init__.py (renamed from contrib/tools/python3/src/Lib/email/mime/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/application.py (renamed from contrib/tools/python3/src/Lib/email/mime/application.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/audio.py (renamed from contrib/tools/python3/src/Lib/email/mime/audio.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/base.py (renamed from contrib/tools/python3/src/Lib/email/mime/base.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/image.py (renamed from contrib/tools/python3/src/Lib/email/mime/image.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/message.py (renamed from contrib/tools/python3/src/Lib/email/mime/message.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/multipart.py (renamed from contrib/tools/python3/src/Lib/email/mime/multipart.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/nonmultipart.py (renamed from contrib/tools/python3/src/Lib/email/mime/nonmultipart.py)0
-rw-r--r--contrib/tools/python3/Lib/email/mime/text.py (renamed from contrib/tools/python3/src/Lib/email/mime/text.py)0
-rw-r--r--contrib/tools/python3/Lib/email/parser.py (renamed from contrib/tools/python3/src/Lib/email/parser.py)0
-rw-r--r--contrib/tools/python3/Lib/email/policy.py (renamed from contrib/tools/python3/src/Lib/email/policy.py)0
-rw-r--r--contrib/tools/python3/Lib/email/quoprimime.py (renamed from contrib/tools/python3/src/Lib/email/quoprimime.py)0
-rw-r--r--contrib/tools/python3/Lib/email/utils.py (renamed from contrib/tools/python3/src/Lib/email/utils.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/__init__.py (renamed from contrib/tools/python3/src/Lib/encodings/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/aliases.py (renamed from contrib/tools/python3/src/Lib/encodings/aliases.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/ascii.py (renamed from contrib/tools/python3/src/Lib/encodings/ascii.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/base64_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/base64_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/big5.py (renamed from contrib/tools/python3/src/Lib/encodings/big5.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/big5hkscs.py (renamed from contrib/tools/python3/src/Lib/encodings/big5hkscs.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/bz2_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/bz2_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/charmap.py (renamed from contrib/tools/python3/src/Lib/encodings/charmap.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp037.py (renamed from contrib/tools/python3/src/Lib/encodings/cp037.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1006.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1006.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1026.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1026.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1125.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1125.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1140.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1140.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1250.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1250.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1251.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1251.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1252.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1252.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1253.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1253.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1254.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1254.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1255.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1255.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1256.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1256.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1257.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1257.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp1258.py (renamed from contrib/tools/python3/src/Lib/encodings/cp1258.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp273.py (renamed from contrib/tools/python3/src/Lib/encodings/cp273.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp424.py (renamed from contrib/tools/python3/src/Lib/encodings/cp424.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp437.py (renamed from contrib/tools/python3/src/Lib/encodings/cp437.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp500.py (renamed from contrib/tools/python3/src/Lib/encodings/cp500.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp720.py (renamed from contrib/tools/python3/src/Lib/encodings/cp720.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp737.py (renamed from contrib/tools/python3/src/Lib/encodings/cp737.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp775.py (renamed from contrib/tools/python3/src/Lib/encodings/cp775.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp850.py (renamed from contrib/tools/python3/src/Lib/encodings/cp850.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp852.py (renamed from contrib/tools/python3/src/Lib/encodings/cp852.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp855.py (renamed from contrib/tools/python3/src/Lib/encodings/cp855.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp856.py (renamed from contrib/tools/python3/src/Lib/encodings/cp856.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp857.py (renamed from contrib/tools/python3/src/Lib/encodings/cp857.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp858.py (renamed from contrib/tools/python3/src/Lib/encodings/cp858.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp860.py (renamed from contrib/tools/python3/src/Lib/encodings/cp860.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp861.py (renamed from contrib/tools/python3/src/Lib/encodings/cp861.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp862.py (renamed from contrib/tools/python3/src/Lib/encodings/cp862.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp863.py (renamed from contrib/tools/python3/src/Lib/encodings/cp863.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp864.py (renamed from contrib/tools/python3/src/Lib/encodings/cp864.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp865.py (renamed from contrib/tools/python3/src/Lib/encodings/cp865.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp866.py (renamed from contrib/tools/python3/src/Lib/encodings/cp866.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp869.py (renamed from contrib/tools/python3/src/Lib/encodings/cp869.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp874.py (renamed from contrib/tools/python3/src/Lib/encodings/cp874.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp875.py (renamed from contrib/tools/python3/src/Lib/encodings/cp875.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp932.py (renamed from contrib/tools/python3/src/Lib/encodings/cp932.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp949.py (renamed from contrib/tools/python3/src/Lib/encodings/cp949.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/cp950.py (renamed from contrib/tools/python3/src/Lib/encodings/cp950.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/euc_jis_2004.py (renamed from contrib/tools/python3/src/Lib/encodings/euc_jis_2004.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/euc_jisx0213.py (renamed from contrib/tools/python3/src/Lib/encodings/euc_jisx0213.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/euc_jp.py (renamed from contrib/tools/python3/src/Lib/encodings/euc_jp.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/euc_kr.py (renamed from contrib/tools/python3/src/Lib/encodings/euc_kr.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/gb18030.py (renamed from contrib/tools/python3/src/Lib/encodings/gb18030.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/gb2312.py (renamed from contrib/tools/python3/src/Lib/encodings/gb2312.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/gbk.py (renamed from contrib/tools/python3/src/Lib/encodings/gbk.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/hex_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/hex_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/hp_roman8.py (renamed from contrib/tools/python3/src/Lib/encodings/hp_roman8.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/hz.py (renamed from contrib/tools/python3/src/Lib/encodings/hz.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/idna.py (renamed from contrib/tools/python3/src/Lib/encodings/idna.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp_1.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp_1.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp_2.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp_2.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp_2004.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp_2004.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp_3.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp_3.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_jp_ext.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_jp_ext.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso2022_kr.py (renamed from contrib/tools/python3/src/Lib/encodings/iso2022_kr.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_1.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_1.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_10.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_10.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_11.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_11.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_13.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_13.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_14.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_14.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_15.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_15.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_16.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_16.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_2.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_2.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_3.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_3.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_4.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_4.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_5.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_5.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_6.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_6.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_7.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_7.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_8.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_8.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/iso8859_9.py (renamed from contrib/tools/python3/src/Lib/encodings/iso8859_9.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/johab.py (renamed from contrib/tools/python3/src/Lib/encodings/johab.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/koi8_r.py (renamed from contrib/tools/python3/src/Lib/encodings/koi8_r.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/koi8_t.py (renamed from contrib/tools/python3/src/Lib/encodings/koi8_t.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/koi8_u.py (renamed from contrib/tools/python3/src/Lib/encodings/koi8_u.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/kz1048.py (renamed from contrib/tools/python3/src/Lib/encodings/kz1048.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/latin_1.py (renamed from contrib/tools/python3/src/Lib/encodings/latin_1.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_arabic.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_arabic.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_croatian.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_croatian.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_cyrillic.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_cyrillic.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_farsi.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_farsi.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_greek.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_greek.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_iceland.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_iceland.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_latin2.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_latin2.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_roman.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_roman.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_romanian.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_romanian.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mac_turkish.py (renamed from contrib/tools/python3/src/Lib/encodings/mac_turkish.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/mbcs.py (renamed from contrib/tools/python3/src/Lib/encodings/mbcs.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/oem.py (renamed from contrib/tools/python3/src/Lib/encodings/oem.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/palmos.py (renamed from contrib/tools/python3/src/Lib/encodings/palmos.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/ptcp154.py (renamed from contrib/tools/python3/src/Lib/encodings/ptcp154.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/punycode.py (renamed from contrib/tools/python3/src/Lib/encodings/punycode.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/quopri_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/quopri_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/raw_unicode_escape.py (renamed from contrib/tools/python3/src/Lib/encodings/raw_unicode_escape.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/encodings/rot_13.py (renamed from contrib/tools/python3/src/Lib/encodings/rot_13.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/shift_jis.py (renamed from contrib/tools/python3/src/Lib/encodings/shift_jis.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/shift_jis_2004.py (renamed from contrib/tools/python3/src/Lib/encodings/shift_jis_2004.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/shift_jisx0213.py (renamed from contrib/tools/python3/src/Lib/encodings/shift_jisx0213.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/tis_620.py (renamed from contrib/tools/python3/src/Lib/encodings/tis_620.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/undefined.py (renamed from contrib/tools/python3/src/Lib/encodings/undefined.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/unicode_escape.py (renamed from contrib/tools/python3/src/Lib/encodings/unicode_escape.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_16.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_16.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_16_be.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_16_be.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_16_le.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_16_le.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_32.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_32.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_32_be.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_32_be.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_32_le.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_32_le.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_7.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_7.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_8.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_8.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/utf_8_sig.py (renamed from contrib/tools/python3/src/Lib/encodings/utf_8_sig.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/uu_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/uu_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/encodings/zlib_codec.py (renamed from contrib/tools/python3/src/Lib/encodings/zlib_codec.py)0
-rw-r--r--contrib/tools/python3/Lib/ensurepip/__init__.py (renamed from contrib/tools/python3/src/Lib/ensurepip/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/ensurepip/__main__.py (renamed from contrib/tools/python3/src/Lib/ensurepip/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/ensurepip/_uninstall.py (renamed from contrib/tools/python3/src/Lib/ensurepip/_uninstall.py)0
-rw-r--r--contrib/tools/python3/Lib/enum.py (renamed from contrib/tools/python3/src/Lib/enum.py)0
-rw-r--r--contrib/tools/python3/Lib/filecmp.py (renamed from contrib/tools/python3/src/Lib/filecmp.py)0
-rw-r--r--contrib/tools/python3/Lib/fileinput.py (renamed from contrib/tools/python3/src/Lib/fileinput.py)0
-rw-r--r--contrib/tools/python3/Lib/fnmatch.py (renamed from contrib/tools/python3/src/Lib/fnmatch.py)0
-rw-r--r--contrib/tools/python3/Lib/fractions.py (renamed from contrib/tools/python3/src/Lib/fractions.py)0
-rw-r--r--contrib/tools/python3/Lib/ftplib.py (renamed from contrib/tools/python3/src/Lib/ftplib.py)0
-rw-r--r--contrib/tools/python3/Lib/functools.py (renamed from contrib/tools/python3/src/Lib/functools.py)0
-rw-r--r--contrib/tools/python3/Lib/genericpath.py (renamed from contrib/tools/python3/src/Lib/genericpath.py)0
-rw-r--r--contrib/tools/python3/Lib/getopt.py (renamed from contrib/tools/python3/src/Lib/getopt.py)0
-rw-r--r--contrib/tools/python3/Lib/getpass.py (renamed from contrib/tools/python3/src/Lib/getpass.py)0
-rw-r--r--contrib/tools/python3/Lib/gettext.py (renamed from contrib/tools/python3/src/Lib/gettext.py)0
-rw-r--r--contrib/tools/python3/Lib/glob.py (renamed from contrib/tools/python3/src/Lib/glob.py)0
-rw-r--r--contrib/tools/python3/Lib/graphlib.py (renamed from contrib/tools/python3/src/Lib/graphlib.py)0
-rw-r--r--contrib/tools/python3/Lib/gzip.py (renamed from contrib/tools/python3/src/Lib/gzip.py)0
-rw-r--r--contrib/tools/python3/Lib/hashlib.py (renamed from contrib/tools/python3/src/Lib/hashlib.py)0
-rw-r--r--contrib/tools/python3/Lib/heapq.py (renamed from contrib/tools/python3/src/Lib/heapq.py)0
-rw-r--r--contrib/tools/python3/Lib/hmac.py (renamed from contrib/tools/python3/src/Lib/hmac.py)0
-rw-r--r--contrib/tools/python3/Lib/html/__init__.py (renamed from contrib/tools/python3/src/Lib/html/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/html/entities.py (renamed from contrib/tools/python3/src/Lib/html/entities.py)0
-rw-r--r--contrib/tools/python3/Lib/html/parser.py (renamed from contrib/tools/python3/src/Lib/html/parser.py)0
-rw-r--r--contrib/tools/python3/Lib/http/__init__.py (renamed from contrib/tools/python3/src/Lib/http/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/http/client.py (renamed from contrib/tools/python3/src/Lib/http/client.py)0
-rw-r--r--contrib/tools/python3/Lib/http/cookiejar.py (renamed from contrib/tools/python3/src/Lib/http/cookiejar.py)0
-rw-r--r--contrib/tools/python3/Lib/http/cookies.py (renamed from contrib/tools/python3/src/Lib/http/cookies.py)0
-rw-r--r--contrib/tools/python3/Lib/http/server.py (renamed from contrib/tools/python3/src/Lib/http/server.py)0
-rw-r--r--contrib/tools/python3/Lib/imaplib.py (renamed from contrib/tools/python3/src/Lib/imaplib.py)0
-rw-r--r--contrib/tools/python3/Lib/imghdr.py (renamed from contrib/tools/python3/src/Lib/imghdr.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/__init__.py (renamed from contrib/tools/python3/src/Lib/importlib/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/_abc.py (renamed from contrib/tools/python3/src/Lib/importlib/_abc.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/_bootstrap.py (renamed from contrib/tools/python3/src/Lib/importlib/_bootstrap.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/_bootstrap_external.py (renamed from contrib/tools/python3/src/Lib/importlib/_bootstrap_external.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/abc.py (renamed from contrib/tools/python3/src/Lib/importlib/abc.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/machinery.py (renamed from contrib/tools/python3/src/Lib/importlib/machinery.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/__init__.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_adapters.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_adapters.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_collections.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_collections.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_functools.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_functools.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_itertools.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_itertools.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_meta.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_meta.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/metadata/_text.py (renamed from contrib/tools/python3/src/Lib/importlib/metadata/_text.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/readers.py (renamed from contrib/tools/python3/src/Lib/importlib/readers.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/__init__.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/_adapters.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/_adapters.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/_common.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/_common.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/_itertools.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/_itertools.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/_legacy.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/_legacy.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/abc.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/abc.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/readers.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/readers.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/resources/simple.py (renamed from contrib/tools/python3/src/Lib/importlib/resources/simple.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/simple.py (renamed from contrib/tools/python3/src/Lib/importlib/simple.py)0
-rw-r--r--contrib/tools/python3/Lib/importlib/util.py (renamed from contrib/tools/python3/src/Lib/importlib/util.py)0
-rw-r--r--contrib/tools/python3/Lib/inspect.py (renamed from contrib/tools/python3/src/Lib/inspect.py)0
-rw-r--r--contrib/tools/python3/Lib/io.py (renamed from contrib/tools/python3/src/Lib/io.py)0
-rw-r--r--contrib/tools/python3/Lib/ipaddress.py (renamed from contrib/tools/python3/src/Lib/ipaddress.py)0
-rw-r--r--contrib/tools/python3/Lib/json/__init__.py (renamed from contrib/tools/python3/src/Lib/json/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/json/decoder.py (renamed from contrib/tools/python3/src/Lib/json/decoder.py)0
-rw-r--r--contrib/tools/python3/Lib/json/encoder.py (renamed from contrib/tools/python3/src/Lib/json/encoder.py)0
-rw-r--r--contrib/tools/python3/Lib/json/scanner.py (renamed from contrib/tools/python3/src/Lib/json/scanner.py)0
-rw-r--r--contrib/tools/python3/Lib/json/tool.py (renamed from contrib/tools/python3/src/Lib/json/tool.py)0
-rw-r--r--contrib/tools/python3/Lib/keyword.py (renamed from contrib/tools/python3/src/Lib/keyword.py)0
-rw-r--r--contrib/tools/python3/Lib/linecache.py (renamed from contrib/tools/python3/src/Lib/linecache.py)0
-rw-r--r--contrib/tools/python3/Lib/locale.py (renamed from contrib/tools/python3/src/Lib/locale.py)0
-rw-r--r--contrib/tools/python3/Lib/logging/__init__.py (renamed from contrib/tools/python3/src/Lib/logging/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/logging/config.py (renamed from contrib/tools/python3/src/Lib/logging/config.py)0
-rw-r--r--contrib/tools/python3/Lib/logging/handlers.py (renamed from contrib/tools/python3/src/Lib/logging/handlers.py)0
-rw-r--r--contrib/tools/python3/Lib/lzma.py (renamed from contrib/tools/python3/src/Lib/lzma.py)0
-rw-r--r--contrib/tools/python3/Lib/mailbox.py (renamed from contrib/tools/python3/src/Lib/mailbox.py)0
-rw-r--r--contrib/tools/python3/Lib/mailcap.py (renamed from contrib/tools/python3/src/Lib/mailcap.py)0
-rw-r--r--contrib/tools/python3/Lib/mimetypes.py (renamed from contrib/tools/python3/src/Lib/mimetypes.py)0
-rw-r--r--contrib/tools/python3/Lib/modulefinder.py (renamed from contrib/tools/python3/src/Lib/modulefinder.py)0
-rw-r--r--contrib/tools/python3/Lib/msilib/__init__.py (renamed from contrib/tools/python3/src/Lib/msilib/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/msilib/schema.py (renamed from contrib/tools/python3/src/Lib/msilib/schema.py)0
-rw-r--r--contrib/tools/python3/Lib/msilib/sequence.py (renamed from contrib/tools/python3/src/Lib/msilib/sequence.py)0
-rw-r--r--contrib/tools/python3/Lib/msilib/text.py (renamed from contrib/tools/python3/src/Lib/msilib/text.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/__init__.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/connection.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/connection.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/context.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/context.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/dummy/__init__.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/dummy/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/dummy/connection.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/dummy/connection.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/forkserver.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/forkserver.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/heap.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/heap.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/managers.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/managers.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/pool.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/pool.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/popen_fork.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/popen_fork.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/popen_forkserver.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/popen_forkserver.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/popen_spawn_posix.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_posix.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/popen_spawn_win32.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_win32.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/process.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/process.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/queues.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/queues.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/reduction.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/reduction.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/resource_sharer.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/resource_sharer.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/resource_tracker.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/resource_tracker.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/shared_memory.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/shared_memory.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/sharedctypes.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/sharedctypes.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/spawn.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/spawn.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/synchronize.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/synchronize.py)0
-rw-r--r--contrib/tools/python3/Lib/multiprocessing/util.py (renamed from contrib/tools/python3/src/Lib/multiprocessing/util.py)0
-rw-r--r--contrib/tools/python3/Lib/netrc.py (renamed from contrib/tools/python3/src/Lib/netrc.py)0
-rw-r--r--contrib/tools/python3/Lib/nntplib.py (renamed from contrib/tools/python3/src/Lib/nntplib.py)0
-rw-r--r--contrib/tools/python3/Lib/ntpath.py (renamed from contrib/tools/python3/src/Lib/ntpath.py)0
-rw-r--r--contrib/tools/python3/Lib/nturl2path.py (renamed from contrib/tools/python3/src/Lib/nturl2path.py)0
-rw-r--r--contrib/tools/python3/Lib/numbers.py (renamed from contrib/tools/python3/src/Lib/numbers.py)0
-rw-r--r--contrib/tools/python3/Lib/opcode.py (renamed from contrib/tools/python3/src/Lib/opcode.py)0
-rw-r--r--contrib/tools/python3/Lib/operator.py (renamed from contrib/tools/python3/src/Lib/operator.py)0
-rw-r--r--contrib/tools/python3/Lib/optparse.py (renamed from contrib/tools/python3/src/Lib/optparse.py)0
-rw-r--r--contrib/tools/python3/Lib/os.py (renamed from contrib/tools/python3/src/Lib/os.py)0
-rw-r--r--contrib/tools/python3/Lib/pathlib.py (renamed from contrib/tools/python3/src/Lib/pathlib.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/pdb.py (renamed from contrib/tools/python3/src/Lib/pdb.py)0
-rw-r--r--contrib/tools/python3/Lib/pickle.py (renamed from contrib/tools/python3/src/Lib/pickle.py)0
-rw-r--r--contrib/tools/python3/Lib/pickletools.py (renamed from contrib/tools/python3/src/Lib/pickletools.py)0
-rw-r--r--contrib/tools/python3/Lib/pipes.py (renamed from contrib/tools/python3/src/Lib/pipes.py)0
-rw-r--r--contrib/tools/python3/Lib/pkgutil.py (renamed from contrib/tools/python3/src/Lib/pkgutil.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/platform.py (renamed from contrib/tools/python3/src/Lib/platform.py)0
-rw-r--r--contrib/tools/python3/Lib/plistlib.py (renamed from contrib/tools/python3/src/Lib/plistlib.py)0
-rw-r--r--contrib/tools/python3/Lib/poplib.py (renamed from contrib/tools/python3/src/Lib/poplib.py)0
-rw-r--r--contrib/tools/python3/Lib/posixpath.py (renamed from contrib/tools/python3/src/Lib/posixpath.py)0
-rw-r--r--contrib/tools/python3/Lib/pprint.py (renamed from contrib/tools/python3/src/Lib/pprint.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/profile.py (renamed from contrib/tools/python3/src/Lib/profile.py)0
-rw-r--r--contrib/tools/python3/Lib/pstats.py (renamed from contrib/tools/python3/src/Lib/pstats.py)0
-rw-r--r--contrib/tools/python3/Lib/pty.py (renamed from contrib/tools/python3/src/Lib/pty.py)0
-rw-r--r--contrib/tools/python3/Lib/py_compile.py (renamed from contrib/tools/python3/src/Lib/py_compile.py)0
-rw-r--r--contrib/tools/python3/Lib/pyclbr.py (renamed from contrib/tools/python3/src/Lib/pyclbr.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/pydoc.py (renamed from contrib/tools/python3/src/Lib/pydoc.py)0
-rw-r--r--contrib/tools/python3/Lib/pydoc_data/__init__.py (renamed from contrib/tools/python3/src/Lib/pydoc_data/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/pydoc_data/topics.py (renamed from contrib/tools/python3/src/Lib/pydoc_data/topics.py)0
-rw-r--r--contrib/tools/python3/Lib/queue.py (renamed from contrib/tools/python3/src/Lib/queue.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/quopri.py (renamed from contrib/tools/python3/src/Lib/quopri.py)0
-rw-r--r--contrib/tools/python3/Lib/random.py (renamed from contrib/tools/python3/src/Lib/random.py)0
-rw-r--r--contrib/tools/python3/Lib/re/__init__.py (renamed from contrib/tools/python3/src/Lib/re/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/re/_casefix.py (renamed from contrib/tools/python3/src/Lib/re/_casefix.py)0
-rw-r--r--contrib/tools/python3/Lib/re/_compiler.py (renamed from contrib/tools/python3/src/Lib/re/_compiler.py)0
-rw-r--r--contrib/tools/python3/Lib/re/_constants.py (renamed from contrib/tools/python3/src/Lib/re/_constants.py)0
-rw-r--r--contrib/tools/python3/Lib/re/_parser.py (renamed from contrib/tools/python3/src/Lib/re/_parser.py)0
-rw-r--r--contrib/tools/python3/Lib/reprlib.py (renamed from contrib/tools/python3/src/Lib/reprlib.py)0
-rw-r--r--contrib/tools/python3/Lib/rlcompleter.py (renamed from contrib/tools/python3/src/Lib/rlcompleter.py)0
-rw-r--r--contrib/tools/python3/Lib/runpy.py (renamed from contrib/tools/python3/src/Lib/runpy.py)0
-rw-r--r--contrib/tools/python3/Lib/sched.py (renamed from contrib/tools/python3/src/Lib/sched.py)0
-rw-r--r--contrib/tools/python3/Lib/secrets.py (renamed from contrib/tools/python3/src/Lib/secrets.py)0
-rw-r--r--contrib/tools/python3/Lib/selectors.py (renamed from contrib/tools/python3/src/Lib/selectors.py)0
-rw-r--r--contrib/tools/python3/Lib/shelve.py (renamed from contrib/tools/python3/src/Lib/shelve.py)0
-rw-r--r--contrib/tools/python3/Lib/shlex.py (renamed from contrib/tools/python3/src/Lib/shlex.py)0
-rw-r--r--contrib/tools/python3/Lib/shutil.py (renamed from contrib/tools/python3/src/Lib/shutil.py)0
-rw-r--r--contrib/tools/python3/Lib/signal.py (renamed from contrib/tools/python3/src/Lib/signal.py)0
-rw-r--r--contrib/tools/python3/Lib/site.py (renamed from contrib/tools/python3/src/Lib/site.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/smtplib.py (renamed from contrib/tools/python3/src/Lib/smtplib.py)0
-rw-r--r--contrib/tools/python3/Lib/sndhdr.py (renamed from contrib/tools/python3/src/Lib/sndhdr.py)0
-rw-r--r--contrib/tools/python3/Lib/socket.py (renamed from contrib/tools/python3/src/Lib/socket.py)0
-rw-r--r--contrib/tools/python3/Lib/socketserver.py (renamed from contrib/tools/python3/src/Lib/socketserver.py)0
-rw-r--r--contrib/tools/python3/Lib/sqlite3/__init__.py (renamed from contrib/tools/python3/src/Lib/sqlite3/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/sqlite3/__main__.py (renamed from contrib/tools/python3/src/Lib/sqlite3/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/sqlite3/dbapi2.py (renamed from contrib/tools/python3/src/Lib/sqlite3/dbapi2.py)0
-rw-r--r--contrib/tools/python3/Lib/sqlite3/dump.py (renamed from contrib/tools/python3/src/Lib/sqlite3/dump.py)0
-rw-r--r--contrib/tools/python3/Lib/sre_compile.py (renamed from contrib/tools/python3/src/Lib/sre_compile.py)0
-rw-r--r--contrib/tools/python3/Lib/sre_constants.py (renamed from contrib/tools/python3/src/Lib/sre_constants.py)0
-rw-r--r--contrib/tools/python3/Lib/sre_parse.py (renamed from contrib/tools/python3/src/Lib/sre_parse.py)0
-rw-r--r--contrib/tools/python3/Lib/ssl.py (renamed from contrib/tools/python3/src/Lib/ssl.py)0
-rw-r--r--contrib/tools/python3/Lib/stat.py (renamed from contrib/tools/python3/src/Lib/stat.py)0
-rw-r--r--contrib/tools/python3/Lib/statistics.py (renamed from contrib/tools/python3/src/Lib/statistics.py)0
-rw-r--r--contrib/tools/python3/Lib/string.py (renamed from contrib/tools/python3/src/Lib/string.py)0
-rw-r--r--contrib/tools/python3/Lib/stringprep.py (renamed from contrib/tools/python3/src/Lib/stringprep.py)0
-rw-r--r--contrib/tools/python3/Lib/struct.py (renamed from contrib/tools/python3/src/Lib/struct.py)0
-rw-r--r--contrib/tools/python3/Lib/subprocess.py (renamed from contrib/tools/python3/src/Lib/subprocess.py)0
-rw-r--r--contrib/tools/python3/Lib/sunau.py (renamed from contrib/tools/python3/src/Lib/sunau.py)0
-rw-r--r--contrib/tools/python3/Lib/symtable.py (renamed from contrib/tools/python3/src/Lib/symtable.py)0
-rw-r--r--contrib/tools/python3/Lib/sysconfig.py (renamed from contrib/tools/python3/src/Lib/sysconfig.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/tabnanny.py (renamed from contrib/tools/python3/src/Lib/tabnanny.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/tarfile.py (renamed from contrib/tools/python3/src/Lib/tarfile.py)0
-rw-r--r--contrib/tools/python3/Lib/telnetlib.py (renamed from contrib/tools/python3/src/Lib/telnetlib.py)0
-rw-r--r--contrib/tools/python3/Lib/tempfile.py (renamed from contrib/tools/python3/src/Lib/tempfile.py)0
-rw-r--r--contrib/tools/python3/Lib/textwrap.py (renamed from contrib/tools/python3/src/Lib/textwrap.py)0
-rw-r--r--contrib/tools/python3/Lib/this.py (renamed from contrib/tools/python3/src/Lib/this.py)0
-rw-r--r--contrib/tools/python3/Lib/threading.py (renamed from contrib/tools/python3/src/Lib/threading.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/timeit.py (renamed from contrib/tools/python3/src/Lib/timeit.py)0
-rw-r--r--contrib/tools/python3/Lib/token.py (renamed from contrib/tools/python3/src/Lib/token.py)0
-rw-r--r--contrib/tools/python3/Lib/tokenize.py (renamed from contrib/tools/python3/src/Lib/tokenize.py)0
-rw-r--r--contrib/tools/python3/Lib/tomllib/__init__.py (renamed from contrib/tools/python3/src/Lib/tomllib/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/tomllib/_parser.py (renamed from contrib/tools/python3/src/Lib/tomllib/_parser.py)0
-rw-r--r--contrib/tools/python3/Lib/tomllib/_re.py (renamed from contrib/tools/python3/src/Lib/tomllib/_re.py)0
-rw-r--r--contrib/tools/python3/Lib/tomllib/_types.py (renamed from contrib/tools/python3/src/Lib/tomllib/_types.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/trace.py (renamed from contrib/tools/python3/src/Lib/trace.py)0
-rw-r--r--contrib/tools/python3/Lib/traceback.py (renamed from contrib/tools/python3/src/Lib/traceback.py)0
-rw-r--r--contrib/tools/python3/Lib/tracemalloc.py (renamed from contrib/tools/python3/src/Lib/tracemalloc.py)0
-rw-r--r--contrib/tools/python3/Lib/tty.py (renamed from contrib/tools/python3/src/Lib/tty.py)0
-rw-r--r--contrib/tools/python3/Lib/turtle.py (renamed from contrib/tools/python3/src/Lib/turtle.py)0
-rw-r--r--contrib/tools/python3/Lib/types.py (renamed from contrib/tools/python3/src/Lib/types.py)0
-rw-r--r--contrib/tools/python3/Lib/typing.py (renamed from contrib/tools/python3/src/Lib/typing.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/__init__.py (renamed from contrib/tools/python3/src/Lib/unittest/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/__main__.py (renamed from contrib/tools/python3/src/Lib/unittest/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/_log.py (renamed from contrib/tools/python3/src/Lib/unittest/_log.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/async_case.py (renamed from contrib/tools/python3/src/Lib/unittest/async_case.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/case.py (renamed from contrib/tools/python3/src/Lib/unittest/case.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/loader.py (renamed from contrib/tools/python3/src/Lib/unittest/loader.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/main.py (renamed from contrib/tools/python3/src/Lib/unittest/main.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/mock.py (renamed from contrib/tools/python3/src/Lib/unittest/mock.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/result.py (renamed from contrib/tools/python3/src/Lib/unittest/result.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/runner.py (renamed from contrib/tools/python3/src/Lib/unittest/runner.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/signals.py (renamed from contrib/tools/python3/src/Lib/unittest/signals.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/suite.py (renamed from contrib/tools/python3/src/Lib/unittest/suite.py)0
-rw-r--r--contrib/tools/python3/Lib/unittest/util.py (renamed from contrib/tools/python3/src/Lib/unittest/util.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/__init__.py (renamed from contrib/tools/python3/src/Lib/urllib/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/error.py (renamed from contrib/tools/python3/src/Lib/urllib/error.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/parse.py (renamed from contrib/tools/python3/src/Lib/urllib/parse.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/request.py (renamed from contrib/tools/python3/src/Lib/urllib/request.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/response.py (renamed from contrib/tools/python3/src/Lib/urllib/response.py)0
-rw-r--r--contrib/tools/python3/Lib/urllib/robotparser.py (renamed from contrib/tools/python3/src/Lib/urllib/robotparser.py)0
-rw-r--r--contrib/tools/python3/Lib/uu.py (renamed from contrib/tools/python3/src/Lib/uu.py)0
-rw-r--r--contrib/tools/python3/Lib/uuid.py (renamed from contrib/tools/python3/src/Lib/uuid.py)0
-rw-r--r--contrib/tools/python3/Lib/venv/__init__.py (renamed from contrib/tools/python3/src/Lib/venv/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/venv/__main__.py (renamed from contrib/tools/python3/src/Lib/venv/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/warnings.py (renamed from contrib/tools/python3/src/Lib/warnings.py)0
-rw-r--r--contrib/tools/python3/Lib/wave.py (renamed from contrib/tools/python3/src/Lib/wave.py)0
-rw-r--r--contrib/tools/python3/Lib/weakref.py (renamed from contrib/tools/python3/src/Lib/weakref.py)0
-rwxr-xr-xcontrib/tools/python3/Lib/webbrowser.py (renamed from contrib/tools/python3/src/Lib/webbrowser.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/__init__.py (renamed from contrib/tools/python3/src/Lib/wsgiref/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/handlers.py (renamed from contrib/tools/python3/src/Lib/wsgiref/handlers.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/headers.py (renamed from contrib/tools/python3/src/Lib/wsgiref/headers.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/simple_server.py (renamed from contrib/tools/python3/src/Lib/wsgiref/simple_server.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/types.py (renamed from contrib/tools/python3/src/Lib/wsgiref/types.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/util.py (renamed from contrib/tools/python3/src/Lib/wsgiref/util.py)0
-rw-r--r--contrib/tools/python3/Lib/wsgiref/validate.py (renamed from contrib/tools/python3/src/Lib/wsgiref/validate.py)0
-rw-r--r--contrib/tools/python3/Lib/xdrlib.py (renamed from contrib/tools/python3/src/Lib/xdrlib.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/__init__.py (renamed from contrib/tools/python3/src/Lib/xml/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/NodeFilter.py (renamed from contrib/tools/python3/src/Lib/xml/dom/NodeFilter.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/__init__.py (renamed from contrib/tools/python3/src/Lib/xml/dom/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/domreg.py (renamed from contrib/tools/python3/src/Lib/xml/dom/domreg.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/expatbuilder.py (renamed from contrib/tools/python3/src/Lib/xml/dom/expatbuilder.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/minicompat.py (renamed from contrib/tools/python3/src/Lib/xml/dom/minicompat.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/minidom.py (renamed from contrib/tools/python3/src/Lib/xml/dom/minidom.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/pulldom.py (renamed from contrib/tools/python3/src/Lib/xml/dom/pulldom.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/dom/xmlbuilder.py (renamed from contrib/tools/python3/src/Lib/xml/dom/xmlbuilder.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/etree/ElementInclude.py (renamed from contrib/tools/python3/src/Lib/xml/etree/ElementInclude.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/etree/ElementPath.py (renamed from contrib/tools/python3/src/Lib/xml/etree/ElementPath.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/etree/ElementTree.py (renamed from contrib/tools/python3/src/Lib/xml/etree/ElementTree.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/etree/__init__.py (renamed from contrib/tools/python3/src/Lib/xml/etree/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/etree/cElementTree.py (renamed from contrib/tools/python3/src/Lib/xml/etree/cElementTree.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/parsers/__init__.py (renamed from contrib/tools/python3/src/Lib/xml/parsers/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/parsers/expat.py (renamed from contrib/tools/python3/src/Lib/xml/parsers/expat.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/__init__.py (renamed from contrib/tools/python3/src/Lib/xml/sax/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/_exceptions.py (renamed from contrib/tools/python3/src/Lib/xml/sax/_exceptions.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/expatreader.py (renamed from contrib/tools/python3/src/Lib/xml/sax/expatreader.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/handler.py (renamed from contrib/tools/python3/src/Lib/xml/sax/handler.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/saxutils.py (renamed from contrib/tools/python3/src/Lib/xml/sax/saxutils.py)0
-rw-r--r--contrib/tools/python3/Lib/xml/sax/xmlreader.py (renamed from contrib/tools/python3/src/Lib/xml/sax/xmlreader.py)0
-rw-r--r--contrib/tools/python3/Lib/xmlrpc/__init__.py (renamed from contrib/tools/python3/src/Lib/xmlrpc/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/xmlrpc/client.py (renamed from contrib/tools/python3/src/Lib/xmlrpc/client.py)0
-rw-r--r--contrib/tools/python3/Lib/xmlrpc/server.py (renamed from contrib/tools/python3/src/Lib/xmlrpc/server.py)0
-rw-r--r--contrib/tools/python3/Lib/ya.make (renamed from contrib/tools/python3/src/Lib/ya.make)2
-rw-r--r--contrib/tools/python3/Lib/zipapp.py (renamed from contrib/tools/python3/src/Lib/zipapp.py)0
-rw-r--r--contrib/tools/python3/Lib/zipfile/__init__.py (renamed from contrib/tools/python3/src/Lib/zipfile/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/zipfile/__main__.py (renamed from contrib/tools/python3/src/Lib/zipfile/__main__.py)0
-rw-r--r--contrib/tools/python3/Lib/zipfile/_path/__init__.py (renamed from contrib/tools/python3/src/Lib/zipfile/_path/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/zipfile/_path/glob.py (renamed from contrib/tools/python3/src/Lib/zipfile/_path/glob.py)0
-rw-r--r--contrib/tools/python3/Lib/zipimport.py (renamed from contrib/tools/python3/src/Lib/zipimport.py)0
-rw-r--r--contrib/tools/python3/Lib/zoneinfo/__init__.py (renamed from contrib/tools/python3/src/Lib/zoneinfo/__init__.py)0
-rw-r--r--contrib/tools/python3/Lib/zoneinfo/_common.py (renamed from contrib/tools/python3/src/Lib/zoneinfo/_common.py)0
-rw-r--r--contrib/tools/python3/Lib/zoneinfo/_tzpath.py (renamed from contrib/tools/python3/src/Lib/zoneinfo/_tzpath.py)0
-rw-r--r--contrib/tools/python3/Lib/zoneinfo/_zoneinfo.py (renamed from contrib/tools/python3/src/Lib/zoneinfo/_zoneinfo.py)0
-rw-r--r--contrib/tools/python3/Modules/README2
-rw-r--r--contrib/tools/python3/Modules/_abc.c (renamed from contrib/tools/python3/src/Modules/_abc.c)0
-rw-r--r--contrib/tools/python3/Modules/_asynciomodule.c (renamed from contrib/tools/python3/src/Modules/_asynciomodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_bisectmodule.c (renamed from contrib/tools/python3/src/Modules/_bisectmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/blake2b_impl.c (renamed from contrib/tools/python3/src/Modules/_blake2/blake2b_impl.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/blake2module.c (renamed from contrib/tools/python3/src/Modules/_blake2/blake2module.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/blake2module.h (renamed from contrib/tools/python3/src/Modules/_blake2/blake2module.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/blake2s_impl.c (renamed from contrib/tools/python3/src/Modules/_blake2/blake2s_impl.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/clinic/blake2b_impl.c.h (renamed from contrib/tools/python3/src/Modules/_blake2/clinic/blake2b_impl.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/clinic/blake2s_impl.c.h (renamed from contrib/tools/python3/src/Modules/_blake2/clinic/blake2s_impl.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2-config.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2-config.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2-impl.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2-impl.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse2.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse2.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse41.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse41.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2b-ref.c (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2b-ref.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2b-round.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2b-round.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2b.c (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2b.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse2.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse2.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse41.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse41.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s-load-xop.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-xop.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s-ref.c (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s-ref.c)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s-round.h (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s-round.h)0
-rw-r--r--contrib/tools/python3/Modules/_blake2/impl/blake2s.c (renamed from contrib/tools/python3/src/Modules/_blake2/impl/blake2s.c)0
-rw-r--r--contrib/tools/python3/Modules/_bz2module.c (renamed from contrib/tools/python3/src/Modules/_bz2module.c)0
-rw-r--r--contrib/tools/python3/Modules/_codecsmodule.c (renamed from contrib/tools/python3/src/Modules/_codecsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_collectionsmodule.c (renamed from contrib/tools/python3/src/Modules/_collectionsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_contextvarsmodule.c (renamed from contrib/tools/python3/src/Modules/_contextvarsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_cryptmodule.c (renamed from contrib/tools/python3/src/Modules/_cryptmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_csv.c (renamed from contrib/tools/python3/src/Modules/_csv.c)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/_ctypes.c (renamed from contrib/tools/python3/src/Modules/_ctypes/_ctypes.c)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/callbacks.c (renamed from contrib/tools/python3/src/Modules/_ctypes/callbacks.c)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/callproc.c (renamed from contrib/tools/python3/src/Modules/_ctypes/callproc.c)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/cfield.c (renamed from contrib/tools/python3/src/Modules/_ctypes/cfield.c)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/ctypes.h (renamed from contrib/tools/python3/src/Modules/_ctypes/ctypes.h)0
-rw-r--r--contrib/tools/python3/Modules/_ctypes/stgdict.c (renamed from contrib/tools/python3/src/Modules/_ctypes/stgdict.c)0
-rw-r--r--contrib/tools/python3/Modules/_datetimemodule.c (renamed from contrib/tools/python3/src/Modules/_datetimemodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/_decimal.c (renamed from contrib/tools/python3/src/Modules/_decimal/_decimal.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/docstrings.h (renamed from contrib/tools/python3/src/Modules/_decimal/docstrings.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/basearith.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/basearith.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/bits.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/bits.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/constants.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/constants.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/context.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/context.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/convolute.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/convolute.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/crt.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/crt.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/fnt.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/fnt.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/io.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/io.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpd_io.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpd_io.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/mpsignal.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/mpsignal.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/transpose.c (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.c)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/transpose.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/typearith.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/typearith.h)0
-rw-r--r--contrib/tools/python3/Modules/_decimal/libmpdec/umodarith.h (renamed from contrib/tools/python3/src/Modules/_decimal/libmpdec/umodarith.h)0
-rw-r--r--contrib/tools/python3/Modules/_elementtree.c (renamed from contrib/tools/python3/src/Modules/_elementtree.c)0
-rw-r--r--contrib/tools/python3/Modules/_functoolsmodule.c (renamed from contrib/tools/python3/src/Modules/_functoolsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.c (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.c)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.h (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.c (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.c)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.h (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.c (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.c)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.h (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.c (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.c)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.h (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/Hacl_Streaming_Types.h (renamed from contrib/tools/python3/src/Modules/_hacl/Hacl_Streaming_Types.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt128_Verified.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt128_Verified.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/internal/target.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/internal/target.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/lowstar_endianness.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/lowstar_endianness.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/include/krml/types.h (renamed from contrib/tools/python3/src/Modules/_hacl/include/krml/types.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_MD5.h (renamed from contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_MD5.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA1.h (renamed from contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA1.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA2.h (renamed from contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA2.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA3.h (renamed from contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA3.h)0
-rw-r--r--contrib/tools/python3/Modules/_hacl/python_hacl_namespaces.h (renamed from contrib/tools/python3/src/Modules/_hacl/python_hacl_namespaces.h)0
-rw-r--r--contrib/tools/python3/Modules/_hashopenssl.c (renamed from contrib/tools/python3/src/Modules/_hashopenssl.c)0
-rw-r--r--contrib/tools/python3/Modules/_heapqmodule.c (renamed from contrib/tools/python3/src/Modules/_heapqmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/_iomodule.c (renamed from contrib/tools/python3/src/Modules/_io/_iomodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/_iomodule.h (renamed from contrib/tools/python3/src/Modules/_io/_iomodule.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/bufferedio.c (renamed from contrib/tools/python3/src/Modules/_io/bufferedio.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/bytesio.c (renamed from contrib/tools/python3/src/Modules/_io/bytesio.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/_iomodule.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/_iomodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/bufferedio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/bufferedio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/bytesio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/bytesio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/fileio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/fileio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/iobase.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/iobase.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/stringio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/stringio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/textio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/textio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/clinic/winconsoleio.c.h (renamed from contrib/tools/python3/src/Modules/_io/clinic/winconsoleio.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_io/fileio.c (renamed from contrib/tools/python3/src/Modules/_io/fileio.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/iobase.c (renamed from contrib/tools/python3/src/Modules/_io/iobase.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/stringio.c (renamed from contrib/tools/python3/src/Modules/_io/stringio.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/textio.c (renamed from contrib/tools/python3/src/Modules/_io/textio.c)0
-rw-r--r--contrib/tools/python3/Modules/_io/winconsoleio.c (renamed from contrib/tools/python3/src/Modules/_io/winconsoleio.c)0
-rw-r--r--contrib/tools/python3/Modules/_json.c (renamed from contrib/tools/python3/src/Modules/_json.c)0
-rw-r--r--contrib/tools/python3/Modules/_localemodule.c (renamed from contrib/tools/python3/src/Modules/_localemodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_lsprof.c (renamed from contrib/tools/python3/src/Modules/_lsprof.c)0
-rw-r--r--contrib/tools/python3/Modules/_lzmamodule.c (renamed from contrib/tools/python3/src/Modules/_lzmamodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_math.h (renamed from contrib/tools/python3/src/Modules/_math.h)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/clinic/multiprocessing.c.h (renamed from contrib/tools/python3/src/Modules/_multiprocessing/clinic/multiprocessing.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/clinic/posixshmem.c.h (renamed from contrib/tools/python3/src/Modules/_multiprocessing/clinic/posixshmem.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/clinic/semaphore.c.h (renamed from contrib/tools/python3/src/Modules/_multiprocessing/clinic/semaphore.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/multiprocessing.c (renamed from contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.c)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/multiprocessing.h (renamed from contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.h)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/posixshmem.c (renamed from contrib/tools/python3/src/Modules/_multiprocessing/posixshmem.c)0
-rw-r--r--contrib/tools/python3/Modules/_multiprocessing/semaphore.c (renamed from contrib/tools/python3/src/Modules/_multiprocessing/semaphore.c)0
-rw-r--r--contrib/tools/python3/Modules/_opcode.c (renamed from contrib/tools/python3/src/Modules/_opcode.c)0
-rw-r--r--contrib/tools/python3/Modules/_operator.c (renamed from contrib/tools/python3/src/Modules/_operator.c)0
-rw-r--r--contrib/tools/python3/Modules/_pickle.c (renamed from contrib/tools/python3/src/Modules/_pickle.c)0
-rw-r--r--contrib/tools/python3/Modules/_posixsubprocess.c (renamed from contrib/tools/python3/src/Modules/_posixsubprocess.c)0
-rw-r--r--contrib/tools/python3/Modules/_queuemodule.c (renamed from contrib/tools/python3/src/Modules/_queuemodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_randommodule.c (renamed from contrib/tools/python3/src/Modules/_randommodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_scproxy.c (renamed from contrib/tools/python3/src/Modules/_scproxy.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/blob.c (renamed from contrib/tools/python3/src/Modules/_sqlite/blob.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/blob.h (renamed from contrib/tools/python3/src/Modules/_sqlite/blob.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/clinic/blob.c.h (renamed from contrib/tools/python3/src/Modules/_sqlite/clinic/blob.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/clinic/connection.c.h (renamed from contrib/tools/python3/src/Modules/_sqlite/clinic/connection.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/clinic/cursor.c.h (renamed from contrib/tools/python3/src/Modules/_sqlite/clinic/cursor.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/clinic/module.c.h (renamed from contrib/tools/python3/src/Modules/_sqlite/clinic/module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/clinic/row.c.h (renamed from contrib/tools/python3/src/Modules/_sqlite/clinic/row.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/connection.c (renamed from contrib/tools/python3/src/Modules/_sqlite/connection.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/connection.h (renamed from contrib/tools/python3/src/Modules/_sqlite/connection.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/cursor.c (renamed from contrib/tools/python3/src/Modules/_sqlite/cursor.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/cursor.h (renamed from contrib/tools/python3/src/Modules/_sqlite/cursor.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/microprotocols.c (renamed from contrib/tools/python3/src/Modules/_sqlite/microprotocols.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/microprotocols.h (renamed from contrib/tools/python3/src/Modules/_sqlite/microprotocols.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/module.c (renamed from contrib/tools/python3/src/Modules/_sqlite/module.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/module.h (renamed from contrib/tools/python3/src/Modules/_sqlite/module.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/prepare_protocol.c (renamed from contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/prepare_protocol.h (renamed from contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/row.c (renamed from contrib/tools/python3/src/Modules/_sqlite/row.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/row.h (renamed from contrib/tools/python3/src/Modules/_sqlite/row.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/statement.c (renamed from contrib/tools/python3/src/Modules/_sqlite/statement.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/statement.h (renamed from contrib/tools/python3/src/Modules/_sqlite/statement.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/util.c (renamed from contrib/tools/python3/src/Modules/_sqlite/util.c)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/util.h (renamed from contrib/tools/python3/src/Modules/_sqlite/util.h)0
-rw-r--r--contrib/tools/python3/Modules/_sqlite/ya.make (renamed from contrib/tools/python3/src/Modules/_sqlite/ya.make)4
-rw-r--r--contrib/tools/python3/Modules/_sre/clinic/sre.c.h (renamed from contrib/tools/python3/src/Modules/_sre/clinic/sre.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_sre/sre.c (renamed from contrib/tools/python3/src/Modules/_sre/sre.c)0
-rw-r--r--contrib/tools/python3/Modules/_sre/sre.h (renamed from contrib/tools/python3/src/Modules/_sre/sre.h)0
-rw-r--r--contrib/tools/python3/Modules/_sre/sre_constants.h (renamed from contrib/tools/python3/src/Modules/_sre/sre_constants.h)0
-rw-r--r--contrib/tools/python3/Modules/_sre/sre_lib.h (renamed from contrib/tools/python3/src/Modules/_sre/sre_lib.h)0
-rw-r--r--contrib/tools/python3/Modules/_sre/sre_targets.h (renamed from contrib/tools/python3/src/Modules/_sre/sre_targets.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl.c (renamed from contrib/tools/python3/src/Modules/_ssl.c)0
-rw-r--r--contrib/tools/python3/Modules/_ssl.h (renamed from contrib/tools/python3/src/Modules/_ssl.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl/cert.c (renamed from contrib/tools/python3/src/Modules/_ssl/cert.c)0
-rw-r--r--contrib/tools/python3/Modules/_ssl/clinic/cert.c.h (renamed from contrib/tools/python3/src/Modules/_ssl/clinic/cert.c.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl/debughelpers.c (renamed from contrib/tools/python3/src/Modules/_ssl/debughelpers.c)0
-rw-r--r--contrib/tools/python3/Modules/_ssl/misc.c (renamed from contrib/tools/python3/src/Modules/_ssl/misc.c)0
-rw-r--r--contrib/tools/python3/Modules/_ssl_data.h (renamed from contrib/tools/python3/src/Modules/_ssl_data.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl_data_111.h (renamed from contrib/tools/python3/src/Modules/_ssl_data_111.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl_data_300.h (renamed from contrib/tools/python3/src/Modules/_ssl_data_300.h)0
-rw-r--r--contrib/tools/python3/Modules/_ssl_data_31.h (renamed from contrib/tools/python3/src/Modules/_ssl_data_31.h)0
-rw-r--r--contrib/tools/python3/Modules/_stat.c (renamed from contrib/tools/python3/src/Modules/_stat.c)0
-rw-r--r--contrib/tools/python3/Modules/_statisticsmodule.c (renamed from contrib/tools/python3/src/Modules/_statisticsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_struct.c (renamed from contrib/tools/python3/src/Modules/_struct.c)0
-rw-r--r--contrib/tools/python3/Modules/_threadmodule.c (renamed from contrib/tools/python3/src/Modules/_threadmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_tracemalloc.c (renamed from contrib/tools/python3/src/Modules/_tracemalloc.c)0
-rw-r--r--contrib/tools/python3/Modules/_typingmodule.c (renamed from contrib/tools/python3/src/Modules/_typingmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_weakref.c (renamed from contrib/tools/python3/src/Modules/_weakref.c)0
-rw-r--r--contrib/tools/python3/Modules/_winapi.c (renamed from contrib/tools/python3/src/Modules/_winapi.c)0
-rw-r--r--contrib/tools/python3/Modules/_xxinterpchannelsmodule.c (renamed from contrib/tools/python3/src/Modules/_xxinterpchannelsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_xxsubinterpretersmodule.c (renamed from contrib/tools/python3/src/Modules/_xxsubinterpretersmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/_xxtestfuzz/_xxtestfuzz.c (renamed from contrib/tools/python3/src/Modules/_xxtestfuzz/_xxtestfuzz.c)0
-rw-r--r--contrib/tools/python3/Modules/_xxtestfuzz/fuzzer.c (renamed from contrib/tools/python3/src/Modules/_xxtestfuzz/fuzzer.c)0
-rw-r--r--contrib/tools/python3/Modules/_zoneinfo.c (renamed from contrib/tools/python3/src/Modules/_zoneinfo.c)0
-rw-r--r--contrib/tools/python3/Modules/addrinfo.h (renamed from contrib/tools/python3/src/Modules/addrinfo.h)0
-rw-r--r--contrib/tools/python3/Modules/arraymodule.c (renamed from contrib/tools/python3/src/Modules/arraymodule.c)0
-rw-r--r--contrib/tools/python3/Modules/atexitmodule.c (renamed from contrib/tools/python3/src/Modules/atexitmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/audioop.c (renamed from contrib/tools/python3/src/Modules/audioop.c)0
-rw-r--r--contrib/tools/python3/Modules/binascii.c (renamed from contrib/tools/python3/src/Modules/binascii.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_cn.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_cn.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_hk.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_hk.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_iso2022.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_iso2022.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_jp.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_jp.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_kr.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_kr.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/_codecs_tw.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/_codecs_tw.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/alg_jisx0201.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/alg_jisx0201.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/cjkcodecs.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/cjkcodecs.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/clinic/multibytecodec.c.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/clinic/multibytecodec.c.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/emu_jisx0213_2000.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/emu_jisx0213_2000.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_cn.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_cn.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_hk.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_hk.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_jisx0213_pair.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_jisx0213_pair.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_jp.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_jp.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_kr.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_kr.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/mappings_tw.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/mappings_tw.h)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/multibytecodec.c (renamed from contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.c)0
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h (renamed from contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_abc.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_abc.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_asynciomodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_asynciomodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_bisectmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_bisectmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_bz2module.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_bz2module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_codecsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_codecsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_collectionsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_collectionsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_contextvarsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_contextvarsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_cryptmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_cryptmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_csv.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_csv.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_datetimemodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_datetimemodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_elementtree.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_elementtree.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_functoolsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_functoolsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_hashopenssl.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_hashopenssl.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_heapqmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_heapqmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_localemodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_localemodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_lsprof.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_lsprof.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_lzmamodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_lzmamodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_opcode.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_opcode.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_operator.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_operator.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_pickle.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_pickle.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_posixsubprocess.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_posixsubprocess.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_queuemodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_queuemodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_randommodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_randommodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_ssl.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_ssl.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_statisticsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_statisticsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_struct.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_struct.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_tracemalloc.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_tracemalloc.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_typingmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_typingmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_weakref.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_weakref.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_winapi.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_winapi.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/_zoneinfo.c.h (renamed from contrib/tools/python3/src/Modules/clinic/_zoneinfo.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/arraymodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/arraymodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/audioop.c.h (renamed from contrib/tools/python3/src/Modules/clinic/audioop.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/binascii.c.h (renamed from contrib/tools/python3/src/Modules/clinic/binascii.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/cmathmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/cmathmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/fcntlmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/fcntlmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/gcmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/gcmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/grpmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/grpmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/itertoolsmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/itertoolsmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/mathmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/mathmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/md5module.c.h (renamed from contrib/tools/python3/src/Modules/clinic/md5module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/overlapped.c.h (renamed from contrib/tools/python3/src/Modules/clinic/overlapped.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/posixmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/posixmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/pwdmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/pwdmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/pyexpat.c.h (renamed from contrib/tools/python3/src/Modules/clinic/pyexpat.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/resource.c.h (renamed from contrib/tools/python3/src/Modules/clinic/resource.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/selectmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/selectmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/sha1module.c.h (renamed from contrib/tools/python3/src/Modules/clinic/sha1module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/sha2module.c.h (renamed from contrib/tools/python3/src/Modules/clinic/sha2module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/sha3module.c.h (renamed from contrib/tools/python3/src/Modules/clinic/sha3module.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/signalmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/signalmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/socketmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/socketmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/spwdmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/spwdmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/symtablemodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/symtablemodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/syslogmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/syslogmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/termios.c.h (renamed from contrib/tools/python3/src/Modules/clinic/termios.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/unicodedata.c.h (renamed from contrib/tools/python3/src/Modules/clinic/unicodedata.c.h)0
-rw-r--r--contrib/tools/python3/Modules/clinic/zlibmodule.c.h (renamed from contrib/tools/python3/src/Modules/clinic/zlibmodule.c.h)0
-rw-r--r--contrib/tools/python3/Modules/cmathmodule.c (renamed from contrib/tools/python3/src/Modules/cmathmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/config.c (renamed from contrib/tools/python3/src/Modules/config.c)0
-rw-r--r--contrib/tools/python3/Modules/errnomodule.c (renamed from contrib/tools/python3/src/Modules/errnomodule.c)0
-rw-r--r--contrib/tools/python3/Modules/faulthandler.c (renamed from contrib/tools/python3/src/Modules/faulthandler.c)0
-rw-r--r--contrib/tools/python3/Modules/fcntlmodule.c (renamed from contrib/tools/python3/src/Modules/fcntlmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/gcmodule.c (renamed from contrib/tools/python3/src/Modules/gcmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/getaddrinfo.c (renamed from contrib/tools/python3/src/Modules/getaddrinfo.c)0
-rw-r--r--contrib/tools/python3/Modules/getbuildinfo.c (renamed from contrib/tools/python3/src/Modules/getbuildinfo.c)0
-rw-r--r--contrib/tools/python3/Modules/getnameinfo.c (renamed from contrib/tools/python3/src/Modules/getnameinfo.c)0
-rw-r--r--contrib/tools/python3/Modules/getpath.c (renamed from contrib/tools/python3/src/Modules/getpath.c)0
-rw-r--r--contrib/tools/python3/Modules/grpmodule.c (renamed from contrib/tools/python3/src/Modules/grpmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/hashlib.h (renamed from contrib/tools/python3/src/Modules/hashlib.h)0
-rw-r--r--contrib/tools/python3/Modules/itertoolsmodule.c (renamed from contrib/tools/python3/src/Modules/itertoolsmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/main.c (renamed from contrib/tools/python3/src/Modules/main.c)0
-rw-r--r--contrib/tools/python3/Modules/mathmodule.c (renamed from contrib/tools/python3/src/Modules/mathmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/md5module.c (renamed from contrib/tools/python3/src/Modules/md5module.c)0
-rw-r--r--contrib/tools/python3/Modules/mmapmodule.c (renamed from contrib/tools/python3/src/Modules/mmapmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/overlapped.c (renamed from contrib/tools/python3/src/Modules/overlapped.c)0
-rw-r--r--contrib/tools/python3/Modules/posixmodule.c (renamed from contrib/tools/python3/src/Modules/posixmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/posixmodule.h (renamed from contrib/tools/python3/src/Modules/posixmodule.h)0
-rw-r--r--contrib/tools/python3/Modules/pwdmodule.c (renamed from contrib/tools/python3/src/Modules/pwdmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/pyexpat.c (renamed from contrib/tools/python3/src/Modules/pyexpat.c)0
-rw-r--r--contrib/tools/python3/Modules/resource.c (renamed from contrib/tools/python3/src/Modules/resource.c)0
-rw-r--r--contrib/tools/python3/Modules/rotatingtree.c (renamed from contrib/tools/python3/src/Modules/rotatingtree.c)0
-rw-r--r--contrib/tools/python3/Modules/rotatingtree.h (renamed from contrib/tools/python3/src/Modules/rotatingtree.h)0
-rw-r--r--contrib/tools/python3/Modules/selectmodule.c (renamed from contrib/tools/python3/src/Modules/selectmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/sha1module.c (renamed from contrib/tools/python3/src/Modules/sha1module.c)0
-rw-r--r--contrib/tools/python3/Modules/sha2module.c (renamed from contrib/tools/python3/src/Modules/sha2module.c)0
-rw-r--r--contrib/tools/python3/Modules/sha3module.c (renamed from contrib/tools/python3/src/Modules/sha3module.c)0
-rw-r--r--contrib/tools/python3/Modules/signalmodule.c (renamed from contrib/tools/python3/src/Modules/signalmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/socketmodule.c (renamed from contrib/tools/python3/src/Modules/socketmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/socketmodule.h (renamed from contrib/tools/python3/src/Modules/socketmodule.h)0
-rw-r--r--contrib/tools/python3/Modules/spwdmodule.c (renamed from contrib/tools/python3/src/Modules/spwdmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/symtablemodule.c (renamed from contrib/tools/python3/src/Modules/symtablemodule.c)0
-rw-r--r--contrib/tools/python3/Modules/syslogmodule.c (renamed from contrib/tools/python3/src/Modules/syslogmodule.c)0
-rw-r--r--contrib/tools/python3/Modules/termios.c (renamed from contrib/tools/python3/src/Modules/termios.c)0
-rw-r--r--contrib/tools/python3/Modules/timemodule.c (renamed from contrib/tools/python3/src/Modules/timemodule.c)0
-rw-r--r--contrib/tools/python3/Modules/unicodedata.c (renamed from contrib/tools/python3/src/Modules/unicodedata.c)0
-rw-r--r--contrib/tools/python3/Modules/unicodedata_db.h (renamed from contrib/tools/python3/src/Modules/unicodedata_db.h)0
-rw-r--r--contrib/tools/python3/Modules/unicodename_db.h (renamed from contrib/tools/python3/src/Modules/unicodename_db.h)0
-rw-r--r--contrib/tools/python3/Modules/winreparse.h (renamed from contrib/tools/python3/src/Modules/winreparse.h)0
-rw-r--r--contrib/tools/python3/Modules/ya.make (renamed from contrib/tools/python3/src/Modules/ya.make)10
-rw-r--r--contrib/tools/python3/Modules/zlibmodule.c (renamed from contrib/tools/python3/src/Modules/zlibmodule.c)0
-rw-r--r--contrib/tools/python3/Objects/README1
-rw-r--r--contrib/tools/python3/Objects/abstract.c (renamed from contrib/tools/python3/src/Objects/abstract.c)0
-rw-r--r--contrib/tools/python3/Objects/boolobject.c (renamed from contrib/tools/python3/src/Objects/boolobject.c)0
-rw-r--r--contrib/tools/python3/Objects/bytearrayobject.c (renamed from contrib/tools/python3/src/Objects/bytearrayobject.c)0
-rw-r--r--contrib/tools/python3/Objects/bytes_methods.c (renamed from contrib/tools/python3/src/Objects/bytes_methods.c)0
-rw-r--r--contrib/tools/python3/Objects/bytesobject.c (renamed from contrib/tools/python3/src/Objects/bytesobject.c)0
-rw-r--r--contrib/tools/python3/Objects/call.c (renamed from contrib/tools/python3/src/Objects/call.c)0
-rw-r--r--contrib/tools/python3/Objects/capsule.c (renamed from contrib/tools/python3/src/Objects/capsule.c)0
-rw-r--r--contrib/tools/python3/Objects/cellobject.c (renamed from contrib/tools/python3/src/Objects/cellobject.c)0
-rw-r--r--contrib/tools/python3/Objects/classobject.c (renamed from contrib/tools/python3/src/Objects/classobject.c)0
-rw-r--r--contrib/tools/python3/Objects/clinic/bytearrayobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/bytearrayobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/bytesobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/bytesobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/classobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/classobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/codeobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/codeobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/complexobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/complexobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/descrobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/descrobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/dictobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/dictobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/enumobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/enumobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/floatobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/floatobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/funcobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/funcobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/listobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/listobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/longobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/longobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/memoryobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/memoryobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/moduleobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/moduleobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/odictobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/odictobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/structseq.c.h (renamed from contrib/tools/python3/src/Objects/clinic/structseq.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/tupleobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/tupleobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/typeobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/typeobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/typevarobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/typevarobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/clinic/unicodeobject.c.h (renamed from contrib/tools/python3/src/Objects/clinic/unicodeobject.c.h)0
-rw-r--r--contrib/tools/python3/Objects/codeobject.c (renamed from contrib/tools/python3/src/Objects/codeobject.c)0
-rw-r--r--contrib/tools/python3/Objects/complexobject.c (renamed from contrib/tools/python3/src/Objects/complexobject.c)0
-rw-r--r--contrib/tools/python3/Objects/descrobject.c (renamed from contrib/tools/python3/src/Objects/descrobject.c)0
-rw-r--r--contrib/tools/python3/Objects/dictobject.c (renamed from contrib/tools/python3/src/Objects/dictobject.c)0
-rw-r--r--contrib/tools/python3/Objects/enumobject.c (renamed from contrib/tools/python3/src/Objects/enumobject.c)0
-rw-r--r--contrib/tools/python3/Objects/exceptions.c (renamed from contrib/tools/python3/src/Objects/exceptions.c)0
-rw-r--r--contrib/tools/python3/Objects/fileobject.c (renamed from contrib/tools/python3/src/Objects/fileobject.c)0
-rw-r--r--contrib/tools/python3/Objects/floatobject.c (renamed from contrib/tools/python3/src/Objects/floatobject.c)0
-rw-r--r--contrib/tools/python3/Objects/frameobject.c (renamed from contrib/tools/python3/src/Objects/frameobject.c)0
-rw-r--r--contrib/tools/python3/Objects/funcobject.c (renamed from contrib/tools/python3/src/Objects/funcobject.c)0
-rw-r--r--contrib/tools/python3/Objects/genericaliasobject.c (renamed from contrib/tools/python3/src/Objects/genericaliasobject.c)0
-rw-r--r--contrib/tools/python3/Objects/genobject.c (renamed from contrib/tools/python3/src/Objects/genobject.c)0
-rw-r--r--contrib/tools/python3/Objects/interpreteridobject.c (renamed from contrib/tools/python3/src/Objects/interpreteridobject.c)0
-rw-r--r--contrib/tools/python3/Objects/iterobject.c (renamed from contrib/tools/python3/src/Objects/iterobject.c)0
-rw-r--r--contrib/tools/python3/Objects/listobject.c (renamed from contrib/tools/python3/src/Objects/listobject.c)0
-rw-r--r--contrib/tools/python3/Objects/longobject.c (renamed from contrib/tools/python3/src/Objects/longobject.c)0
-rw-r--r--contrib/tools/python3/Objects/memoryobject.c (renamed from contrib/tools/python3/src/Objects/memoryobject.c)0
-rw-r--r--contrib/tools/python3/Objects/methodobject.c (renamed from contrib/tools/python3/src/Objects/methodobject.c)0
-rw-r--r--contrib/tools/python3/Objects/moduleobject.c (renamed from contrib/tools/python3/src/Objects/moduleobject.c)0
-rw-r--r--contrib/tools/python3/Objects/namespaceobject.c (renamed from contrib/tools/python3/src/Objects/namespaceobject.c)0
-rw-r--r--contrib/tools/python3/Objects/object.c (renamed from contrib/tools/python3/src/Objects/object.c)0
-rw-r--r--contrib/tools/python3/Objects/obmalloc.c (renamed from contrib/tools/python3/src/Objects/obmalloc.c)0
-rw-r--r--contrib/tools/python3/Objects/odictobject.c (renamed from contrib/tools/python3/src/Objects/odictobject.c)0
-rw-r--r--contrib/tools/python3/Objects/picklebufobject.c (renamed from contrib/tools/python3/src/Objects/picklebufobject.c)0
-rw-r--r--contrib/tools/python3/Objects/rangeobject.c (renamed from contrib/tools/python3/src/Objects/rangeobject.c)0
-rw-r--r--contrib/tools/python3/Objects/setobject.c (renamed from contrib/tools/python3/src/Objects/setobject.c)0
-rw-r--r--contrib/tools/python3/Objects/sliceobject.c (renamed from contrib/tools/python3/src/Objects/sliceobject.c)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/asciilib.h (renamed from contrib/tools/python3/src/Objects/stringlib/asciilib.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/clinic/transmogrify.h.h (renamed from contrib/tools/python3/src/Objects/stringlib/clinic/transmogrify.h.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/codecs.h (renamed from contrib/tools/python3/src/Objects/stringlib/codecs.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/count.h (renamed from contrib/tools/python3/src/Objects/stringlib/count.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/ctype.h (renamed from contrib/tools/python3/src/Objects/stringlib/ctype.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/eq.h (renamed from contrib/tools/python3/src/Objects/stringlib/eq.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/fastsearch.h (renamed from contrib/tools/python3/src/Objects/stringlib/fastsearch.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/find.h (renamed from contrib/tools/python3/src/Objects/stringlib/find.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/find_max_char.h (renamed from contrib/tools/python3/src/Objects/stringlib/find_max_char.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/join.h (renamed from contrib/tools/python3/src/Objects/stringlib/join.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/localeutil.h (renamed from contrib/tools/python3/src/Objects/stringlib/localeutil.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/partition.h (renamed from contrib/tools/python3/src/Objects/stringlib/partition.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/replace.h (renamed from contrib/tools/python3/src/Objects/stringlib/replace.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/split.h (renamed from contrib/tools/python3/src/Objects/stringlib/split.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/stringdefs.h (renamed from contrib/tools/python3/src/Objects/stringlib/stringdefs.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/transmogrify.h (renamed from contrib/tools/python3/src/Objects/stringlib/transmogrify.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/ucs1lib.h (renamed from contrib/tools/python3/src/Objects/stringlib/ucs1lib.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/ucs2lib.h (renamed from contrib/tools/python3/src/Objects/stringlib/ucs2lib.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/ucs4lib.h (renamed from contrib/tools/python3/src/Objects/stringlib/ucs4lib.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/undef.h (renamed from contrib/tools/python3/src/Objects/stringlib/undef.h)0
-rw-r--r--contrib/tools/python3/Objects/stringlib/unicode_format.h (renamed from contrib/tools/python3/src/Objects/stringlib/unicode_format.h)0
-rw-r--r--contrib/tools/python3/Objects/structseq.c (renamed from contrib/tools/python3/src/Objects/structseq.c)0
-rw-r--r--contrib/tools/python3/Objects/tupleobject.c (renamed from contrib/tools/python3/src/Objects/tupleobject.c)0
-rw-r--r--contrib/tools/python3/Objects/typeobject.c (renamed from contrib/tools/python3/src/Objects/typeobject.c)0
-rw-r--r--contrib/tools/python3/Objects/typeslots.inc (renamed from contrib/tools/python3/src/Objects/typeslots.inc)0
-rw-r--r--contrib/tools/python3/Objects/typevarobject.c (renamed from contrib/tools/python3/src/Objects/typevarobject.c)0
-rw-r--r--contrib/tools/python3/Objects/unicodectype.c (renamed from contrib/tools/python3/src/Objects/unicodectype.c)0
-rw-r--r--contrib/tools/python3/Objects/unicodeobject.c (renamed from contrib/tools/python3/src/Objects/unicodeobject.c)0
-rw-r--r--contrib/tools/python3/Objects/unicodetype_db.h (renamed from contrib/tools/python3/src/Objects/unicodetype_db.h)0
-rw-r--r--contrib/tools/python3/Objects/unionobject.c (renamed from contrib/tools/python3/src/Objects/unionobject.c)0
-rw-r--r--contrib/tools/python3/Objects/weakrefobject.c (renamed from contrib/tools/python3/src/Objects/weakrefobject.c)0
-rw-r--r--contrib/tools/python3/PC/WinMain.c (renamed from contrib/tools/python3/src/PC/WinMain.c)0
-rw-r--r--contrib/tools/python3/PC/clinic/msvcrtmodule.c.h (renamed from contrib/tools/python3/src/PC/clinic/msvcrtmodule.c.h)0
-rw-r--r--contrib/tools/python3/PC/clinic/winreg.c.h (renamed from contrib/tools/python3/src/PC/clinic/winreg.c.h)0
-rw-r--r--contrib/tools/python3/PC/clinic/winsound.c.h (renamed from contrib/tools/python3/src/PC/clinic/winsound.c.h)0
-rw-r--r--contrib/tools/python3/PC/errmap.h (renamed from contrib/tools/python3/src/PC/errmap.h)0
-rw-r--r--contrib/tools/python3/PC/invalid_parameter_handler.c (renamed from contrib/tools/python3/src/PC/invalid_parameter_handler.c)0
-rw-r--r--contrib/tools/python3/PC/msvcrtmodule.c (renamed from contrib/tools/python3/src/PC/msvcrtmodule.c)0
-rw-r--r--contrib/tools/python3/PC/pyconfig.h (renamed from contrib/tools/python3/src/PC/pyconfig.h)0
-rw-r--r--contrib/tools/python3/PC/winreg.c (renamed from contrib/tools/python3/src/PC/winreg.c)0
-rw-r--r--contrib/tools/python3/PC/winsound.c (renamed from contrib/tools/python3/src/PC/winsound.c)0
-rw-r--r--contrib/tools/python3/Parser/action_helpers.c (renamed from contrib/tools/python3/src/Parser/action_helpers.c)0
-rw-r--r--contrib/tools/python3/Parser/myreadline.c (renamed from contrib/tools/python3/src/Parser/myreadline.c)0
-rw-r--r--contrib/tools/python3/Parser/parser.c (renamed from contrib/tools/python3/src/Parser/parser.c)0
-rw-r--r--contrib/tools/python3/Parser/peg_api.c (renamed from contrib/tools/python3/src/Parser/peg_api.c)0
-rw-r--r--contrib/tools/python3/Parser/pegen.c (renamed from contrib/tools/python3/src/Parser/pegen.c)0
-rw-r--r--contrib/tools/python3/Parser/pegen.h (renamed from contrib/tools/python3/src/Parser/pegen.h)0
-rw-r--r--contrib/tools/python3/Parser/pegen_errors.c (renamed from contrib/tools/python3/src/Parser/pegen_errors.c)0
-rw-r--r--contrib/tools/python3/Parser/string_parser.c (renamed from contrib/tools/python3/src/Parser/string_parser.c)0
-rw-r--r--contrib/tools/python3/Parser/string_parser.h (renamed from contrib/tools/python3/src/Parser/string_parser.h)0
-rw-r--r--contrib/tools/python3/Parser/token.c (renamed from contrib/tools/python3/src/Parser/token.c)0
-rw-r--r--contrib/tools/python3/Parser/tokenizer.c (renamed from contrib/tools/python3/src/Parser/tokenizer.c)0
-rw-r--r--contrib/tools/python3/Parser/tokenizer.h (renamed from contrib/tools/python3/src/Parser/tokenizer.h)0
-rw-r--r--contrib/tools/python3/Programs/python.c (renamed from contrib/tools/python3/src/Programs/python.c)0
-rw-r--r--contrib/tools/python3/Python/Python-ast.c (renamed from contrib/tools/python3/src/Python/Python-ast.c)0
-rw-r--r--contrib/tools/python3/Python/Python-tokenize.c (renamed from contrib/tools/python3/src/Python/Python-tokenize.c)0
-rw-r--r--contrib/tools/python3/Python/_warnings.c (renamed from contrib/tools/python3/src/Python/_warnings.c)0
-rw-r--r--contrib/tools/python3/Python/asdl.c (renamed from contrib/tools/python3/src/Python/asdl.c)0
-rw-r--r--contrib/tools/python3/Python/asm_trampoline.S (renamed from contrib/tools/python3/src/Python/asm_trampoline.S)0
-rw-r--r--contrib/tools/python3/Python/assemble.c (renamed from contrib/tools/python3/src/Python/assemble.c)0
-rw-r--r--contrib/tools/python3/Python/ast.c (renamed from contrib/tools/python3/src/Python/ast.c)0
-rw-r--r--contrib/tools/python3/Python/ast_opt.c (renamed from contrib/tools/python3/src/Python/ast_opt.c)0
-rw-r--r--contrib/tools/python3/Python/ast_unparse.c (renamed from contrib/tools/python3/src/Python/ast_unparse.c)0
-rw-r--r--contrib/tools/python3/Python/bltinmodule.c (renamed from contrib/tools/python3/src/Python/bltinmodule.c)0
-rw-r--r--contrib/tools/python3/Python/bootstrap_hash.c (renamed from contrib/tools/python3/src/Python/bootstrap_hash.c)0
-rw-r--r--contrib/tools/python3/Python/ceval.c (renamed from contrib/tools/python3/src/Python/ceval.c)0
-rw-r--r--contrib/tools/python3/Python/ceval_gil.c (renamed from contrib/tools/python3/src/Python/ceval_gil.c)0
-rw-r--r--contrib/tools/python3/Python/ceval_macros.h (renamed from contrib/tools/python3/src/Python/ceval_macros.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/Python-tokenize.c.h (renamed from contrib/tools/python3/src/Python/clinic/Python-tokenize.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/_warnings.c.h (renamed from contrib/tools/python3/src/Python/clinic/_warnings.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/bltinmodule.c.h (renamed from contrib/tools/python3/src/Python/clinic/bltinmodule.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/context.c.h (renamed from contrib/tools/python3/src/Python/clinic/context.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/import.c.h (renamed from contrib/tools/python3/src/Python/clinic/import.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/instrumentation.c.h (renamed from contrib/tools/python3/src/Python/clinic/instrumentation.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/marshal.c.h (renamed from contrib/tools/python3/src/Python/clinic/marshal.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/sysmodule.c.h (renamed from contrib/tools/python3/src/Python/clinic/sysmodule.c.h)0
-rw-r--r--contrib/tools/python3/Python/clinic/traceback.c.h (renamed from contrib/tools/python3/src/Python/clinic/traceback.c.h)0
-rw-r--r--contrib/tools/python3/Python/codecs.c (renamed from contrib/tools/python3/src/Python/codecs.c)0
-rw-r--r--contrib/tools/python3/Python/compile.c (renamed from contrib/tools/python3/src/Python/compile.c)0
-rw-r--r--contrib/tools/python3/Python/condvar.h (renamed from contrib/tools/python3/src/Python/condvar.h)0
-rw-r--r--contrib/tools/python3/Python/context.c (renamed from contrib/tools/python3/src/Python/context.c)0
-rw-r--r--contrib/tools/python3/Python/deepfreeze/README.txt (renamed from contrib/tools/python3/src/Python/deepfreeze/README.txt)0
-rw-r--r--contrib/tools/python3/Python/deepfreeze/deepfreeze.c (renamed from contrib/tools/python3/src/Python/deepfreeze/deepfreeze.c)0
-rw-r--r--contrib/tools/python3/Python/dtoa.c (renamed from contrib/tools/python3/src/Python/dtoa.c)0
-rw-r--r--contrib/tools/python3/Python/dynamic_annotations.c (renamed from contrib/tools/python3/src/Python/dynamic_annotations.c)0
-rw-r--r--contrib/tools/python3/Python/dynload_shlib.c (renamed from contrib/tools/python3/src/Python/dynload_shlib.c)0
-rw-r--r--contrib/tools/python3/Python/dynload_win.c (renamed from contrib/tools/python3/src/Python/dynload_win.c)0
-rw-r--r--contrib/tools/python3/Python/errors.c (renamed from contrib/tools/python3/src/Python/errors.c)0
-rw-r--r--contrib/tools/python3/Python/fileutils.c (renamed from contrib/tools/python3/src/Python/fileutils.c)0
-rw-r--r--contrib/tools/python3/Python/flowgraph.c (renamed from contrib/tools/python3/src/Python/flowgraph.c)0
-rw-r--r--contrib/tools/python3/Python/formatter_unicode.c (renamed from contrib/tools/python3/src/Python/formatter_unicode.c)0
-rw-r--r--contrib/tools/python3/Python/frame.c (renamed from contrib/tools/python3/src/Python/frame.c)0
-rw-r--r--contrib/tools/python3/Python/frozen.c (renamed from contrib/tools/python3/src/Python/frozen.c)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/README.txt (renamed from contrib/tools/python3/src/Python/frozen_modules/README.txt)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/__hello__.h (renamed from contrib/tools/python3/src/Python/frozen_modules/__hello__.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/__phello__.h (renamed from contrib/tools/python3/src/Python/frozen_modules/__phello__.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/__phello__.ham.eggs.h (renamed from contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.eggs.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/__phello__.ham.h (renamed from contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/__phello__.spam.h (renamed from contrib/tools/python3/src/Python/frozen_modules/__phello__.spam.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/_collections_abc.h (renamed from contrib/tools/python3/src/Python/frozen_modules/_collections_abc.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/_sitebuiltins.h (renamed from contrib/tools/python3/src/Python/frozen_modules/_sitebuiltins.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/abc.h (renamed from contrib/tools/python3/src/Python/frozen_modules/abc.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/codecs.h (renamed from contrib/tools/python3/src/Python/frozen_modules/codecs.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/frozen_only.h (renamed from contrib/tools/python3/src/Python/frozen_modules/frozen_only.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/genericpath.h (renamed from contrib/tools/python3/src/Python/frozen_modules/genericpath.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/getpath.h (renamed from contrib/tools/python3/src/Python/frozen_modules/getpath.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/importlib._bootstrap.h (renamed from contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/importlib._bootstrap_external.h (renamed from contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap_external.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/importlib.machinery.h (renamed from contrib/tools/python3/src/Python/frozen_modules/importlib.machinery.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/importlib.util.h (renamed from contrib/tools/python3/src/Python/frozen_modules/importlib.util.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/io.h (renamed from contrib/tools/python3/src/Python/frozen_modules/io.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/ntpath.h (renamed from contrib/tools/python3/src/Python/frozen_modules/ntpath.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/os.h (renamed from contrib/tools/python3/src/Python/frozen_modules/os.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/posixpath.h (renamed from contrib/tools/python3/src/Python/frozen_modules/posixpath.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/runpy.h (renamed from contrib/tools/python3/src/Python/frozen_modules/runpy.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/site.h (renamed from contrib/tools/python3/src/Python/frozen_modules/site.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/stat.h (renamed from contrib/tools/python3/src/Python/frozen_modules/stat.h)0
-rw-r--r--contrib/tools/python3/Python/frozen_modules/zipimport.h (renamed from contrib/tools/python3/src/Python/frozen_modules/zipimport.h)0
-rw-r--r--contrib/tools/python3/Python/future.c (renamed from contrib/tools/python3/src/Python/future.c)0
-rw-r--r--contrib/tools/python3/Python/generated_cases.c.h (renamed from contrib/tools/python3/src/Python/generated_cases.c.h)0
-rw-r--r--contrib/tools/python3/Python/getargs.c (renamed from contrib/tools/python3/src/Python/getargs.c)0
-rw-r--r--contrib/tools/python3/Python/getcompiler.c (renamed from contrib/tools/python3/src/Python/getcompiler.c)0
-rw-r--r--contrib/tools/python3/Python/getcopyright.c (renamed from contrib/tools/python3/src/Python/getcopyright.c)0
-rw-r--r--contrib/tools/python3/Python/getopt.c (renamed from contrib/tools/python3/src/Python/getopt.c)0
-rw-r--r--contrib/tools/python3/Python/getplatform.c (renamed from contrib/tools/python3/src/Python/getplatform.c)0
-rw-r--r--contrib/tools/python3/Python/getversion.c (renamed from contrib/tools/python3/src/Python/getversion.c)0
-rw-r--r--contrib/tools/python3/Python/hamt.c (renamed from contrib/tools/python3/src/Python/hamt.c)0
-rw-r--r--contrib/tools/python3/Python/hashtable.c (renamed from contrib/tools/python3/src/Python/hashtable.c)0
-rw-r--r--contrib/tools/python3/Python/import.c (renamed from contrib/tools/python3/src/Python/import.c)0
-rw-r--r--contrib/tools/python3/Python/importdl.c (renamed from contrib/tools/python3/src/Python/importdl.c)0
-rw-r--r--contrib/tools/python3/Python/importdl.h (renamed from contrib/tools/python3/src/Python/importdl.h)0
-rw-r--r--contrib/tools/python3/Python/initconfig.c (renamed from contrib/tools/python3/src/Python/initconfig.c)0
-rw-r--r--contrib/tools/python3/Python/instrumentation.c (renamed from contrib/tools/python3/src/Python/instrumentation.c)0
-rw-r--r--contrib/tools/python3/Python/intrinsics.c (renamed from contrib/tools/python3/src/Python/intrinsics.c)0
-rw-r--r--contrib/tools/python3/Python/legacy_tracing.c (renamed from contrib/tools/python3/src/Python/legacy_tracing.c)0
-rw-r--r--contrib/tools/python3/Python/marshal.c (renamed from contrib/tools/python3/src/Python/marshal.c)0
-rw-r--r--contrib/tools/python3/Python/modsupport.c (renamed from contrib/tools/python3/src/Python/modsupport.c)0
-rw-r--r--contrib/tools/python3/Python/mysnprintf.c (renamed from contrib/tools/python3/src/Python/mysnprintf.c)0
-rw-r--r--contrib/tools/python3/Python/mystrtoul.c (renamed from contrib/tools/python3/src/Python/mystrtoul.c)0
-rw-r--r--contrib/tools/python3/Python/opcode_metadata.h (renamed from contrib/tools/python3/src/Python/opcode_metadata.h)0
-rw-r--r--contrib/tools/python3/Python/opcode_targets.h (renamed from contrib/tools/python3/src/Python/opcode_targets.h)0
-rw-r--r--contrib/tools/python3/Python/pathconfig.c (renamed from contrib/tools/python3/src/Python/pathconfig.c)0
-rw-r--r--contrib/tools/python3/Python/perf_trampoline.c (renamed from contrib/tools/python3/src/Python/perf_trampoline.c)0
-rw-r--r--contrib/tools/python3/Python/preconfig.c (renamed from contrib/tools/python3/src/Python/preconfig.c)0
-rw-r--r--contrib/tools/python3/Python/pyarena.c (renamed from contrib/tools/python3/src/Python/pyarena.c)0
-rw-r--r--contrib/tools/python3/Python/pyctype.c (renamed from contrib/tools/python3/src/Python/pyctype.c)0
-rw-r--r--contrib/tools/python3/Python/pyfpe.c (renamed from contrib/tools/python3/src/Python/pyfpe.c)0
-rw-r--r--contrib/tools/python3/Python/pyhash.c (renamed from contrib/tools/python3/src/Python/pyhash.c)0
-rw-r--r--contrib/tools/python3/Python/pylifecycle.c (renamed from contrib/tools/python3/src/Python/pylifecycle.c)0
-rw-r--r--contrib/tools/python3/Python/pymath.c (renamed from contrib/tools/python3/src/Python/pymath.c)0
-rw-r--r--contrib/tools/python3/Python/pystate.c (renamed from contrib/tools/python3/src/Python/pystate.c)0
-rw-r--r--contrib/tools/python3/Python/pystrcmp.c (renamed from contrib/tools/python3/src/Python/pystrcmp.c)0
-rw-r--r--contrib/tools/python3/Python/pystrhex.c (renamed from contrib/tools/python3/src/Python/pystrhex.c)0
-rw-r--r--contrib/tools/python3/Python/pystrtod.c (renamed from contrib/tools/python3/src/Python/pystrtod.c)0
-rw-r--r--contrib/tools/python3/Python/pythonrun.c (renamed from contrib/tools/python3/src/Python/pythonrun.c)0
-rw-r--r--contrib/tools/python3/Python/pytime.c (renamed from contrib/tools/python3/src/Python/pytime.c)0
-rw-r--r--contrib/tools/python3/Python/specialize.c (renamed from contrib/tools/python3/src/Python/specialize.c)0
-rw-r--r--contrib/tools/python3/Python/stdlib_module_names.h (renamed from contrib/tools/python3/src/Python/stdlib_module_names.h)0
-rw-r--r--contrib/tools/python3/Python/structmember.c (renamed from contrib/tools/python3/src/Python/structmember.c)0
-rw-r--r--contrib/tools/python3/Python/suggestions.c (renamed from contrib/tools/python3/src/Python/suggestions.c)0
-rw-r--r--contrib/tools/python3/Python/symtable.c (renamed from contrib/tools/python3/src/Python/symtable.c)0
-rw-r--r--contrib/tools/python3/Python/sysmodule.c (renamed from contrib/tools/python3/src/Python/sysmodule.c)0
-rw-r--r--contrib/tools/python3/Python/thread.c (renamed from contrib/tools/python3/src/Python/thread.c)0
-rw-r--r--contrib/tools/python3/Python/thread_nt.h (renamed from contrib/tools/python3/src/Python/thread_nt.h)0
-rw-r--r--contrib/tools/python3/Python/thread_pthread.h (renamed from contrib/tools/python3/src/Python/thread_pthread.h)0
-rw-r--r--contrib/tools/python3/Python/thread_pthread_stubs.h (renamed from contrib/tools/python3/src/Python/thread_pthread_stubs.h)0
-rw-r--r--contrib/tools/python3/Python/traceback.c (renamed from contrib/tools/python3/src/Python/traceback.c)0
-rw-r--r--contrib/tools/python3/Python/tracemalloc.c (renamed from contrib/tools/python3/src/Python/tracemalloc.c)0
-rw-r--r--contrib/tools/python3/README.rst (renamed from contrib/tools/python3/src/README.rst)0
-rw-r--r--contrib/tools/python3/bin/ya.make4
-rw-r--r--contrib/tools/python3/lib/lsan.supp2
-rw-r--r--contrib/tools/python3/lib/ya.make15
-rw-r--r--contrib/tools/python3/lib2/py/ya.make (renamed from contrib/tools/python3/lib/py/ya.make)2
-rw-r--r--contrib/tools/python3/lib2/ya.make15
-rw-r--r--contrib/tools/python3/patches/all-changes.patch339
-rw-r--r--contrib/tools/python3/tsan.supp (renamed from contrib/tools/python3/src/tsan.supp)0
-rw-r--r--contrib/tools/python3/ya.make (renamed from contrib/tools/python3/src/ya.make)17
1279 files changed, 380 insertions, 33 deletions
diff --git a/contrib/tools/python3/src/Include/Python.h b/contrib/tools/python3/Include/Python.h
index 52a7aac6ba6..52a7aac6ba6 100644
--- a/contrib/tools/python3/src/Include/Python.h
+++ b/contrib/tools/python3/Include/Python.h
diff --git a/contrib/tools/python3/src/Include/abstract.h b/contrib/tools/python3/Include/abstract.h
index 064b0300b51..064b0300b51 100644
--- a/contrib/tools/python3/src/Include/abstract.h
+++ b/contrib/tools/python3/Include/abstract.h
diff --git a/contrib/tools/python3/src/Include/bltinmodule.h b/contrib/tools/python3/Include/bltinmodule.h
index 868c9e6443b..868c9e6443b 100644
--- a/contrib/tools/python3/src/Include/bltinmodule.h
+++ b/contrib/tools/python3/Include/bltinmodule.h
diff --git a/contrib/tools/python3/src/Include/boolobject.h b/contrib/tools/python3/Include/boolobject.h
index 19aef5b1b87..19aef5b1b87 100644
--- a/contrib/tools/python3/src/Include/boolobject.h
+++ b/contrib/tools/python3/Include/boolobject.h
diff --git a/contrib/tools/python3/src/Include/bytearrayobject.h b/contrib/tools/python3/Include/bytearrayobject.h
index 3d53fdba643..3d53fdba643 100644
--- a/contrib/tools/python3/src/Include/bytearrayobject.h
+++ b/contrib/tools/python3/Include/bytearrayobject.h
diff --git a/contrib/tools/python3/src/Include/bytesobject.h b/contrib/tools/python3/Include/bytesobject.h
index ee448cd02bd..ee448cd02bd 100644
--- a/contrib/tools/python3/src/Include/bytesobject.h
+++ b/contrib/tools/python3/Include/bytesobject.h
diff --git a/contrib/tools/python3/src/Include/ceval.h b/contrib/tools/python3/Include/ceval.h
index ad4d909d6f2..ad4d909d6f2 100644
--- a/contrib/tools/python3/src/Include/ceval.h
+++ b/contrib/tools/python3/Include/ceval.h
diff --git a/contrib/tools/python3/src/Include/codecs.h b/contrib/tools/python3/Include/codecs.h
index 37ecfb4ab75..37ecfb4ab75 100644
--- a/contrib/tools/python3/src/Include/codecs.h
+++ b/contrib/tools/python3/Include/codecs.h
diff --git a/contrib/tools/python3/src/Include/compile.h b/contrib/tools/python3/Include/compile.h
index 52d0bc76c9f..52d0bc76c9f 100644
--- a/contrib/tools/python3/src/Include/compile.h
+++ b/contrib/tools/python3/Include/compile.h
diff --git a/contrib/tools/python3/src/Include/complexobject.h b/contrib/tools/python3/Include/complexobject.h
index ebe49a832f7..ebe49a832f7 100644
--- a/contrib/tools/python3/src/Include/complexobject.h
+++ b/contrib/tools/python3/Include/complexobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/abstract.h b/contrib/tools/python3/Include/cpython/abstract.h
index 3b27aab2fc4..3b27aab2fc4 100644
--- a/contrib/tools/python3/src/Include/cpython/abstract.h
+++ b/contrib/tools/python3/Include/cpython/abstract.h
diff --git a/contrib/tools/python3/src/Include/cpython/bytearrayobject.h b/contrib/tools/python3/Include/cpython/bytearrayobject.h
index 9ba176eb2d3..9ba176eb2d3 100644
--- a/contrib/tools/python3/src/Include/cpython/bytearrayobject.h
+++ b/contrib/tools/python3/Include/cpython/bytearrayobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/bytesobject.h b/contrib/tools/python3/Include/cpython/bytesobject.h
index e982031c107..e982031c107 100644
--- a/contrib/tools/python3/src/Include/cpython/bytesobject.h
+++ b/contrib/tools/python3/Include/cpython/bytesobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/cellobject.h b/contrib/tools/python3/Include/cpython/cellobject.h
index 47a6a491497..47a6a491497 100644
--- a/contrib/tools/python3/src/Include/cpython/cellobject.h
+++ b/contrib/tools/python3/Include/cpython/cellobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/ceval.h b/contrib/tools/python3/Include/cpython/ceval.h
index a9616bd6a4f..a9616bd6a4f 100644
--- a/contrib/tools/python3/src/Include/cpython/ceval.h
+++ b/contrib/tools/python3/Include/cpython/ceval.h
diff --git a/contrib/tools/python3/src/Include/cpython/classobject.h b/contrib/tools/python3/Include/cpython/classobject.h
index d7c9ddd1336..d7c9ddd1336 100644
--- a/contrib/tools/python3/src/Include/cpython/classobject.h
+++ b/contrib/tools/python3/Include/cpython/classobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/code.h b/contrib/tools/python3/Include/cpython/code.h
index 03834b20c3e..03834b20c3e 100644
--- a/contrib/tools/python3/src/Include/cpython/code.h
+++ b/contrib/tools/python3/Include/cpython/code.h
diff --git a/contrib/tools/python3/src/Include/cpython/compile.h b/contrib/tools/python3/Include/cpython/compile.h
index f5a62a8ec6d..f5a62a8ec6d 100644
--- a/contrib/tools/python3/src/Include/cpython/compile.h
+++ b/contrib/tools/python3/Include/cpython/compile.h
diff --git a/contrib/tools/python3/src/Include/cpython/complexobject.h b/contrib/tools/python3/Include/cpython/complexobject.h
index b7d7283ae88..b7d7283ae88 100644
--- a/contrib/tools/python3/src/Include/cpython/complexobject.h
+++ b/contrib/tools/python3/Include/cpython/complexobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/context.h b/contrib/tools/python3/Include/cpython/context.h
index 9879fc7192e..9879fc7192e 100644
--- a/contrib/tools/python3/src/Include/cpython/context.h
+++ b/contrib/tools/python3/Include/cpython/context.h
diff --git a/contrib/tools/python3/src/Include/cpython/descrobject.h b/contrib/tools/python3/Include/cpython/descrobject.h
index e2ea1b9a2d3..e2ea1b9a2d3 100644
--- a/contrib/tools/python3/src/Include/cpython/descrobject.h
+++ b/contrib/tools/python3/Include/cpython/descrobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/dictobject.h b/contrib/tools/python3/Include/cpython/dictobject.h
index ddada922020..ddada922020 100644
--- a/contrib/tools/python3/src/Include/cpython/dictobject.h
+++ b/contrib/tools/python3/Include/cpython/dictobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/fileobject.h b/contrib/tools/python3/Include/cpython/fileobject.h
index b70ec318986..b70ec318986 100644
--- a/contrib/tools/python3/src/Include/cpython/fileobject.h
+++ b/contrib/tools/python3/Include/cpython/fileobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/fileutils.h b/contrib/tools/python3/Include/cpython/fileutils.h
index b386ad107bd..b386ad107bd 100644
--- a/contrib/tools/python3/src/Include/cpython/fileutils.h
+++ b/contrib/tools/python3/Include/cpython/fileutils.h
diff --git a/contrib/tools/python3/src/Include/cpython/floatobject.h b/contrib/tools/python3/Include/cpython/floatobject.h
index 127093098bf..127093098bf 100644
--- a/contrib/tools/python3/src/Include/cpython/floatobject.h
+++ b/contrib/tools/python3/Include/cpython/floatobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/frameobject.h b/contrib/tools/python3/Include/cpython/frameobject.h
index 4e19535c656..4e19535c656 100644
--- a/contrib/tools/python3/src/Include/cpython/frameobject.h
+++ b/contrib/tools/python3/Include/cpython/frameobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/funcobject.h b/contrib/tools/python3/Include/cpython/funcobject.h
index 6f78f5868d0..6f78f5868d0 100644
--- a/contrib/tools/python3/src/Include/cpython/funcobject.h
+++ b/contrib/tools/python3/Include/cpython/funcobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/genobject.h b/contrib/tools/python3/Include/cpython/genobject.h
index 7856481b5db..7856481b5db 100644
--- a/contrib/tools/python3/src/Include/cpython/genobject.h
+++ b/contrib/tools/python3/Include/cpython/genobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/import.h b/contrib/tools/python3/Include/cpython/import.h
index 2bca4ade4c4..2bca4ade4c4 100644
--- a/contrib/tools/python3/src/Include/cpython/import.h
+++ b/contrib/tools/python3/Include/cpython/import.h
diff --git a/contrib/tools/python3/src/Include/cpython/initconfig.h b/contrib/tools/python3/Include/cpython/initconfig.h
index cbae97f12f5..cbae97f12f5 100644
--- a/contrib/tools/python3/src/Include/cpython/initconfig.h
+++ b/contrib/tools/python3/Include/cpython/initconfig.h
diff --git a/contrib/tools/python3/src/Include/cpython/interpreteridobject.h b/contrib/tools/python3/Include/cpython/interpreteridobject.h
index 5076584209b..5076584209b 100644
--- a/contrib/tools/python3/src/Include/cpython/interpreteridobject.h
+++ b/contrib/tools/python3/Include/cpython/interpreteridobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/listobject.h b/contrib/tools/python3/Include/cpython/listobject.h
index 8fa82122d8d..8fa82122d8d 100644
--- a/contrib/tools/python3/src/Include/cpython/listobject.h
+++ b/contrib/tools/python3/Include/cpython/listobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/longintrepr.h b/contrib/tools/python3/Include/cpython/longintrepr.h
index 692c69ba76d..692c69ba76d 100644
--- a/contrib/tools/python3/src/Include/cpython/longintrepr.h
+++ b/contrib/tools/python3/Include/cpython/longintrepr.h
diff --git a/contrib/tools/python3/src/Include/cpython/longobject.h b/contrib/tools/python3/Include/cpython/longobject.h
index 90cc0f267ae..90cc0f267ae 100644
--- a/contrib/tools/python3/src/Include/cpython/longobject.h
+++ b/contrib/tools/python3/Include/cpython/longobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/memoryobject.h b/contrib/tools/python3/Include/cpython/memoryobject.h
index 3837fa8c6ab..3837fa8c6ab 100644
--- a/contrib/tools/python3/src/Include/cpython/memoryobject.h
+++ b/contrib/tools/python3/Include/cpython/memoryobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/methodobject.h b/contrib/tools/python3/Include/cpython/methodobject.h
index d541e154948..d541e154948 100644
--- a/contrib/tools/python3/src/Include/cpython/methodobject.h
+++ b/contrib/tools/python3/Include/cpython/methodobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/modsupport.h b/contrib/tools/python3/Include/cpython/modsupport.h
index 2259291aff6..2259291aff6 100644
--- a/contrib/tools/python3/src/Include/cpython/modsupport.h
+++ b/contrib/tools/python3/Include/cpython/modsupport.h
diff --git a/contrib/tools/python3/src/Include/cpython/object.h b/contrib/tools/python3/Include/cpython/object.h
index ae7f780a931..ae7f780a931 100644
--- a/contrib/tools/python3/src/Include/cpython/object.h
+++ b/contrib/tools/python3/Include/cpython/object.h
diff --git a/contrib/tools/python3/src/Include/cpython/objimpl.h b/contrib/tools/python3/Include/cpython/objimpl.h
index 5a8cdd57c78..5a8cdd57c78 100644
--- a/contrib/tools/python3/src/Include/cpython/objimpl.h
+++ b/contrib/tools/python3/Include/cpython/objimpl.h
diff --git a/contrib/tools/python3/src/Include/cpython/odictobject.h b/contrib/tools/python3/Include/cpython/odictobject.h
index 3822d554868..3822d554868 100644
--- a/contrib/tools/python3/src/Include/cpython/odictobject.h
+++ b/contrib/tools/python3/Include/cpython/odictobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/picklebufobject.h b/contrib/tools/python3/Include/cpython/picklebufobject.h
index f3cbaeef919..f3cbaeef919 100644
--- a/contrib/tools/python3/src/Include/cpython/picklebufobject.h
+++ b/contrib/tools/python3/Include/cpython/picklebufobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/pthread_stubs.h b/contrib/tools/python3/Include/cpython/pthread_stubs.h
index 83f0b08693e..83f0b08693e 100644
--- a/contrib/tools/python3/src/Include/cpython/pthread_stubs.h
+++ b/contrib/tools/python3/Include/cpython/pthread_stubs.h
diff --git a/contrib/tools/python3/src/Include/cpython/pyctype.h b/contrib/tools/python3/Include/cpython/pyctype.h
index 729d93275e6..729d93275e6 100644
--- a/contrib/tools/python3/src/Include/cpython/pyctype.h
+++ b/contrib/tools/python3/Include/cpython/pyctype.h
diff --git a/contrib/tools/python3/src/Include/cpython/pydebug.h b/contrib/tools/python3/Include/cpython/pydebug.h
index f6ebd99ed7e..f6ebd99ed7e 100644
--- a/contrib/tools/python3/src/Include/cpython/pydebug.h
+++ b/contrib/tools/python3/Include/cpython/pydebug.h
diff --git a/contrib/tools/python3/src/Include/cpython/pyerrors.h b/contrib/tools/python3/Include/cpython/pyerrors.h
index 156665cbdb1..156665cbdb1 100644
--- a/contrib/tools/python3/src/Include/cpython/pyerrors.h
+++ b/contrib/tools/python3/Include/cpython/pyerrors.h
diff --git a/contrib/tools/python3/src/Include/cpython/pyfpe.h b/contrib/tools/python3/Include/cpython/pyfpe.h
index cc2def63aa5..cc2def63aa5 100644
--- a/contrib/tools/python3/src/Include/cpython/pyfpe.h
+++ b/contrib/tools/python3/Include/cpython/pyfpe.h
diff --git a/contrib/tools/python3/src/Include/cpython/pyframe.h b/contrib/tools/python3/Include/cpython/pyframe.h
index 0e2afff925e..0e2afff925e 100644
--- a/contrib/tools/python3/src/Include/cpython/pyframe.h
+++ b/contrib/tools/python3/Include/cpython/pyframe.h
diff --git a/contrib/tools/python3/src/Include/cpython/pylifecycle.h b/contrib/tools/python3/Include/cpython/pylifecycle.h
index 4daea33bf80..4daea33bf80 100644
--- a/contrib/tools/python3/src/Include/cpython/pylifecycle.h
+++ b/contrib/tools/python3/Include/cpython/pylifecycle.h
diff --git a/contrib/tools/python3/src/Include/cpython/pymem.h b/contrib/tools/python3/Include/cpython/pymem.h
index d1054d76520..d1054d76520 100644
--- a/contrib/tools/python3/src/Include/cpython/pymem.h
+++ b/contrib/tools/python3/Include/cpython/pymem.h
diff --git a/contrib/tools/python3/src/Include/cpython/pystate.h b/contrib/tools/python3/Include/cpython/pystate.h
index 628f2e0996e..628f2e0996e 100644
--- a/contrib/tools/python3/src/Include/cpython/pystate.h
+++ b/contrib/tools/python3/Include/cpython/pystate.h
diff --git a/contrib/tools/python3/src/Include/cpython/pythonrun.h b/contrib/tools/python3/Include/cpython/pythonrun.h
index fb617655374..fb617655374 100644
--- a/contrib/tools/python3/src/Include/cpython/pythonrun.h
+++ b/contrib/tools/python3/Include/cpython/pythonrun.h
diff --git a/contrib/tools/python3/src/Include/cpython/pythread.h b/contrib/tools/python3/Include/cpython/pythread.h
index 449b7cc6ddd..449b7cc6ddd 100644
--- a/contrib/tools/python3/src/Include/cpython/pythread.h
+++ b/contrib/tools/python3/Include/cpython/pythread.h
diff --git a/contrib/tools/python3/src/Include/cpython/pytime.h b/contrib/tools/python3/Include/cpython/pytime.h
index 6891bd5c03f..6891bd5c03f 100644
--- a/contrib/tools/python3/src/Include/cpython/pytime.h
+++ b/contrib/tools/python3/Include/cpython/pytime.h
diff --git a/contrib/tools/python3/src/Include/cpython/setobject.h b/contrib/tools/python3/Include/cpython/setobject.h
index 20fd63eaae5..20fd63eaae5 100644
--- a/contrib/tools/python3/src/Include/cpython/setobject.h
+++ b/contrib/tools/python3/Include/cpython/setobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/sysmodule.h b/contrib/tools/python3/Include/cpython/sysmodule.h
index 19d9dddc344..19d9dddc344 100644
--- a/contrib/tools/python3/src/Include/cpython/sysmodule.h
+++ b/contrib/tools/python3/Include/cpython/sysmodule.h
diff --git a/contrib/tools/python3/src/Include/cpython/traceback.h b/contrib/tools/python3/Include/cpython/traceback.h
index a4e087b2b4e..a4e087b2b4e 100644
--- a/contrib/tools/python3/src/Include/cpython/traceback.h
+++ b/contrib/tools/python3/Include/cpython/traceback.h
diff --git a/contrib/tools/python3/src/Include/cpython/tupleobject.h b/contrib/tools/python3/Include/cpython/tupleobject.h
index f6a1f076e03..f6a1f076e03 100644
--- a/contrib/tools/python3/src/Include/cpython/tupleobject.h
+++ b/contrib/tools/python3/Include/cpython/tupleobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/unicodeobject.h b/contrib/tools/python3/Include/cpython/unicodeobject.h
index f177cd9e2af..f177cd9e2af 100644
--- a/contrib/tools/python3/src/Include/cpython/unicodeobject.h
+++ b/contrib/tools/python3/Include/cpython/unicodeobject.h
diff --git a/contrib/tools/python3/src/Include/cpython/warnings.h b/contrib/tools/python3/Include/cpython/warnings.h
index 4e3eb88e8ff..4e3eb88e8ff 100644
--- a/contrib/tools/python3/src/Include/cpython/warnings.h
+++ b/contrib/tools/python3/Include/cpython/warnings.h
diff --git a/contrib/tools/python3/src/Include/cpython/weakrefobject.h b/contrib/tools/python3/Include/cpython/weakrefobject.h
index fd79fdc2dcc..fd79fdc2dcc 100644
--- a/contrib/tools/python3/src/Include/cpython/weakrefobject.h
+++ b/contrib/tools/python3/Include/cpython/weakrefobject.h
diff --git a/contrib/tools/python3/src/Include/datetime.h b/contrib/tools/python3/Include/datetime.h
index b78cc0e8e2e..b78cc0e8e2e 100644
--- a/contrib/tools/python3/src/Include/datetime.h
+++ b/contrib/tools/python3/Include/datetime.h
diff --git a/contrib/tools/python3/src/Include/descrobject.h b/contrib/tools/python3/Include/descrobject.h
index fd66d17b497..fd66d17b497 100644
--- a/contrib/tools/python3/src/Include/descrobject.h
+++ b/contrib/tools/python3/Include/descrobject.h
diff --git a/contrib/tools/python3/src/Include/dictobject.h b/contrib/tools/python3/Include/dictobject.h
index e7fcb44d0cf..e7fcb44d0cf 100644
--- a/contrib/tools/python3/src/Include/dictobject.h
+++ b/contrib/tools/python3/Include/dictobject.h
diff --git a/contrib/tools/python3/src/Include/dynamic_annotations.h b/contrib/tools/python3/Include/dynamic_annotations.h
index 4d4def9bf89..4d4def9bf89 100644
--- a/contrib/tools/python3/src/Include/dynamic_annotations.h
+++ b/contrib/tools/python3/Include/dynamic_annotations.h
diff --git a/contrib/tools/python3/src/Include/enumobject.h b/contrib/tools/python3/Include/enumobject.h
index c14dbfc8c37..c14dbfc8c37 100644
--- a/contrib/tools/python3/src/Include/enumobject.h
+++ b/contrib/tools/python3/Include/enumobject.h
diff --git a/contrib/tools/python3/src/Include/errcode.h b/contrib/tools/python3/Include/errcode.h
index bd9066bb415..bd9066bb415 100644
--- a/contrib/tools/python3/src/Include/errcode.h
+++ b/contrib/tools/python3/Include/errcode.h
diff --git a/contrib/tools/python3/src/Include/exports.h b/contrib/tools/python3/Include/exports.h
index 59373c39ff7..59373c39ff7 100644
--- a/contrib/tools/python3/src/Include/exports.h
+++ b/contrib/tools/python3/Include/exports.h
diff --git a/contrib/tools/python3/src/Include/fileobject.h b/contrib/tools/python3/Include/fileobject.h
index 2deef544d66..2deef544d66 100644
--- a/contrib/tools/python3/src/Include/fileobject.h
+++ b/contrib/tools/python3/Include/fileobject.h
diff --git a/contrib/tools/python3/src/Include/fileutils.h b/contrib/tools/python3/Include/fileutils.h
index ba5acc84fcb..ba5acc84fcb 100644
--- a/contrib/tools/python3/src/Include/fileutils.h
+++ b/contrib/tools/python3/Include/fileutils.h
diff --git a/contrib/tools/python3/src/Include/floatobject.h b/contrib/tools/python3/Include/floatobject.h
index 999441ac536..999441ac536 100644
--- a/contrib/tools/python3/src/Include/floatobject.h
+++ b/contrib/tools/python3/Include/floatobject.h
diff --git a/contrib/tools/python3/src/Include/frameobject.h b/contrib/tools/python3/Include/frameobject.h
index adb628f6314..adb628f6314 100644
--- a/contrib/tools/python3/src/Include/frameobject.h
+++ b/contrib/tools/python3/Include/frameobject.h
diff --git a/contrib/tools/python3/src/Include/genericaliasobject.h b/contrib/tools/python3/Include/genericaliasobject.h
index cf002976b27..cf002976b27 100644
--- a/contrib/tools/python3/src/Include/genericaliasobject.h
+++ b/contrib/tools/python3/Include/genericaliasobject.h
diff --git a/contrib/tools/python3/src/Include/import.h b/contrib/tools/python3/Include/import.h
index 5d5f3425b8e..5d5f3425b8e 100644
--- a/contrib/tools/python3/src/Include/import.h
+++ b/contrib/tools/python3/Include/import.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_abstract.h b/contrib/tools/python3/Include/internal/pycore_abstract.h
index b1afb2dc7be..b1afb2dc7be 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_abstract.h
+++ b/contrib/tools/python3/Include/internal/pycore_abstract.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_asdl.h b/contrib/tools/python3/Include/internal/pycore_asdl.h
index afeada88d13..afeada88d13 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_asdl.h
+++ b/contrib/tools/python3/Include/internal/pycore_asdl.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_ast.h b/contrib/tools/python3/Include/internal/pycore_ast.h
index b568902bb1e..b568902bb1e 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_ast.h
+++ b/contrib/tools/python3/Include/internal/pycore_ast.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_ast_state.h b/contrib/tools/python3/Include/internal/pycore_ast_state.h
index 863c73b0d6e..863c73b0d6e 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_ast_state.h
+++ b/contrib/tools/python3/Include/internal/pycore_ast_state.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_atexit.h b/contrib/tools/python3/Include/internal/pycore_atexit.h
index 63a2cd5d507..63a2cd5d507 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_atexit.h
+++ b/contrib/tools/python3/Include/internal/pycore_atexit.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_atomic.h b/contrib/tools/python3/Include/internal/pycore_atomic.h
index 425d69f868b..425d69f868b 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_atomic.h
+++ b/contrib/tools/python3/Include/internal/pycore_atomic.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_atomic_funcs.h b/contrib/tools/python3/Include/internal/pycore_atomic_funcs.h
index a708789cea7..a708789cea7 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_atomic_funcs.h
+++ b/contrib/tools/python3/Include/internal/pycore_atomic_funcs.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_bitutils.h b/contrib/tools/python3/Include/internal/pycore_bitutils.h
index e6bf61ef425..e6bf61ef425 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_bitutils.h
+++ b/contrib/tools/python3/Include/internal/pycore_bitutils.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_blocks_output_buffer.h b/contrib/tools/python3/Include/internal/pycore_blocks_output_buffer.h
index 28cf6fba4ee..28cf6fba4ee 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_blocks_output_buffer.h
+++ b/contrib/tools/python3/Include/internal/pycore_blocks_output_buffer.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_bytes_methods.h b/contrib/tools/python3/Include/internal/pycore_bytes_methods.h
index 11e8ab20e91..11e8ab20e91 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_bytes_methods.h
+++ b/contrib/tools/python3/Include/internal/pycore_bytes_methods.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_bytesobject.h b/contrib/tools/python3/Include/internal/pycore_bytesobject.h
index d36fa9569d6..d36fa9569d6 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_bytesobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_bytesobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_call.h b/contrib/tools/python3/Include/internal/pycore_call.h
index 5d9342b562b..5d9342b562b 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_call.h
+++ b/contrib/tools/python3/Include/internal/pycore_call.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_ceval.h b/contrib/tools/python3/Include/internal/pycore_ceval.h
index 921b1cfcd3a..921b1cfcd3a 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_ceval.h
+++ b/contrib/tools/python3/Include/internal/pycore_ceval.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_ceval_state.h b/contrib/tools/python3/Include/internal/pycore_ceval_state.h
index e56e43c6e0c..e56e43c6e0c 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_ceval_state.h
+++ b/contrib/tools/python3/Include/internal/pycore_ceval_state.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_code.h b/contrib/tools/python3/Include/internal/pycore_code.h
index 92e0a8bbd39..92e0a8bbd39 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_code.h
+++ b/contrib/tools/python3/Include/internal/pycore_code.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_compile.h b/contrib/tools/python3/Include/internal/pycore_compile.h
index 80a637e5bf9..80a637e5bf9 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_compile.h
+++ b/contrib/tools/python3/Include/internal/pycore_compile.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_condvar.h b/contrib/tools/python3/Include/internal/pycore_condvar.h
index acdc9db12c5..acdc9db12c5 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_condvar.h
+++ b/contrib/tools/python3/Include/internal/pycore_condvar.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_context.h b/contrib/tools/python3/Include/internal/pycore_context.h
index 52dfe3ef233..52dfe3ef233 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_context.h
+++ b/contrib/tools/python3/Include/internal/pycore_context.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_descrobject.h b/contrib/tools/python3/Include/internal/pycore_descrobject.h
index 76378569df9..76378569df9 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_descrobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_descrobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_dict.h b/contrib/tools/python3/Include/internal/pycore_dict.h
index 6253e0841ad..6253e0841ad 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_dict.h
+++ b/contrib/tools/python3/Include/internal/pycore_dict.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_dict_state.h b/contrib/tools/python3/Include/internal/pycore_dict_state.h
index ece0f10ca25..ece0f10ca25 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_dict_state.h
+++ b/contrib/tools/python3/Include/internal/pycore_dict_state.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_dtoa.h b/contrib/tools/python3/Include/internal/pycore_dtoa.h
index 4d9681d59a6..4d9681d59a6 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_dtoa.h
+++ b/contrib/tools/python3/Include/internal/pycore_dtoa.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_emscripten_signal.h b/contrib/tools/python3/Include/internal/pycore_emscripten_signal.h
index 8b3287d85da..8b3287d85da 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_emscripten_signal.h
+++ b/contrib/tools/python3/Include/internal/pycore_emscripten_signal.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_exceptions.h b/contrib/tools/python3/Include/internal/pycore_exceptions.h
index 4a9df709131..4a9df709131 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_exceptions.h
+++ b/contrib/tools/python3/Include/internal/pycore_exceptions.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_faulthandler.h b/contrib/tools/python3/Include/internal/pycore_faulthandler.h
index e6aec7745a6..e6aec7745a6 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_faulthandler.h
+++ b/contrib/tools/python3/Include/internal/pycore_faulthandler.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_fileutils.h b/contrib/tools/python3/Include/internal/pycore_fileutils.h
index 7c2b6ec0bff..7c2b6ec0bff 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_fileutils.h
+++ b/contrib/tools/python3/Include/internal/pycore_fileutils.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_fileutils_windows.h b/contrib/tools/python3/Include/internal/pycore_fileutils_windows.h
index e804d385e76..e804d385e76 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_fileutils_windows.h
+++ b/contrib/tools/python3/Include/internal/pycore_fileutils_windows.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_floatobject.h b/contrib/tools/python3/Include/internal/pycore_floatobject.h
index 27c63bc87f3..27c63bc87f3 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_floatobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_floatobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_flowgraph.h b/contrib/tools/python3/Include/internal/pycore_flowgraph.h
index 98d3374a752..98d3374a752 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_flowgraph.h
+++ b/contrib/tools/python3/Include/internal/pycore_flowgraph.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_format.h b/contrib/tools/python3/Include/internal/pycore_format.h
index 1b8d57539ca..1b8d57539ca 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_format.h
+++ b/contrib/tools/python3/Include/internal/pycore_format.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_frame.h b/contrib/tools/python3/Include/internal/pycore_frame.h
index bfe4a759bac..bfe4a759bac 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_frame.h
+++ b/contrib/tools/python3/Include/internal/pycore_frame.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_function.h b/contrib/tools/python3/Include/internal/pycore_function.h
index ecbb7001e7d..ecbb7001e7d 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_function.h
+++ b/contrib/tools/python3/Include/internal/pycore_function.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_gc.h b/contrib/tools/python3/Include/internal/pycore_gc.h
index b3abe2030a0..b3abe2030a0 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_gc.h
+++ b/contrib/tools/python3/Include/internal/pycore_gc.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_genobject.h b/contrib/tools/python3/Include/internal/pycore_genobject.h
index dc60b4ca705..dc60b4ca705 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_genobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_genobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_getopt.h b/contrib/tools/python3/Include/internal/pycore_getopt.h
index 7f0dd13ae57..7f0dd13ae57 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_getopt.h
+++ b/contrib/tools/python3/Include/internal/pycore_getopt.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_gil.h b/contrib/tools/python3/Include/internal/pycore_gil.h
index 8ebad37b686..8ebad37b686 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_gil.h
+++ b/contrib/tools/python3/Include/internal/pycore_gil.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_global_objects.h b/contrib/tools/python3/Include/internal/pycore_global_objects.h
index 442f8516278..442f8516278 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_global_objects.h
+++ b/contrib/tools/python3/Include/internal/pycore_global_objects.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_global_objects_fini_generated.h b/contrib/tools/python3/Include/internal/pycore_global_objects_fini_generated.h
index 439f47a263d..439f47a263d 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_global_objects_fini_generated.h
+++ b/contrib/tools/python3/Include/internal/pycore_global_objects_fini_generated.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_global_strings.h b/contrib/tools/python3/Include/internal/pycore_global_strings.h
index 0c84999cbf8..0c84999cbf8 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_global_strings.h
+++ b/contrib/tools/python3/Include/internal/pycore_global_strings.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_hamt.h b/contrib/tools/python3/Include/internal/pycore_hamt.h
index d8742c7cb63..d8742c7cb63 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_hamt.h
+++ b/contrib/tools/python3/Include/internal/pycore_hamt.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_hashtable.h b/contrib/tools/python3/Include/internal/pycore_hashtable.h
index f57978a8d61..f57978a8d61 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_hashtable.h
+++ b/contrib/tools/python3/Include/internal/pycore_hashtable.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_import.h b/contrib/tools/python3/Include/internal/pycore_import.h
index 376957bdc99..376957bdc99 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_import.h
+++ b/contrib/tools/python3/Include/internal/pycore_import.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_initconfig.h b/contrib/tools/python3/Include/internal/pycore_initconfig.h
index 4cbd14a61d4..4cbd14a61d4 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_initconfig.h
+++ b/contrib/tools/python3/Include/internal/pycore_initconfig.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_instruments.h b/contrib/tools/python3/Include/internal/pycore_instruments.h
index 87f70d2dc0d..87f70d2dc0d 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_instruments.h
+++ b/contrib/tools/python3/Include/internal/pycore_instruments.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_interp.h b/contrib/tools/python3/Include/internal/pycore_interp.h
index 37cc88ed081..37cc88ed081 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_interp.h
+++ b/contrib/tools/python3/Include/internal/pycore_interp.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_intrinsics.h b/contrib/tools/python3/Include/internal/pycore_intrinsics.h
index 39f15681b7b..39f15681b7b 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_intrinsics.h
+++ b/contrib/tools/python3/Include/internal/pycore_intrinsics.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_list.h b/contrib/tools/python3/Include/internal/pycore_list.h
index 2fcbe12cd65..2fcbe12cd65 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_list.h
+++ b/contrib/tools/python3/Include/internal/pycore_list.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_long.h b/contrib/tools/python3/Include/internal/pycore_long.h
index 64c00cb1475..64c00cb1475 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_long.h
+++ b/contrib/tools/python3/Include/internal/pycore_long.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_memoryobject.h b/contrib/tools/python3/Include/internal/pycore_memoryobject.h
index fe19e3f9611..fe19e3f9611 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_memoryobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_memoryobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_moduleobject.h b/contrib/tools/python3/Include/internal/pycore_moduleobject.h
index 15a1bcb6ae5..15a1bcb6ae5 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_moduleobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_moduleobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_namespace.h b/contrib/tools/python3/Include/internal/pycore_namespace.h
index cb76f040693..cb76f040693 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_namespace.h
+++ b/contrib/tools/python3/Include/internal/pycore_namespace.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_object.h b/contrib/tools/python3/Include/internal/pycore_object.h
index 7a2f13a21bd..7a2f13a21bd 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_object.h
+++ b/contrib/tools/python3/Include/internal/pycore_object.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_object_state.h b/contrib/tools/python3/Include/internal/pycore_object_state.h
index 65feb5af969..65feb5af969 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_object_state.h
+++ b/contrib/tools/python3/Include/internal/pycore_object_state.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_obmalloc.h b/contrib/tools/python3/Include/internal/pycore_obmalloc.h
index b1c00654ac1..b1c00654ac1 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_obmalloc.h
+++ b/contrib/tools/python3/Include/internal/pycore_obmalloc.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_obmalloc_init.h b/contrib/tools/python3/Include/internal/pycore_obmalloc_init.h
index 8ee72ff2d41..8ee72ff2d41 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_obmalloc_init.h
+++ b/contrib/tools/python3/Include/internal/pycore_obmalloc_init.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_opcode.h b/contrib/tools/python3/Include/internal/pycore_opcode.h
index 15d96503830..15d96503830 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_opcode.h
+++ b/contrib/tools/python3/Include/internal/pycore_opcode.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_opcode_utils.h b/contrib/tools/python3/Include/internal/pycore_opcode_utils.h
index 1d5ff988290..1d5ff988290 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_opcode_utils.h
+++ b/contrib/tools/python3/Include/internal/pycore_opcode_utils.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_parser.h b/contrib/tools/python3/Include/internal/pycore_parser.h
index dd51b92801a..dd51b92801a 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_parser.h
+++ b/contrib/tools/python3/Include/internal/pycore_parser.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pathconfig.h b/contrib/tools/python3/Include/internal/pycore_pathconfig.h
index b8deaa0c3eb..b8deaa0c3eb 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pathconfig.h
+++ b/contrib/tools/python3/Include/internal/pycore_pathconfig.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pyarena.h b/contrib/tools/python3/Include/internal/pycore_pyarena.h
index d78972a88ca..d78972a88ca 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pyarena.h
+++ b/contrib/tools/python3/Include/internal/pycore_pyarena.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pyerrors.h b/contrib/tools/python3/Include/internal/pycore_pyerrors.h
index 4620a269644..4620a269644 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pyerrors.h
+++ b/contrib/tools/python3/Include/internal/pycore_pyerrors.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pyhash.h b/contrib/tools/python3/Include/internal/pycore_pyhash.h
index 34dfa537712..34dfa537712 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pyhash.h
+++ b/contrib/tools/python3/Include/internal/pycore_pyhash.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pylifecycle.h b/contrib/tools/python3/Include/internal/pycore_pylifecycle.h
index 7cd998a704c..7cd998a704c 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pylifecycle.h
+++ b/contrib/tools/python3/Include/internal/pycore_pylifecycle.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pymath.h b/contrib/tools/python3/Include/internal/pycore_pymath.h
index 7a4e1c1eb71..7a4e1c1eb71 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pymath.h
+++ b/contrib/tools/python3/Include/internal/pycore_pymath.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pymem.h b/contrib/tools/python3/Include/internal/pycore_pymem.h
index 81a707a0a5d..81a707a0a5d 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pymem.h
+++ b/contrib/tools/python3/Include/internal/pycore_pymem.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pymem_init.h b/contrib/tools/python3/Include/internal/pycore_pymem_init.h
index 78232738cb0..78232738cb0 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pymem_init.h
+++ b/contrib/tools/python3/Include/internal/pycore_pymem_init.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pystate.h b/contrib/tools/python3/Include/internal/pycore_pystate.h
index fba08ae5523..fba08ae5523 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pystate.h
+++ b/contrib/tools/python3/Include/internal/pycore_pystate.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_pythread.h b/contrib/tools/python3/Include/internal/pycore_pythread.h
index f53921494c1..f53921494c1 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_pythread.h
+++ b/contrib/tools/python3/Include/internal/pycore_pythread.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_range.h b/contrib/tools/python3/Include/internal/pycore_range.h
index bf045ec4fd8..bf045ec4fd8 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_range.h
+++ b/contrib/tools/python3/Include/internal/pycore_range.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_runtime.h b/contrib/tools/python3/Include/internal/pycore_runtime.h
index 99c4b0760bf..99c4b0760bf 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_runtime.h
+++ b/contrib/tools/python3/Include/internal/pycore_runtime.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_runtime_init.h b/contrib/tools/python3/Include/internal/pycore_runtime_init.h
index e5f9e17efff..e5f9e17efff 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_runtime_init.h
+++ b/contrib/tools/python3/Include/internal/pycore_runtime_init.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_runtime_init_generated.h b/contrib/tools/python3/Include/internal/pycore_runtime_init_generated.h
index 07f237b2905..07f237b2905 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_runtime_init_generated.h
+++ b/contrib/tools/python3/Include/internal/pycore_runtime_init_generated.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_signal.h b/contrib/tools/python3/Include/internal/pycore_signal.h
index ca3f69d09fc..ca3f69d09fc 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_signal.h
+++ b/contrib/tools/python3/Include/internal/pycore_signal.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_sliceobject.h b/contrib/tools/python3/Include/internal/pycore_sliceobject.h
index 98665c3859d..98665c3859d 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_sliceobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_sliceobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_strhex.h b/contrib/tools/python3/Include/internal/pycore_strhex.h
index f427b4d695b..f427b4d695b 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_strhex.h
+++ b/contrib/tools/python3/Include/internal/pycore_strhex.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_structseq.h b/contrib/tools/python3/Include/internal/pycore_structseq.h
index 6f5dfc12707..6f5dfc12707 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_structseq.h
+++ b/contrib/tools/python3/Include/internal/pycore_structseq.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_symtable.h b/contrib/tools/python3/Include/internal/pycore_symtable.h
index c8e0578a231..c8e0578a231 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_symtable.h
+++ b/contrib/tools/python3/Include/internal/pycore_symtable.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_sysmodule.h b/contrib/tools/python3/Include/internal/pycore_sysmodule.h
index b4b1febafa4..b4b1febafa4 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_sysmodule.h
+++ b/contrib/tools/python3/Include/internal/pycore_sysmodule.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_time.h b/contrib/tools/python3/Include/internal/pycore_time.h
index 949170c4493..949170c4493 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_time.h
+++ b/contrib/tools/python3/Include/internal/pycore_time.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_token.h b/contrib/tools/python3/Include/internal/pycore_token.h
index c02e637fee1..c02e637fee1 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_token.h
+++ b/contrib/tools/python3/Include/internal/pycore_token.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_traceback.h b/contrib/tools/python3/Include/internal/pycore_traceback.h
index c393b2c136f..c393b2c136f 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_traceback.h
+++ b/contrib/tools/python3/Include/internal/pycore_traceback.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_tracemalloc.h b/contrib/tools/python3/Include/internal/pycore_tracemalloc.h
index d086adc61c3..d086adc61c3 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_tracemalloc.h
+++ b/contrib/tools/python3/Include/internal/pycore_tracemalloc.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_tuple.h b/contrib/tools/python3/Include/internal/pycore_tuple.h
index 335edad8979..335edad8979 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_tuple.h
+++ b/contrib/tools/python3/Include/internal/pycore_tuple.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_typeobject.h b/contrib/tools/python3/Include/internal/pycore_typeobject.h
index 63f76fc55c9..63f76fc55c9 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_typeobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_typeobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_typevarobject.h b/contrib/tools/python3/Include/internal/pycore_typevarobject.h
index c9fa97d6820..c9fa97d6820 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_typevarobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_typevarobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_ucnhash.h b/contrib/tools/python3/Include/internal/pycore_ucnhash.h
index 187dd68e734..187dd68e734 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_ucnhash.h
+++ b/contrib/tools/python3/Include/internal/pycore_ucnhash.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_unicodeobject.h b/contrib/tools/python3/Include/internal/pycore_unicodeobject.h
index 1bb0f366e78..1bb0f366e78 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_unicodeobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_unicodeobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_unicodeobject_generated.h b/contrib/tools/python3/Include/internal/pycore_unicodeobject_generated.h
index 9b470094b7a..9b470094b7a 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_unicodeobject_generated.h
+++ b/contrib/tools/python3/Include/internal/pycore_unicodeobject_generated.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_unionobject.h b/contrib/tools/python3/Include/internal/pycore_unionobject.h
index 87264635b6e..87264635b6e 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_unionobject.h
+++ b/contrib/tools/python3/Include/internal/pycore_unionobject.h
diff --git a/contrib/tools/python3/src/Include/internal/pycore_warnings.h b/contrib/tools/python3/Include/internal/pycore_warnings.h
index efb4f1cd7ea..efb4f1cd7ea 100644
--- a/contrib/tools/python3/src/Include/internal/pycore_warnings.h
+++ b/contrib/tools/python3/Include/internal/pycore_warnings.h
diff --git a/contrib/tools/python3/src/Include/interpreteridobject.h b/contrib/tools/python3/Include/interpreteridobject.h
index 8432632f339..8432632f339 100644
--- a/contrib/tools/python3/src/Include/interpreteridobject.h
+++ b/contrib/tools/python3/Include/interpreteridobject.h
diff --git a/contrib/tools/python3/src/Include/intrcheck.h b/contrib/tools/python3/Include/intrcheck.h
index b8cc6560168..b8cc6560168 100644
--- a/contrib/tools/python3/src/Include/intrcheck.h
+++ b/contrib/tools/python3/Include/intrcheck.h
diff --git a/contrib/tools/python3/src/Include/iterobject.h b/contrib/tools/python3/Include/iterobject.h
index fff30f7176f..fff30f7176f 100644
--- a/contrib/tools/python3/src/Include/iterobject.h
+++ b/contrib/tools/python3/Include/iterobject.h
diff --git a/contrib/tools/python3/src/Include/listobject.h b/contrib/tools/python3/Include/listobject.h
index 6b7041ba0b0..6b7041ba0b0 100644
--- a/contrib/tools/python3/src/Include/listobject.h
+++ b/contrib/tools/python3/Include/listobject.h
diff --git a/contrib/tools/python3/src/Include/longobject.h b/contrib/tools/python3/Include/longobject.h
index e090dd024a0..e090dd024a0 100644
--- a/contrib/tools/python3/src/Include/longobject.h
+++ b/contrib/tools/python3/Include/longobject.h
diff --git a/contrib/tools/python3/src/Include/marshal.h b/contrib/tools/python3/Include/marshal.h
index f8b0de80cfc..f8b0de80cfc 100644
--- a/contrib/tools/python3/src/Include/marshal.h
+++ b/contrib/tools/python3/Include/marshal.h
diff --git a/contrib/tools/python3/src/Include/memoryobject.h b/contrib/tools/python3/Include/memoryobject.h
index 2c9146aa2b5..2c9146aa2b5 100644
--- a/contrib/tools/python3/src/Include/memoryobject.h
+++ b/contrib/tools/python3/Include/memoryobject.h
diff --git a/contrib/tools/python3/src/Include/methodobject.h b/contrib/tools/python3/Include/methodobject.h
index 72af5ad933d..72af5ad933d 100644
--- a/contrib/tools/python3/src/Include/methodobject.h
+++ b/contrib/tools/python3/Include/methodobject.h
diff --git a/contrib/tools/python3/src/Include/modsupport.h b/contrib/tools/python3/Include/modsupport.h
index 1592bd0db4f..1592bd0db4f 100644
--- a/contrib/tools/python3/src/Include/modsupport.h
+++ b/contrib/tools/python3/Include/modsupport.h
diff --git a/contrib/tools/python3/src/Include/moduleobject.h b/contrib/tools/python3/Include/moduleobject.h
index 354d133e45e..354d133e45e 100644
--- a/contrib/tools/python3/src/Include/moduleobject.h
+++ b/contrib/tools/python3/Include/moduleobject.h
diff --git a/contrib/tools/python3/src/Include/object.h b/contrib/tools/python3/Include/object.h
index 5c30c77bc26..5c30c77bc26 100644
--- a/contrib/tools/python3/src/Include/object.h
+++ b/contrib/tools/python3/Include/object.h
diff --git a/contrib/tools/python3/src/Include/objimpl.h b/contrib/tools/python3/Include/objimpl.h
index ef871c5ea93..ef871c5ea93 100644
--- a/contrib/tools/python3/src/Include/objimpl.h
+++ b/contrib/tools/python3/Include/objimpl.h
diff --git a/contrib/tools/python3/src/Include/opcode.h b/contrib/tools/python3/Include/opcode.h
index 9806511ba42..9806511ba42 100644
--- a/contrib/tools/python3/src/Include/opcode.h
+++ b/contrib/tools/python3/Include/opcode.h
diff --git a/contrib/tools/python3/src/Include/osdefs.h b/contrib/tools/python3/Include/osdefs.h
index 3243944a148..3243944a148 100644
--- a/contrib/tools/python3/src/Include/osdefs.h
+++ b/contrib/tools/python3/Include/osdefs.h
diff --git a/contrib/tools/python3/src/Include/osmodule.h b/contrib/tools/python3/Include/osmodule.h
index 9095c2fdd3d..9095c2fdd3d 100644
--- a/contrib/tools/python3/src/Include/osmodule.h
+++ b/contrib/tools/python3/Include/osmodule.h
diff --git a/contrib/tools/python3/src/Include/patchlevel.h b/contrib/tools/python3/Include/patchlevel.h
index e7316df367c..e7316df367c 100644
--- a/contrib/tools/python3/src/Include/patchlevel.h
+++ b/contrib/tools/python3/Include/patchlevel.h
diff --git a/contrib/tools/python3/src/Include/pybuffer.h b/contrib/tools/python3/Include/pybuffer.h
index ca1c6058d90..ca1c6058d90 100644
--- a/contrib/tools/python3/src/Include/pybuffer.h
+++ b/contrib/tools/python3/Include/pybuffer.h
diff --git a/contrib/tools/python3/src/Include/pycapsule.h b/contrib/tools/python3/Include/pycapsule.h
index 929a9a68525..929a9a68525 100644
--- a/contrib/tools/python3/src/Include/pycapsule.h
+++ b/contrib/tools/python3/Include/pycapsule.h
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/Include/pyconfig-linux.h
index 967ba21e958..967ba21e958 100644
--- a/contrib/tools/python3/src/Include/pyconfig-linux.h
+++ b/contrib/tools/python3/Include/pyconfig-linux.h
diff --git a/contrib/tools/python3/src/Include/pyconfig-musl.h b/contrib/tools/python3/Include/pyconfig-musl.h
index 6c95bbab2c5..6c95bbab2c5 100644
--- a/contrib/tools/python3/src/Include/pyconfig-musl.h
+++ b/contrib/tools/python3/Include/pyconfig-musl.h
diff --git a/contrib/tools/python3/src/Include/pyconfig-osx-arm64.h b/contrib/tools/python3/Include/pyconfig-osx-arm64.h
index fb012fa4ddd..fb012fa4ddd 100644
--- a/contrib/tools/python3/src/Include/pyconfig-osx-arm64.h
+++ b/contrib/tools/python3/Include/pyconfig-osx-arm64.h
diff --git a/contrib/tools/python3/src/Include/pyconfig-osx.h b/contrib/tools/python3/Include/pyconfig-osx.h
index 3181d1cec59..3181d1cec59 100644
--- a/contrib/tools/python3/src/Include/pyconfig-osx.h
+++ b/contrib/tools/python3/Include/pyconfig-osx.h
diff --git a/contrib/tools/python3/src/Include/pyconfig.h b/contrib/tools/python3/Include/pyconfig.h
index 0fa2d6916e7..0fa2d6916e7 100644
--- a/contrib/tools/python3/src/Include/pyconfig.h
+++ b/contrib/tools/python3/Include/pyconfig.h
diff --git a/contrib/tools/python3/src/Include/pydtrace.h b/contrib/tools/python3/Include/pydtrace.h
index 6b172d8a25a..6b172d8a25a 100644
--- a/contrib/tools/python3/src/Include/pydtrace.h
+++ b/contrib/tools/python3/Include/pydtrace.h
diff --git a/contrib/tools/python3/src/Include/pyerrors.h b/contrib/tools/python3/Include/pyerrors.h
index d089fa71779..d089fa71779 100644
--- a/contrib/tools/python3/src/Include/pyerrors.h
+++ b/contrib/tools/python3/Include/pyerrors.h
diff --git a/contrib/tools/python3/src/Include/pyexpat.h b/contrib/tools/python3/Include/pyexpat.h
index 07020b5dc96..07020b5dc96 100644
--- a/contrib/tools/python3/src/Include/pyexpat.h
+++ b/contrib/tools/python3/Include/pyexpat.h
diff --git a/contrib/tools/python3/src/Include/pyframe.h b/contrib/tools/python3/Include/pyframe.h
index 13d52312ea9..13d52312ea9 100644
--- a/contrib/tools/python3/src/Include/pyframe.h
+++ b/contrib/tools/python3/Include/pyframe.h
diff --git a/contrib/tools/python3/src/Include/pyhash.h b/contrib/tools/python3/Include/pyhash.h
index 182d223fab1..182d223fab1 100644
--- a/contrib/tools/python3/src/Include/pyhash.h
+++ b/contrib/tools/python3/Include/pyhash.h
diff --git a/contrib/tools/python3/src/Include/pylifecycle.h b/contrib/tools/python3/Include/pylifecycle.h
index e4c3b09c963..e4c3b09c963 100644
--- a/contrib/tools/python3/src/Include/pylifecycle.h
+++ b/contrib/tools/python3/Include/pylifecycle.h
diff --git a/contrib/tools/python3/src/Include/pymacconfig.h b/contrib/tools/python3/Include/pymacconfig.h
index 61f08e368ef..61f08e368ef 100644
--- a/contrib/tools/python3/src/Include/pymacconfig.h
+++ b/contrib/tools/python3/Include/pymacconfig.h
diff --git a/contrib/tools/python3/src/Include/pymacro.h b/contrib/tools/python3/Include/pymacro.h
index 342d2a7b844..342d2a7b844 100644
--- a/contrib/tools/python3/src/Include/pymacro.h
+++ b/contrib/tools/python3/Include/pymacro.h
diff --git a/contrib/tools/python3/src/Include/pymath.h b/contrib/tools/python3/Include/pymath.h
index 4c1e3d99848..4c1e3d99848 100644
--- a/contrib/tools/python3/src/Include/pymath.h
+++ b/contrib/tools/python3/Include/pymath.h
diff --git a/contrib/tools/python3/src/Include/pymem.h b/contrib/tools/python3/Include/pymem.h
index e882645757b..e882645757b 100644
--- a/contrib/tools/python3/src/Include/pymem.h
+++ b/contrib/tools/python3/Include/pymem.h
diff --git a/contrib/tools/python3/src/Include/pyport.h b/contrib/tools/python3/Include/pyport.h
index 35eca7234ca..35eca7234ca 100644
--- a/contrib/tools/python3/src/Include/pyport.h
+++ b/contrib/tools/python3/Include/pyport.h
diff --git a/contrib/tools/python3/src/Include/pystate.h b/contrib/tools/python3/Include/pystate.h
index e6b4de979c8..e6b4de979c8 100644
--- a/contrib/tools/python3/src/Include/pystate.h
+++ b/contrib/tools/python3/Include/pystate.h
diff --git a/contrib/tools/python3/src/Include/pystats.h b/contrib/tools/python3/Include/pystats.h
index 4b961bad2a4..4b961bad2a4 100644
--- a/contrib/tools/python3/src/Include/pystats.h
+++ b/contrib/tools/python3/Include/pystats.h
diff --git a/contrib/tools/python3/src/Include/pystrcmp.h b/contrib/tools/python3/Include/pystrcmp.h
index edb12397e3c..edb12397e3c 100644
--- a/contrib/tools/python3/src/Include/pystrcmp.h
+++ b/contrib/tools/python3/Include/pystrcmp.h
diff --git a/contrib/tools/python3/src/Include/pystrtod.h b/contrib/tools/python3/Include/pystrtod.h
index fa056d17b63..fa056d17b63 100644
--- a/contrib/tools/python3/src/Include/pystrtod.h
+++ b/contrib/tools/python3/Include/pystrtod.h
diff --git a/contrib/tools/python3/src/Include/pythonrun.h b/contrib/tools/python3/Include/pythonrun.h
index 154c7450cb9..154c7450cb9 100644
--- a/contrib/tools/python3/src/Include/pythonrun.h
+++ b/contrib/tools/python3/Include/pythonrun.h
diff --git a/contrib/tools/python3/src/Include/pythread.h b/contrib/tools/python3/Include/pythread.h
index 63714437c49..63714437c49 100644
--- a/contrib/tools/python3/src/Include/pythread.h
+++ b/contrib/tools/python3/Include/pythread.h
diff --git a/contrib/tools/python3/src/Include/pytypedefs.h b/contrib/tools/python3/Include/pytypedefs.h
index e78ed56a3b6..e78ed56a3b6 100644
--- a/contrib/tools/python3/src/Include/pytypedefs.h
+++ b/contrib/tools/python3/Include/pytypedefs.h
diff --git a/contrib/tools/python3/src/Include/rangeobject.h b/contrib/tools/python3/Include/rangeobject.h
index d46ce7cd41b..d46ce7cd41b 100644
--- a/contrib/tools/python3/src/Include/rangeobject.h
+++ b/contrib/tools/python3/Include/rangeobject.h
diff --git a/contrib/tools/python3/src/Include/setobject.h b/contrib/tools/python3/Include/setobject.h
index 62c9e6b13f8..62c9e6b13f8 100644
--- a/contrib/tools/python3/src/Include/setobject.h
+++ b/contrib/tools/python3/Include/setobject.h
diff --git a/contrib/tools/python3/src/Include/sliceobject.h b/contrib/tools/python3/Include/sliceobject.h
index c13863f27c2..c13863f27c2 100644
--- a/contrib/tools/python3/src/Include/sliceobject.h
+++ b/contrib/tools/python3/Include/sliceobject.h
diff --git a/contrib/tools/python3/src/Include/structmember.h b/contrib/tools/python3/Include/structmember.h
index f6e8fd82989..f6e8fd82989 100644
--- a/contrib/tools/python3/src/Include/structmember.h
+++ b/contrib/tools/python3/Include/structmember.h
diff --git a/contrib/tools/python3/src/Include/structseq.h b/contrib/tools/python3/Include/structseq.h
index 96871155611..96871155611 100644
--- a/contrib/tools/python3/src/Include/structseq.h
+++ b/contrib/tools/python3/Include/structseq.h
diff --git a/contrib/tools/python3/src/Include/sysmodule.h b/contrib/tools/python3/Include/sysmodule.h
index 96f883870b3..96f883870b3 100644
--- a/contrib/tools/python3/src/Include/sysmodule.h
+++ b/contrib/tools/python3/Include/sysmodule.h
diff --git a/contrib/tools/python3/src/Include/traceback.h b/contrib/tools/python3/Include/traceback.h
index 2b40cc9fc32..2b40cc9fc32 100644
--- a/contrib/tools/python3/src/Include/traceback.h
+++ b/contrib/tools/python3/Include/traceback.h
diff --git a/contrib/tools/python3/src/Include/tracemalloc.h b/contrib/tools/python3/Include/tracemalloc.h
index 580027a8e36..580027a8e36 100644
--- a/contrib/tools/python3/src/Include/tracemalloc.h
+++ b/contrib/tools/python3/Include/tracemalloc.h
diff --git a/contrib/tools/python3/src/Include/tupleobject.h b/contrib/tools/python3/Include/tupleobject.h
index 1f9ab54be65..1f9ab54be65 100644
--- a/contrib/tools/python3/src/Include/tupleobject.h
+++ b/contrib/tools/python3/Include/tupleobject.h
diff --git a/contrib/tools/python3/src/Include/typeslots.h b/contrib/tools/python3/Include/typeslots.h
index 506b05580de..506b05580de 100644
--- a/contrib/tools/python3/src/Include/typeslots.h
+++ b/contrib/tools/python3/Include/typeslots.h
diff --git a/contrib/tools/python3/src/Include/unicodeobject.h b/contrib/tools/python3/Include/unicodeobject.h
index 5839c747a29..5839c747a29 100644
--- a/contrib/tools/python3/src/Include/unicodeobject.h
+++ b/contrib/tools/python3/Include/unicodeobject.h
diff --git a/contrib/tools/python3/src/Include/warnings.h b/contrib/tools/python3/Include/warnings.h
index 18ac1543a3c..18ac1543a3c 100644
--- a/contrib/tools/python3/src/Include/warnings.h
+++ b/contrib/tools/python3/Include/warnings.h
diff --git a/contrib/tools/python3/src/Include/weakrefobject.h b/contrib/tools/python3/Include/weakrefobject.h
index 8e1fa1b9286..8e1fa1b9286 100644
--- a/contrib/tools/python3/src/Include/weakrefobject.h
+++ b/contrib/tools/python3/Include/weakrefobject.h
diff --git a/contrib/tools/python3/src/LICENSE b/contrib/tools/python3/LICENSE
index f26bcf4d2de..f26bcf4d2de 100644
--- a/contrib/tools/python3/src/LICENSE
+++ b/contrib/tools/python3/LICENSE
diff --git a/contrib/tools/python3/src/Lib/__future__.py b/contrib/tools/python3/Lib/__future__.py
index 39720a5e412..39720a5e412 100644
--- a/contrib/tools/python3/src/Lib/__future__.py
+++ b/contrib/tools/python3/Lib/__future__.py
diff --git a/contrib/tools/python3/src/Lib/__hello__.py b/contrib/tools/python3/Lib/__hello__.py
index c09d6a4f523..c09d6a4f523 100644
--- a/contrib/tools/python3/src/Lib/__hello__.py
+++ b/contrib/tools/python3/Lib/__hello__.py
diff --git a/contrib/tools/python3/src/Lib/_aix_support.py b/contrib/tools/python3/Lib/_aix_support.py
index dadc75c2bf4..dadc75c2bf4 100644
--- a/contrib/tools/python3/src/Lib/_aix_support.py
+++ b/contrib/tools/python3/Lib/_aix_support.py
diff --git a/contrib/tools/python3/src/Lib/_collections_abc.py b/contrib/tools/python3/Lib/_collections_abc.py
index 601107d2d86..601107d2d86 100644
--- a/contrib/tools/python3/src/Lib/_collections_abc.py
+++ b/contrib/tools/python3/Lib/_collections_abc.py
diff --git a/contrib/tools/python3/src/Lib/_compat_pickle.py b/contrib/tools/python3/Lib/_compat_pickle.py
index 65a94b6b1bd..65a94b6b1bd 100644
--- a/contrib/tools/python3/src/Lib/_compat_pickle.py
+++ b/contrib/tools/python3/Lib/_compat_pickle.py
diff --git a/contrib/tools/python3/src/Lib/_compression.py b/contrib/tools/python3/Lib/_compression.py
index e8b70aa0a3e..e8b70aa0a3e 100644
--- a/contrib/tools/python3/src/Lib/_compression.py
+++ b/contrib/tools/python3/Lib/_compression.py
diff --git a/contrib/tools/python3/src/Lib/_markupbase.py b/contrib/tools/python3/Lib/_markupbase.py
index 3ad7e279960..3ad7e279960 100644
--- a/contrib/tools/python3/src/Lib/_markupbase.py
+++ b/contrib/tools/python3/Lib/_markupbase.py
diff --git a/contrib/tools/python3/src/Lib/_osx_support.py b/contrib/tools/python3/Lib/_osx_support.py
index 0cb064fcd79..0cb064fcd79 100644
--- a/contrib/tools/python3/src/Lib/_osx_support.py
+++ b/contrib/tools/python3/Lib/_osx_support.py
diff --git a/contrib/tools/python3/src/Lib/_py_abc.py b/contrib/tools/python3/Lib/_py_abc.py
index c870ae9048b..c870ae9048b 100644
--- a/contrib/tools/python3/src/Lib/_py_abc.py
+++ b/contrib/tools/python3/Lib/_py_abc.py
diff --git a/contrib/tools/python3/src/Lib/_pydatetime.py b/contrib/tools/python3/Lib/_pydatetime.py
index cd0ea900bfb..cd0ea900bfb 100644
--- a/contrib/tools/python3/src/Lib/_pydatetime.py
+++ b/contrib/tools/python3/Lib/_pydatetime.py
diff --git a/contrib/tools/python3/src/Lib/_pydecimal.py b/contrib/tools/python3/Lib/_pydecimal.py
index 2692f2fcba4..2692f2fcba4 100644
--- a/contrib/tools/python3/src/Lib/_pydecimal.py
+++ b/contrib/tools/python3/Lib/_pydecimal.py
diff --git a/contrib/tools/python3/src/Lib/_pyio.py b/contrib/tools/python3/Lib/_pyio.py
index 9641d431018..9641d431018 100644
--- a/contrib/tools/python3/src/Lib/_pyio.py
+++ b/contrib/tools/python3/Lib/_pyio.py
diff --git a/contrib/tools/python3/src/Lib/_pylong.py b/contrib/tools/python3/Lib/_pylong.py
index 936346e187f..936346e187f 100644
--- a/contrib/tools/python3/src/Lib/_pylong.py
+++ b/contrib/tools/python3/Lib/_pylong.py
diff --git a/contrib/tools/python3/src/Lib/_sitebuiltins.py b/contrib/tools/python3/Lib/_sitebuiltins.py
index c66269a5719..c66269a5719 100644
--- a/contrib/tools/python3/src/Lib/_sitebuiltins.py
+++ b/contrib/tools/python3/Lib/_sitebuiltins.py
diff --git a/contrib/tools/python3/src/Lib/_strptime.py b/contrib/tools/python3/Lib/_strptime.py
index 798cf9f9d3f..798cf9f9d3f 100644
--- a/contrib/tools/python3/src/Lib/_strptime.py
+++ b/contrib/tools/python3/Lib/_strptime.py
diff --git a/contrib/tools/python3/src/Lib/_sysconfigdata_arcadia.py b/contrib/tools/python3/Lib/_sysconfigdata_arcadia.py
index 683cc2605df..683cc2605df 100644
--- a/contrib/tools/python3/src/Lib/_sysconfigdata_arcadia.py
+++ b/contrib/tools/python3/Lib/_sysconfigdata_arcadia.py
diff --git a/contrib/tools/python3/src/Lib/_threading_local.py b/contrib/tools/python3/Lib/_threading_local.py
index b006d76c4e2..b006d76c4e2 100644
--- a/contrib/tools/python3/src/Lib/_threading_local.py
+++ b/contrib/tools/python3/Lib/_threading_local.py
diff --git a/contrib/tools/python3/src/Lib/_weakrefset.py b/contrib/tools/python3/Lib/_weakrefset.py
index 489eec714e0..489eec714e0 100644
--- a/contrib/tools/python3/src/Lib/_weakrefset.py
+++ b/contrib/tools/python3/Lib/_weakrefset.py
diff --git a/contrib/tools/python3/src/Lib/abc.py b/contrib/tools/python3/Lib/abc.py
index f8a4e11ce9c..f8a4e11ce9c 100644
--- a/contrib/tools/python3/src/Lib/abc.py
+++ b/contrib/tools/python3/Lib/abc.py
diff --git a/contrib/tools/python3/src/Lib/aifc.py b/contrib/tools/python3/Lib/aifc.py
index 5254987e22b..5254987e22b 100644
--- a/contrib/tools/python3/src/Lib/aifc.py
+++ b/contrib/tools/python3/Lib/aifc.py
diff --git a/contrib/tools/python3/src/Lib/antigravity.py b/contrib/tools/python3/Lib/antigravity.py
index 6dc52073357..6dc52073357 100644
--- a/contrib/tools/python3/src/Lib/antigravity.py
+++ b/contrib/tools/python3/Lib/antigravity.py
diff --git a/contrib/tools/python3/src/Lib/argparse.py b/contrib/tools/python3/Lib/argparse.py
index 484a1efde43..484a1efde43 100644
--- a/contrib/tools/python3/src/Lib/argparse.py
+++ b/contrib/tools/python3/Lib/argparse.py
diff --git a/contrib/tools/python3/src/Lib/ast.py b/contrib/tools/python3/Lib/ast.py
index de940d2e9c6..de940d2e9c6 100644
--- a/contrib/tools/python3/src/Lib/ast.py
+++ b/contrib/tools/python3/Lib/ast.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/__init__.py b/contrib/tools/python3/Lib/asyncio/__init__.py
index 03165a425eb..03165a425eb 100644
--- a/contrib/tools/python3/src/Lib/asyncio/__init__.py
+++ b/contrib/tools/python3/Lib/asyncio/__init__.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/__main__.py b/contrib/tools/python3/Lib/asyncio/__main__.py
index 18bb87a5bc4..18bb87a5bc4 100644
--- a/contrib/tools/python3/src/Lib/asyncio/__main__.py
+++ b/contrib/tools/python3/Lib/asyncio/__main__.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/base_events.py b/contrib/tools/python3/Lib/asyncio/base_events.py
index c16c445bde3..c16c445bde3 100644
--- a/contrib/tools/python3/src/Lib/asyncio/base_events.py
+++ b/contrib/tools/python3/Lib/asyncio/base_events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/base_futures.py b/contrib/tools/python3/Lib/asyncio/base_futures.py
index 7987963bd99..7987963bd99 100644
--- a/contrib/tools/python3/src/Lib/asyncio/base_futures.py
+++ b/contrib/tools/python3/Lib/asyncio/base_futures.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/base_subprocess.py b/contrib/tools/python3/Lib/asyncio/base_subprocess.py
index 4c9b0dd5653..4c9b0dd5653 100644
--- a/contrib/tools/python3/src/Lib/asyncio/base_subprocess.py
+++ b/contrib/tools/python3/Lib/asyncio/base_subprocess.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/base_tasks.py b/contrib/tools/python3/Lib/asyncio/base_tasks.py
index c907b683413..c907b683413 100644
--- a/contrib/tools/python3/src/Lib/asyncio/base_tasks.py
+++ b/contrib/tools/python3/Lib/asyncio/base_tasks.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/constants.py b/contrib/tools/python3/Lib/asyncio/constants.py
index b60c1e4236a..b60c1e4236a 100644
--- a/contrib/tools/python3/src/Lib/asyncio/constants.py
+++ b/contrib/tools/python3/Lib/asyncio/constants.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/coroutines.py b/contrib/tools/python3/Lib/asyncio/coroutines.py
index ab4f30eb51b..ab4f30eb51b 100644
--- a/contrib/tools/python3/src/Lib/asyncio/coroutines.py
+++ b/contrib/tools/python3/Lib/asyncio/coroutines.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/events.py b/contrib/tools/python3/Lib/asyncio/events.py
index 016852880ca..016852880ca 100644
--- a/contrib/tools/python3/src/Lib/asyncio/events.py
+++ b/contrib/tools/python3/Lib/asyncio/events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/exceptions.py b/contrib/tools/python3/Lib/asyncio/exceptions.py
index 5ece595aad6..5ece595aad6 100644
--- a/contrib/tools/python3/src/Lib/asyncio/exceptions.py
+++ b/contrib/tools/python3/Lib/asyncio/exceptions.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/format_helpers.py b/contrib/tools/python3/Lib/asyncio/format_helpers.py
index 27d11fd4fa9..27d11fd4fa9 100644
--- a/contrib/tools/python3/src/Lib/asyncio/format_helpers.py
+++ b/contrib/tools/python3/Lib/asyncio/format_helpers.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/futures.py b/contrib/tools/python3/Lib/asyncio/futures.py
index 97fc4e3fcb6..97fc4e3fcb6 100644
--- a/contrib/tools/python3/src/Lib/asyncio/futures.py
+++ b/contrib/tools/python3/Lib/asyncio/futures.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/locks.py b/contrib/tools/python3/Lib/asyncio/locks.py
index ce5d8d5bfb2..ce5d8d5bfb2 100644
--- a/contrib/tools/python3/src/Lib/asyncio/locks.py
+++ b/contrib/tools/python3/Lib/asyncio/locks.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/log.py b/contrib/tools/python3/Lib/asyncio/log.py
index 23a7074afb0..23a7074afb0 100644
--- a/contrib/tools/python3/src/Lib/asyncio/log.py
+++ b/contrib/tools/python3/Lib/asyncio/log.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/mixins.py b/contrib/tools/python3/Lib/asyncio/mixins.py
index c6bf97329e9..c6bf97329e9 100644
--- a/contrib/tools/python3/src/Lib/asyncio/mixins.py
+++ b/contrib/tools/python3/Lib/asyncio/mixins.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/proactor_events.py b/contrib/tools/python3/Lib/asyncio/proactor_events.py
index 1e2a730cf36..1e2a730cf36 100644
--- a/contrib/tools/python3/src/Lib/asyncio/proactor_events.py
+++ b/contrib/tools/python3/Lib/asyncio/proactor_events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/protocols.py b/contrib/tools/python3/Lib/asyncio/protocols.py
index 09987b164c6..09987b164c6 100644
--- a/contrib/tools/python3/src/Lib/asyncio/protocols.py
+++ b/contrib/tools/python3/Lib/asyncio/protocols.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/queues.py b/contrib/tools/python3/Lib/asyncio/queues.py
index a9656a6df56..a9656a6df56 100644
--- a/contrib/tools/python3/src/Lib/asyncio/queues.py
+++ b/contrib/tools/python3/Lib/asyncio/queues.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/runners.py b/contrib/tools/python3/Lib/asyncio/runners.py
index 1b89236599a..1b89236599a 100644
--- a/contrib/tools/python3/src/Lib/asyncio/runners.py
+++ b/contrib/tools/python3/Lib/asyncio/runners.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/selector_events.py b/contrib/tools/python3/Lib/asyncio/selector_events.py
index 790711f8340..790711f8340 100644
--- a/contrib/tools/python3/src/Lib/asyncio/selector_events.py
+++ b/contrib/tools/python3/Lib/asyncio/selector_events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/sslproto.py b/contrib/tools/python3/Lib/asyncio/sslproto.py
index e51669a2ab2..e51669a2ab2 100644
--- a/contrib/tools/python3/src/Lib/asyncio/sslproto.py
+++ b/contrib/tools/python3/Lib/asyncio/sslproto.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/staggered.py b/contrib/tools/python3/Lib/asyncio/staggered.py
index 451a53a16f3..451a53a16f3 100644
--- a/contrib/tools/python3/src/Lib/asyncio/staggered.py
+++ b/contrib/tools/python3/Lib/asyncio/staggered.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/streams.py b/contrib/tools/python3/Lib/asyncio/streams.py
index f310aa2f367..f310aa2f367 100644
--- a/contrib/tools/python3/src/Lib/asyncio/streams.py
+++ b/contrib/tools/python3/Lib/asyncio/streams.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/subprocess.py b/contrib/tools/python3/Lib/asyncio/subprocess.py
index 043359bbd03..043359bbd03 100644
--- a/contrib/tools/python3/src/Lib/asyncio/subprocess.py
+++ b/contrib/tools/python3/Lib/asyncio/subprocess.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/taskgroups.py b/contrib/tools/python3/Lib/asyncio/taskgroups.py
index d264e51f1fd..d264e51f1fd 100644
--- a/contrib/tools/python3/src/Lib/asyncio/taskgroups.py
+++ b/contrib/tools/python3/Lib/asyncio/taskgroups.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/tasks.py b/contrib/tools/python3/Lib/asyncio/tasks.py
index 65f2a6ef800..65f2a6ef800 100644
--- a/contrib/tools/python3/src/Lib/asyncio/tasks.py
+++ b/contrib/tools/python3/Lib/asyncio/tasks.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/threads.py b/contrib/tools/python3/Lib/asyncio/threads.py
index db048a8231d..db048a8231d 100644
--- a/contrib/tools/python3/src/Lib/asyncio/threads.py
+++ b/contrib/tools/python3/Lib/asyncio/threads.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/timeouts.py b/contrib/tools/python3/Lib/asyncio/timeouts.py
index 30042abb3ad..30042abb3ad 100644
--- a/contrib/tools/python3/src/Lib/asyncio/timeouts.py
+++ b/contrib/tools/python3/Lib/asyncio/timeouts.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/transports.py b/contrib/tools/python3/Lib/asyncio/transports.py
index 30fd41d49af..30fd41d49af 100644
--- a/contrib/tools/python3/src/Lib/asyncio/transports.py
+++ b/contrib/tools/python3/Lib/asyncio/transports.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/trsock.py b/contrib/tools/python3/Lib/asyncio/trsock.py
index c1f20473b32..c1f20473b32 100644
--- a/contrib/tools/python3/src/Lib/asyncio/trsock.py
+++ b/contrib/tools/python3/Lib/asyncio/trsock.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/unix_events.py b/contrib/tools/python3/Lib/asyncio/unix_events.py
index f2e920ada46..f2e920ada46 100644
--- a/contrib/tools/python3/src/Lib/asyncio/unix_events.py
+++ b/contrib/tools/python3/Lib/asyncio/unix_events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/windows_events.py b/contrib/tools/python3/Lib/asyncio/windows_events.py
index c9a5fb841cb..c9a5fb841cb 100644
--- a/contrib/tools/python3/src/Lib/asyncio/windows_events.py
+++ b/contrib/tools/python3/Lib/asyncio/windows_events.py
diff --git a/contrib/tools/python3/src/Lib/asyncio/windows_utils.py b/contrib/tools/python3/Lib/asyncio/windows_utils.py
index ef277fac3e2..ef277fac3e2 100644
--- a/contrib/tools/python3/src/Lib/asyncio/windows_utils.py
+++ b/contrib/tools/python3/Lib/asyncio/windows_utils.py
diff --git a/contrib/tools/python3/src/Lib/base64.py b/contrib/tools/python3/Lib/base64.py
index e233647ee76..e233647ee76 100755
--- a/contrib/tools/python3/src/Lib/base64.py
+++ b/contrib/tools/python3/Lib/base64.py
diff --git a/contrib/tools/python3/src/Lib/bdb.py b/contrib/tools/python3/Lib/bdb.py
index 0f3eec653ba..0f3eec653ba 100644
--- a/contrib/tools/python3/src/Lib/bdb.py
+++ b/contrib/tools/python3/Lib/bdb.py
diff --git a/contrib/tools/python3/src/Lib/bisect.py b/contrib/tools/python3/Lib/bisect.py
index ca6ca724084..ca6ca724084 100644
--- a/contrib/tools/python3/src/Lib/bisect.py
+++ b/contrib/tools/python3/Lib/bisect.py
diff --git a/contrib/tools/python3/src/Lib/bz2.py b/contrib/tools/python3/Lib/bz2.py
index fabe4f73c8d..fabe4f73c8d 100644
--- a/contrib/tools/python3/src/Lib/bz2.py
+++ b/contrib/tools/python3/Lib/bz2.py
diff --git a/contrib/tools/python3/src/Lib/cProfile.py b/contrib/tools/python3/Lib/cProfile.py
index 135a12c3965..135a12c3965 100755
--- a/contrib/tools/python3/src/Lib/cProfile.py
+++ b/contrib/tools/python3/Lib/cProfile.py
diff --git a/contrib/tools/python3/src/Lib/calendar.py b/contrib/tools/python3/Lib/calendar.py
index 97d7cab3365..97d7cab3365 100644
--- a/contrib/tools/python3/src/Lib/calendar.py
+++ b/contrib/tools/python3/Lib/calendar.py
diff --git a/contrib/tools/python3/src/Lib/cgi.py b/contrib/tools/python3/Lib/cgi.py
index 8787567be7c..8787567be7c 100755
--- a/contrib/tools/python3/src/Lib/cgi.py
+++ b/contrib/tools/python3/Lib/cgi.py
diff --git a/contrib/tools/python3/src/Lib/cgitb.py b/contrib/tools/python3/Lib/cgitb.py
index f6b97f25c59..f6b97f25c59 100644
--- a/contrib/tools/python3/src/Lib/cgitb.py
+++ b/contrib/tools/python3/Lib/cgitb.py
diff --git a/contrib/tools/python3/src/Lib/chunk.py b/contrib/tools/python3/Lib/chunk.py
index 618781efd11..618781efd11 100644
--- a/contrib/tools/python3/src/Lib/chunk.py
+++ b/contrib/tools/python3/Lib/chunk.py
diff --git a/contrib/tools/python3/src/Lib/cmd.py b/contrib/tools/python3/Lib/cmd.py
index 88ee7d3ddc4..88ee7d3ddc4 100644
--- a/contrib/tools/python3/src/Lib/cmd.py
+++ b/contrib/tools/python3/Lib/cmd.py
diff --git a/contrib/tools/python3/src/Lib/code.py b/contrib/tools/python3/Lib/code.py
index 2bd5fa3e795..2bd5fa3e795 100644
--- a/contrib/tools/python3/src/Lib/code.py
+++ b/contrib/tools/python3/Lib/code.py
diff --git a/contrib/tools/python3/src/Lib/codecs.py b/contrib/tools/python3/Lib/codecs.py
index 82f23983e71..82f23983e71 100644
--- a/contrib/tools/python3/src/Lib/codecs.py
+++ b/contrib/tools/python3/Lib/codecs.py
diff --git a/contrib/tools/python3/src/Lib/codeop.py b/contrib/tools/python3/Lib/codeop.py
index 4dd096574bb..4dd096574bb 100644
--- a/contrib/tools/python3/src/Lib/codeop.py
+++ b/contrib/tools/python3/Lib/codeop.py
diff --git a/contrib/tools/python3/src/Lib/collections/__init__.py b/contrib/tools/python3/Lib/collections/__init__.py
index 8652dc8a4ec..8652dc8a4ec 100644
--- a/contrib/tools/python3/src/Lib/collections/__init__.py
+++ b/contrib/tools/python3/Lib/collections/__init__.py
diff --git a/contrib/tools/python3/src/Lib/collections/abc.py b/contrib/tools/python3/Lib/collections/abc.py
index 86ca8b8a841..86ca8b8a841 100644
--- a/contrib/tools/python3/src/Lib/collections/abc.py
+++ b/contrib/tools/python3/Lib/collections/abc.py
diff --git a/contrib/tools/python3/src/Lib/colorsys.py b/contrib/tools/python3/Lib/colorsys.py
index bc897bd0f99..bc897bd0f99 100644
--- a/contrib/tools/python3/src/Lib/colorsys.py
+++ b/contrib/tools/python3/Lib/colorsys.py
diff --git a/contrib/tools/python3/src/Lib/compileall.py b/contrib/tools/python3/Lib/compileall.py
index d394156cedc..d394156cedc 100644
--- a/contrib/tools/python3/src/Lib/compileall.py
+++ b/contrib/tools/python3/Lib/compileall.py
diff --git a/contrib/tools/python3/src/Lib/concurrent/__init__.py b/contrib/tools/python3/Lib/concurrent/__init__.py
index 196d3788575..196d3788575 100644
--- a/contrib/tools/python3/src/Lib/concurrent/__init__.py
+++ b/contrib/tools/python3/Lib/concurrent/__init__.py
diff --git a/contrib/tools/python3/src/Lib/concurrent/futures/__init__.py b/contrib/tools/python3/Lib/concurrent/futures/__init__.py
index 292e886d5a8..292e886d5a8 100644
--- a/contrib/tools/python3/src/Lib/concurrent/futures/__init__.py
+++ b/contrib/tools/python3/Lib/concurrent/futures/__init__.py
diff --git a/contrib/tools/python3/src/Lib/concurrent/futures/_base.py b/contrib/tools/python3/Lib/concurrent/futures/_base.py
index 6742a07753c..6742a07753c 100644
--- a/contrib/tools/python3/src/Lib/concurrent/futures/_base.py
+++ b/contrib/tools/python3/Lib/concurrent/futures/_base.py
diff --git a/contrib/tools/python3/src/Lib/concurrent/futures/process.py b/contrib/tools/python3/Lib/concurrent/futures/process.py
index 0e452883963..0e452883963 100644
--- a/contrib/tools/python3/src/Lib/concurrent/futures/process.py
+++ b/contrib/tools/python3/Lib/concurrent/futures/process.py
diff --git a/contrib/tools/python3/src/Lib/concurrent/futures/thread.py b/contrib/tools/python3/Lib/concurrent/futures/thread.py
index 3b3a36a5093..3b3a36a5093 100644
--- a/contrib/tools/python3/src/Lib/concurrent/futures/thread.py
+++ b/contrib/tools/python3/Lib/concurrent/futures/thread.py
diff --git a/contrib/tools/python3/src/Lib/configparser.py b/contrib/tools/python3/Lib/configparser.py
index e8aae217949..e8aae217949 100644
--- a/contrib/tools/python3/src/Lib/configparser.py
+++ b/contrib/tools/python3/Lib/configparser.py
diff --git a/contrib/tools/python3/src/Lib/contextlib.py b/contrib/tools/python3/Lib/contextlib.py
index b831d8916ca..b831d8916ca 100644
--- a/contrib/tools/python3/src/Lib/contextlib.py
+++ b/contrib/tools/python3/Lib/contextlib.py
diff --git a/contrib/tools/python3/src/Lib/contextvars.py b/contrib/tools/python3/Lib/contextvars.py
index d78c80dfe6f..d78c80dfe6f 100644
--- a/contrib/tools/python3/src/Lib/contextvars.py
+++ b/contrib/tools/python3/Lib/contextvars.py
diff --git a/contrib/tools/python3/src/Lib/copy.py b/contrib/tools/python3/Lib/copy.py
index da2908ef623..da2908ef623 100644
--- a/contrib/tools/python3/src/Lib/copy.py
+++ b/contrib/tools/python3/Lib/copy.py
diff --git a/contrib/tools/python3/src/Lib/copyreg.py b/contrib/tools/python3/Lib/copyreg.py
index 578392409b4..578392409b4 100644
--- a/contrib/tools/python3/src/Lib/copyreg.py
+++ b/contrib/tools/python3/Lib/copyreg.py
diff --git a/contrib/tools/python3/src/Lib/crypt.py b/contrib/tools/python3/Lib/crypt.py
index de4a14a3884..de4a14a3884 100644
--- a/contrib/tools/python3/src/Lib/crypt.py
+++ b/contrib/tools/python3/Lib/crypt.py
diff --git a/contrib/tools/python3/src/Lib/csv.py b/contrib/tools/python3/Lib/csv.py
index 77f30c8d2b1..77f30c8d2b1 100644
--- a/contrib/tools/python3/src/Lib/csv.py
+++ b/contrib/tools/python3/Lib/csv.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/__init__.py b/contrib/tools/python3/Lib/ctypes/__init__.py
index 45b5d7f8e9d..45b5d7f8e9d 100644
--- a/contrib/tools/python3/src/Lib/ctypes/__init__.py
+++ b/contrib/tools/python3/Lib/ctypes/__init__.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/_aix.py b/contrib/tools/python3/Lib/ctypes/_aix.py
index ee790f713a9..ee790f713a9 100644
--- a/contrib/tools/python3/src/Lib/ctypes/_aix.py
+++ b/contrib/tools/python3/Lib/ctypes/_aix.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/_endian.py b/contrib/tools/python3/Lib/ctypes/_endian.py
index 04389008a8a..04389008a8a 100644
--- a/contrib/tools/python3/src/Lib/ctypes/_endian.py
+++ b/contrib/tools/python3/Lib/ctypes/_endian.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/macholib/__init__.py b/contrib/tools/python3/Lib/ctypes/macholib/__init__.py
index 5621defccd6..5621defccd6 100644
--- a/contrib/tools/python3/src/Lib/ctypes/macholib/__init__.py
+++ b/contrib/tools/python3/Lib/ctypes/macholib/__init__.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/macholib/dyld.py b/contrib/tools/python3/Lib/ctypes/macholib/dyld.py
index 583c47daff3..583c47daff3 100644
--- a/contrib/tools/python3/src/Lib/ctypes/macholib/dyld.py
+++ b/contrib/tools/python3/Lib/ctypes/macholib/dyld.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/macholib/dylib.py b/contrib/tools/python3/Lib/ctypes/macholib/dylib.py
index 0ad4cba8da3..0ad4cba8da3 100644
--- a/contrib/tools/python3/src/Lib/ctypes/macholib/dylib.py
+++ b/contrib/tools/python3/Lib/ctypes/macholib/dylib.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/macholib/framework.py b/contrib/tools/python3/Lib/ctypes/macholib/framework.py
index 495679fff19..495679fff19 100644
--- a/contrib/tools/python3/src/Lib/ctypes/macholib/framework.py
+++ b/contrib/tools/python3/Lib/ctypes/macholib/framework.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/util.py b/contrib/tools/python3/Lib/ctypes/util.py
index e6d14ef6ebe..e6d14ef6ebe 100644
--- a/contrib/tools/python3/src/Lib/ctypes/util.py
+++ b/contrib/tools/python3/Lib/ctypes/util.py
diff --git a/contrib/tools/python3/src/Lib/ctypes/wintypes.py b/contrib/tools/python3/Lib/ctypes/wintypes.py
index 9c4e721438a..9c4e721438a 100644
--- a/contrib/tools/python3/src/Lib/ctypes/wintypes.py
+++ b/contrib/tools/python3/Lib/ctypes/wintypes.py
diff --git a/contrib/tools/python3/src/Lib/curses/__init__.py b/contrib/tools/python3/Lib/curses/__init__.py
index 69270bfcd2b..69270bfcd2b 100644
--- a/contrib/tools/python3/src/Lib/curses/__init__.py
+++ b/contrib/tools/python3/Lib/curses/__init__.py
diff --git a/contrib/tools/python3/src/Lib/curses/ascii.py b/contrib/tools/python3/Lib/curses/ascii.py
index 95acff33925..95acff33925 100644
--- a/contrib/tools/python3/src/Lib/curses/ascii.py
+++ b/contrib/tools/python3/Lib/curses/ascii.py
diff --git a/contrib/tools/python3/src/Lib/curses/has_key.py b/contrib/tools/python3/Lib/curses/has_key.py
index 4e37b480f13..4e37b480f13 100644
--- a/contrib/tools/python3/src/Lib/curses/has_key.py
+++ b/contrib/tools/python3/Lib/curses/has_key.py
diff --git a/contrib/tools/python3/src/Lib/curses/panel.py b/contrib/tools/python3/Lib/curses/panel.py
index 067afef730a..067afef730a 100644
--- a/contrib/tools/python3/src/Lib/curses/panel.py
+++ b/contrib/tools/python3/Lib/curses/panel.py
diff --git a/contrib/tools/python3/src/Lib/curses/textpad.py b/contrib/tools/python3/Lib/curses/textpad.py
index aa87061b8d7..aa87061b8d7 100644
--- a/contrib/tools/python3/src/Lib/curses/textpad.py
+++ b/contrib/tools/python3/Lib/curses/textpad.py
diff --git a/contrib/tools/python3/src/Lib/dataclasses.py b/contrib/tools/python3/Lib/dataclasses.py
index 3eacba840db..3eacba840db 100644
--- a/contrib/tools/python3/src/Lib/dataclasses.py
+++ b/contrib/tools/python3/Lib/dataclasses.py
diff --git a/contrib/tools/python3/src/Lib/datetime.py b/contrib/tools/python3/Lib/datetime.py
index a33d2d724cb..a33d2d724cb 100644
--- a/contrib/tools/python3/src/Lib/datetime.py
+++ b/contrib/tools/python3/Lib/datetime.py
diff --git a/contrib/tools/python3/src/Lib/dbm/__init__.py b/contrib/tools/python3/Lib/dbm/__init__.py
index 8055d3769f9..8055d3769f9 100644
--- a/contrib/tools/python3/src/Lib/dbm/__init__.py
+++ b/contrib/tools/python3/Lib/dbm/__init__.py
diff --git a/contrib/tools/python3/src/Lib/dbm/dumb.py b/contrib/tools/python3/Lib/dbm/dumb.py
index 754624ccc8f..754624ccc8f 100644
--- a/contrib/tools/python3/src/Lib/dbm/dumb.py
+++ b/contrib/tools/python3/Lib/dbm/dumb.py
diff --git a/contrib/tools/python3/src/Lib/dbm/gnu.py b/contrib/tools/python3/Lib/dbm/gnu.py
index b07a1defffd..b07a1defffd 100644
--- a/contrib/tools/python3/src/Lib/dbm/gnu.py
+++ b/contrib/tools/python3/Lib/dbm/gnu.py
diff --git a/contrib/tools/python3/src/Lib/dbm/ndbm.py b/contrib/tools/python3/Lib/dbm/ndbm.py
index 23056a29ef2..23056a29ef2 100644
--- a/contrib/tools/python3/src/Lib/dbm/ndbm.py
+++ b/contrib/tools/python3/Lib/dbm/ndbm.py
diff --git a/contrib/tools/python3/src/Lib/decimal.py b/contrib/tools/python3/Lib/decimal.py
index 7746ea26010..7746ea26010 100644
--- a/contrib/tools/python3/src/Lib/decimal.py
+++ b/contrib/tools/python3/Lib/decimal.py
diff --git a/contrib/tools/python3/src/Lib/difflib.py b/contrib/tools/python3/Lib/difflib.py
index ba0b256969e..ba0b256969e 100644
--- a/contrib/tools/python3/src/Lib/difflib.py
+++ b/contrib/tools/python3/Lib/difflib.py
diff --git a/contrib/tools/python3/src/Lib/dis.py b/contrib/tools/python3/Lib/dis.py
index 320dec03d25..320dec03d25 100644
--- a/contrib/tools/python3/src/Lib/dis.py
+++ b/contrib/tools/python3/Lib/dis.py
diff --git a/contrib/tools/python3/src/Lib/doctest.py b/contrib/tools/python3/Lib/doctest.py
index 087c52327fe..087c52327fe 100644
--- a/contrib/tools/python3/src/Lib/doctest.py
+++ b/contrib/tools/python3/Lib/doctest.py
diff --git a/contrib/tools/python3/src/Lib/email/__init__.py b/contrib/tools/python3/Lib/email/__init__.py
index 9fa47783004..9fa47783004 100644
--- a/contrib/tools/python3/src/Lib/email/__init__.py
+++ b/contrib/tools/python3/Lib/email/__init__.py
diff --git a/contrib/tools/python3/src/Lib/email/_encoded_words.py b/contrib/tools/python3/Lib/email/_encoded_words.py
index 6795a606de0..6795a606de0 100644
--- a/contrib/tools/python3/src/Lib/email/_encoded_words.py
+++ b/contrib/tools/python3/Lib/email/_encoded_words.py
diff --git a/contrib/tools/python3/src/Lib/email/_header_value_parser.py b/contrib/tools/python3/Lib/email/_header_value_parser.py
index 5b653f66c18..5b653f66c18 100644
--- a/contrib/tools/python3/src/Lib/email/_header_value_parser.py
+++ b/contrib/tools/python3/Lib/email/_header_value_parser.py
diff --git a/contrib/tools/python3/src/Lib/email/_parseaddr.py b/contrib/tools/python3/Lib/email/_parseaddr.py
index febe411355d..febe411355d 100644
--- a/contrib/tools/python3/src/Lib/email/_parseaddr.py
+++ b/contrib/tools/python3/Lib/email/_parseaddr.py
diff --git a/contrib/tools/python3/src/Lib/email/_policybase.py b/contrib/tools/python3/Lib/email/_policybase.py
index c9cbadd2a80..c9cbadd2a80 100644
--- a/contrib/tools/python3/src/Lib/email/_policybase.py
+++ b/contrib/tools/python3/Lib/email/_policybase.py
diff --git a/contrib/tools/python3/src/Lib/email/base64mime.py b/contrib/tools/python3/Lib/email/base64mime.py
index 4cdf22666e3..4cdf22666e3 100644
--- a/contrib/tools/python3/src/Lib/email/base64mime.py
+++ b/contrib/tools/python3/Lib/email/base64mime.py
diff --git a/contrib/tools/python3/src/Lib/email/charset.py b/contrib/tools/python3/Lib/email/charset.py
index 043801107b6..043801107b6 100644
--- a/contrib/tools/python3/src/Lib/email/charset.py
+++ b/contrib/tools/python3/Lib/email/charset.py
diff --git a/contrib/tools/python3/src/Lib/email/contentmanager.py b/contrib/tools/python3/Lib/email/contentmanager.py
index b4f5830bead..b4f5830bead 100644
--- a/contrib/tools/python3/src/Lib/email/contentmanager.py
+++ b/contrib/tools/python3/Lib/email/contentmanager.py
diff --git a/contrib/tools/python3/src/Lib/email/encoders.py b/contrib/tools/python3/Lib/email/encoders.py
index 17bd1ab7b19..17bd1ab7b19 100644
--- a/contrib/tools/python3/src/Lib/email/encoders.py
+++ b/contrib/tools/python3/Lib/email/encoders.py
diff --git a/contrib/tools/python3/src/Lib/email/errors.py b/contrib/tools/python3/Lib/email/errors.py
index 3ad00565549..3ad00565549 100644
--- a/contrib/tools/python3/src/Lib/email/errors.py
+++ b/contrib/tools/python3/Lib/email/errors.py
diff --git a/contrib/tools/python3/src/Lib/email/feedparser.py b/contrib/tools/python3/Lib/email/feedparser.py
index c2881d9bc52..c2881d9bc52 100644
--- a/contrib/tools/python3/src/Lib/email/feedparser.py
+++ b/contrib/tools/python3/Lib/email/feedparser.py
diff --git a/contrib/tools/python3/src/Lib/email/generator.py b/contrib/tools/python3/Lib/email/generator.py
index 7ccbe10eb76..7ccbe10eb76 100644
--- a/contrib/tools/python3/src/Lib/email/generator.py
+++ b/contrib/tools/python3/Lib/email/generator.py
diff --git a/contrib/tools/python3/src/Lib/email/header.py b/contrib/tools/python3/Lib/email/header.py
index 984851a7d9a..984851a7d9a 100644
--- a/contrib/tools/python3/src/Lib/email/header.py
+++ b/contrib/tools/python3/Lib/email/header.py
diff --git a/contrib/tools/python3/src/Lib/email/headerregistry.py b/contrib/tools/python3/Lib/email/headerregistry.py
index 543141dc427..543141dc427 100644
--- a/contrib/tools/python3/src/Lib/email/headerregistry.py
+++ b/contrib/tools/python3/Lib/email/headerregistry.py
diff --git a/contrib/tools/python3/src/Lib/email/iterators.py b/contrib/tools/python3/Lib/email/iterators.py
index 3410935e38f..3410935e38f 100644
--- a/contrib/tools/python3/src/Lib/email/iterators.py
+++ b/contrib/tools/python3/Lib/email/iterators.py
diff --git a/contrib/tools/python3/src/Lib/email/message.py b/contrib/tools/python3/Lib/email/message.py
index fe769580fed..fe769580fed 100644
--- a/contrib/tools/python3/src/Lib/email/message.py
+++ b/contrib/tools/python3/Lib/email/message.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/__init__.py b/contrib/tools/python3/Lib/email/mime/__init__.py
index e69de29bb2d..e69de29bb2d 100644
--- a/contrib/tools/python3/src/Lib/email/mime/__init__.py
+++ b/contrib/tools/python3/Lib/email/mime/__init__.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/application.py b/contrib/tools/python3/Lib/email/mime/application.py
index f67cbad3f03..f67cbad3f03 100644
--- a/contrib/tools/python3/src/Lib/email/mime/application.py
+++ b/contrib/tools/python3/Lib/email/mime/application.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/audio.py b/contrib/tools/python3/Lib/email/mime/audio.py
index 065819b2a21..065819b2a21 100644
--- a/contrib/tools/python3/src/Lib/email/mime/audio.py
+++ b/contrib/tools/python3/Lib/email/mime/audio.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/base.py b/contrib/tools/python3/Lib/email/mime/base.py
index f601f621cec..f601f621cec 100644
--- a/contrib/tools/python3/src/Lib/email/mime/base.py
+++ b/contrib/tools/python3/Lib/email/mime/base.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/image.py b/contrib/tools/python3/Lib/email/mime/image.py
index 4b7f2f9cbad..4b7f2f9cbad 100644
--- a/contrib/tools/python3/src/Lib/email/mime/image.py
+++ b/contrib/tools/python3/Lib/email/mime/image.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/message.py b/contrib/tools/python3/Lib/email/mime/message.py
index 61836b5a786..61836b5a786 100644
--- a/contrib/tools/python3/src/Lib/email/mime/message.py
+++ b/contrib/tools/python3/Lib/email/mime/message.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/multipart.py b/contrib/tools/python3/Lib/email/mime/multipart.py
index 94d81c771a4..94d81c771a4 100644
--- a/contrib/tools/python3/src/Lib/email/mime/multipart.py
+++ b/contrib/tools/python3/Lib/email/mime/multipart.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/nonmultipart.py b/contrib/tools/python3/Lib/email/mime/nonmultipart.py
index a41386eb148..a41386eb148 100644
--- a/contrib/tools/python3/src/Lib/email/mime/nonmultipart.py
+++ b/contrib/tools/python3/Lib/email/mime/nonmultipart.py
diff --git a/contrib/tools/python3/src/Lib/email/mime/text.py b/contrib/tools/python3/Lib/email/mime/text.py
index 7672b789138..7672b789138 100644
--- a/contrib/tools/python3/src/Lib/email/mime/text.py
+++ b/contrib/tools/python3/Lib/email/mime/text.py
diff --git a/contrib/tools/python3/src/Lib/email/parser.py b/contrib/tools/python3/Lib/email/parser.py
index 06d99b17f2f..06d99b17f2f 100644
--- a/contrib/tools/python3/src/Lib/email/parser.py
+++ b/contrib/tools/python3/Lib/email/parser.py
diff --git a/contrib/tools/python3/src/Lib/email/policy.py b/contrib/tools/python3/Lib/email/policy.py
index 8816c84ed17..8816c84ed17 100644
--- a/contrib/tools/python3/src/Lib/email/policy.py
+++ b/contrib/tools/python3/Lib/email/policy.py
diff --git a/contrib/tools/python3/src/Lib/email/quoprimime.py b/contrib/tools/python3/Lib/email/quoprimime.py
index 27fcbb5a26e..27fcbb5a26e 100644
--- a/contrib/tools/python3/src/Lib/email/quoprimime.py
+++ b/contrib/tools/python3/Lib/email/quoprimime.py
diff --git a/contrib/tools/python3/src/Lib/email/utils.py b/contrib/tools/python3/Lib/email/utils.py
index aa949aa933a..aa949aa933a 100644
--- a/contrib/tools/python3/src/Lib/email/utils.py
+++ b/contrib/tools/python3/Lib/email/utils.py
diff --git a/contrib/tools/python3/src/Lib/encodings/__init__.py b/contrib/tools/python3/Lib/encodings/__init__.py
index f9075b8f0d9..f9075b8f0d9 100644
--- a/contrib/tools/python3/src/Lib/encodings/__init__.py
+++ b/contrib/tools/python3/Lib/encodings/__init__.py
diff --git a/contrib/tools/python3/src/Lib/encodings/aliases.py b/contrib/tools/python3/Lib/encodings/aliases.py
index d85afd6d5cf..d85afd6d5cf 100644
--- a/contrib/tools/python3/src/Lib/encodings/aliases.py
+++ b/contrib/tools/python3/Lib/encodings/aliases.py
diff --git a/contrib/tools/python3/src/Lib/encodings/ascii.py b/contrib/tools/python3/Lib/encodings/ascii.py
index 2033cde9748..2033cde9748 100644
--- a/contrib/tools/python3/src/Lib/encodings/ascii.py
+++ b/contrib/tools/python3/Lib/encodings/ascii.py
diff --git a/contrib/tools/python3/src/Lib/encodings/base64_codec.py b/contrib/tools/python3/Lib/encodings/base64_codec.py
index 8e7703b3b60..8e7703b3b60 100644
--- a/contrib/tools/python3/src/Lib/encodings/base64_codec.py
+++ b/contrib/tools/python3/Lib/encodings/base64_codec.py
diff --git a/contrib/tools/python3/src/Lib/encodings/big5.py b/contrib/tools/python3/Lib/encodings/big5.py
index 7adeb0e1605..7adeb0e1605 100644
--- a/contrib/tools/python3/src/Lib/encodings/big5.py
+++ b/contrib/tools/python3/Lib/encodings/big5.py
diff --git a/contrib/tools/python3/src/Lib/encodings/big5hkscs.py b/contrib/tools/python3/Lib/encodings/big5hkscs.py
index 350df37baae..350df37baae 100644
--- a/contrib/tools/python3/src/Lib/encodings/big5hkscs.py
+++ b/contrib/tools/python3/Lib/encodings/big5hkscs.py
diff --git a/contrib/tools/python3/src/Lib/encodings/bz2_codec.py b/contrib/tools/python3/Lib/encodings/bz2_codec.py
index fd9495e341b..fd9495e341b 100644
--- a/contrib/tools/python3/src/Lib/encodings/bz2_codec.py
+++ b/contrib/tools/python3/Lib/encodings/bz2_codec.py
diff --git a/contrib/tools/python3/src/Lib/encodings/charmap.py b/contrib/tools/python3/Lib/encodings/charmap.py
index 81189b161a6..81189b161a6 100644
--- a/contrib/tools/python3/src/Lib/encodings/charmap.py
+++ b/contrib/tools/python3/Lib/encodings/charmap.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp037.py b/contrib/tools/python3/Lib/encodings/cp037.py
index 4edd708f3d7..4edd708f3d7 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp037.py
+++ b/contrib/tools/python3/Lib/encodings/cp037.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1006.py b/contrib/tools/python3/Lib/encodings/cp1006.py
index a1221c3ef1c..a1221c3ef1c 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1006.py
+++ b/contrib/tools/python3/Lib/encodings/cp1006.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1026.py b/contrib/tools/python3/Lib/encodings/cp1026.py
index 46f71f74dae..46f71f74dae 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1026.py
+++ b/contrib/tools/python3/Lib/encodings/cp1026.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1125.py b/contrib/tools/python3/Lib/encodings/cp1125.py
index b1fd69deb07..b1fd69deb07 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1125.py
+++ b/contrib/tools/python3/Lib/encodings/cp1125.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1140.py b/contrib/tools/python3/Lib/encodings/cp1140.py
index 0a919d837e1..0a919d837e1 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1140.py
+++ b/contrib/tools/python3/Lib/encodings/cp1140.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1250.py b/contrib/tools/python3/Lib/encodings/cp1250.py
index c2c83aaf3e8..c2c83aaf3e8 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1250.py
+++ b/contrib/tools/python3/Lib/encodings/cp1250.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1251.py b/contrib/tools/python3/Lib/encodings/cp1251.py
index 22bc66002d3..22bc66002d3 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1251.py
+++ b/contrib/tools/python3/Lib/encodings/cp1251.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1252.py b/contrib/tools/python3/Lib/encodings/cp1252.py
index c0e8088ea82..c0e8088ea82 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1252.py
+++ b/contrib/tools/python3/Lib/encodings/cp1252.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1253.py b/contrib/tools/python3/Lib/encodings/cp1253.py
index ec9c0972d10..ec9c0972d10 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1253.py
+++ b/contrib/tools/python3/Lib/encodings/cp1253.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1254.py b/contrib/tools/python3/Lib/encodings/cp1254.py
index 4912327a5bc..4912327a5bc 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1254.py
+++ b/contrib/tools/python3/Lib/encodings/cp1254.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1255.py b/contrib/tools/python3/Lib/encodings/cp1255.py
index 91ce26b9bff..91ce26b9bff 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1255.py
+++ b/contrib/tools/python3/Lib/encodings/cp1255.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1256.py b/contrib/tools/python3/Lib/encodings/cp1256.py
index fd6afab52c6..fd6afab52c6 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1256.py
+++ b/contrib/tools/python3/Lib/encodings/cp1256.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1257.py b/contrib/tools/python3/Lib/encodings/cp1257.py
index 9ebc90d509d..9ebc90d509d 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1257.py
+++ b/contrib/tools/python3/Lib/encodings/cp1257.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp1258.py b/contrib/tools/python3/Lib/encodings/cp1258.py
index 784378a8369..784378a8369 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp1258.py
+++ b/contrib/tools/python3/Lib/encodings/cp1258.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp273.py b/contrib/tools/python3/Lib/encodings/cp273.py
index 69c6d778c57..69c6d778c57 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp273.py
+++ b/contrib/tools/python3/Lib/encodings/cp273.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp424.py b/contrib/tools/python3/Lib/encodings/cp424.py
index 6753daf122d..6753daf122d 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp424.py
+++ b/contrib/tools/python3/Lib/encodings/cp424.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp437.py b/contrib/tools/python3/Lib/encodings/cp437.py
index b6c75e2ca1c..b6c75e2ca1c 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp437.py
+++ b/contrib/tools/python3/Lib/encodings/cp437.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp500.py b/contrib/tools/python3/Lib/encodings/cp500.py
index 5f61535f82a..5f61535f82a 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp500.py
+++ b/contrib/tools/python3/Lib/encodings/cp500.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp720.py b/contrib/tools/python3/Lib/encodings/cp720.py
index 96d609616c4..96d609616c4 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp720.py
+++ b/contrib/tools/python3/Lib/encodings/cp720.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp737.py b/contrib/tools/python3/Lib/encodings/cp737.py
index 9685bae75b3..9685bae75b3 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp737.py
+++ b/contrib/tools/python3/Lib/encodings/cp737.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp775.py b/contrib/tools/python3/Lib/encodings/cp775.py
index fe06e7bc3b3..fe06e7bc3b3 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp775.py
+++ b/contrib/tools/python3/Lib/encodings/cp775.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp850.py b/contrib/tools/python3/Lib/encodings/cp850.py
index f98aef99fb6..f98aef99fb6 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp850.py
+++ b/contrib/tools/python3/Lib/encodings/cp850.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp852.py b/contrib/tools/python3/Lib/encodings/cp852.py
index 34d8a0ea5ac..34d8a0ea5ac 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp852.py
+++ b/contrib/tools/python3/Lib/encodings/cp852.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp855.py b/contrib/tools/python3/Lib/encodings/cp855.py
index 4fe9210697c..4fe9210697c 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp855.py
+++ b/contrib/tools/python3/Lib/encodings/cp855.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp856.py b/contrib/tools/python3/Lib/encodings/cp856.py
index cacbfb2f804..cacbfb2f804 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp856.py
+++ b/contrib/tools/python3/Lib/encodings/cp856.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp857.py b/contrib/tools/python3/Lib/encodings/cp857.py
index 741b059b9a2..741b059b9a2 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp857.py
+++ b/contrib/tools/python3/Lib/encodings/cp857.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp858.py b/contrib/tools/python3/Lib/encodings/cp858.py
index 7579f525386..7579f525386 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp858.py
+++ b/contrib/tools/python3/Lib/encodings/cp858.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp860.py b/contrib/tools/python3/Lib/encodings/cp860.py
index 65903e74641..65903e74641 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp860.py
+++ b/contrib/tools/python3/Lib/encodings/cp860.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp861.py b/contrib/tools/python3/Lib/encodings/cp861.py
index 860a05fa3f4..860a05fa3f4 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp861.py
+++ b/contrib/tools/python3/Lib/encodings/cp861.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp862.py b/contrib/tools/python3/Lib/encodings/cp862.py
index 3df22f997b7..3df22f997b7 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp862.py
+++ b/contrib/tools/python3/Lib/encodings/cp862.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp863.py b/contrib/tools/python3/Lib/encodings/cp863.py
index 764180b6232..764180b6232 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp863.py
+++ b/contrib/tools/python3/Lib/encodings/cp863.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp864.py b/contrib/tools/python3/Lib/encodings/cp864.py
index 53df482dcd6..53df482dcd6 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp864.py
+++ b/contrib/tools/python3/Lib/encodings/cp864.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp865.py b/contrib/tools/python3/Lib/encodings/cp865.py
index 6726cf3f9ed..6726cf3f9ed 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp865.py
+++ b/contrib/tools/python3/Lib/encodings/cp865.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp866.py b/contrib/tools/python3/Lib/encodings/cp866.py
index bec7ae39fba..bec7ae39fba 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp866.py
+++ b/contrib/tools/python3/Lib/encodings/cp866.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp869.py b/contrib/tools/python3/Lib/encodings/cp869.py
index 8d8a29b175c..8d8a29b175c 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp869.py
+++ b/contrib/tools/python3/Lib/encodings/cp869.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp874.py b/contrib/tools/python3/Lib/encodings/cp874.py
index 59bfcbc98ab..59bfcbc98ab 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp874.py
+++ b/contrib/tools/python3/Lib/encodings/cp874.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp875.py b/contrib/tools/python3/Lib/encodings/cp875.py
index c25a5a43bc4..c25a5a43bc4 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp875.py
+++ b/contrib/tools/python3/Lib/encodings/cp875.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp932.py b/contrib/tools/python3/Lib/encodings/cp932.py
index e01f59b7190..e01f59b7190 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp932.py
+++ b/contrib/tools/python3/Lib/encodings/cp932.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp949.py b/contrib/tools/python3/Lib/encodings/cp949.py
index 627c87125e2..627c87125e2 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp949.py
+++ b/contrib/tools/python3/Lib/encodings/cp949.py
diff --git a/contrib/tools/python3/src/Lib/encodings/cp950.py b/contrib/tools/python3/Lib/encodings/cp950.py
index 39eec5ed0dd..39eec5ed0dd 100644
--- a/contrib/tools/python3/src/Lib/encodings/cp950.py
+++ b/contrib/tools/python3/Lib/encodings/cp950.py
diff --git a/contrib/tools/python3/src/Lib/encodings/euc_jis_2004.py b/contrib/tools/python3/Lib/encodings/euc_jis_2004.py
index 72b87aea688..72b87aea688 100644
--- a/contrib/tools/python3/src/Lib/encodings/euc_jis_2004.py
+++ b/contrib/tools/python3/Lib/encodings/euc_jis_2004.py
diff --git a/contrib/tools/python3/src/Lib/encodings/euc_jisx0213.py b/contrib/tools/python3/Lib/encodings/euc_jisx0213.py
index cc47d04112a..cc47d04112a 100644
--- a/contrib/tools/python3/src/Lib/encodings/euc_jisx0213.py
+++ b/contrib/tools/python3/Lib/encodings/euc_jisx0213.py
diff --git a/contrib/tools/python3/src/Lib/encodings/euc_jp.py b/contrib/tools/python3/Lib/encodings/euc_jp.py
index 7bcbe4147f2..7bcbe4147f2 100644
--- a/contrib/tools/python3/src/Lib/encodings/euc_jp.py
+++ b/contrib/tools/python3/Lib/encodings/euc_jp.py
diff --git a/contrib/tools/python3/src/Lib/encodings/euc_kr.py b/contrib/tools/python3/Lib/encodings/euc_kr.py
index c1fb1260e87..c1fb1260e87 100644
--- a/contrib/tools/python3/src/Lib/encodings/euc_kr.py
+++ b/contrib/tools/python3/Lib/encodings/euc_kr.py
diff --git a/contrib/tools/python3/src/Lib/encodings/gb18030.py b/contrib/tools/python3/Lib/encodings/gb18030.py
index 34fb6c366a7..34fb6c366a7 100644
--- a/contrib/tools/python3/src/Lib/encodings/gb18030.py
+++ b/contrib/tools/python3/Lib/encodings/gb18030.py
diff --git a/contrib/tools/python3/src/Lib/encodings/gb2312.py b/contrib/tools/python3/Lib/encodings/gb2312.py
index 3c3b837d618..3c3b837d618 100644
--- a/contrib/tools/python3/src/Lib/encodings/gb2312.py
+++ b/contrib/tools/python3/Lib/encodings/gb2312.py
diff --git a/contrib/tools/python3/src/Lib/encodings/gbk.py b/contrib/tools/python3/Lib/encodings/gbk.py
index 1b45db89859..1b45db89859 100644
--- a/contrib/tools/python3/src/Lib/encodings/gbk.py
+++ b/contrib/tools/python3/Lib/encodings/gbk.py
diff --git a/contrib/tools/python3/src/Lib/encodings/hex_codec.py b/contrib/tools/python3/Lib/encodings/hex_codec.py
index 9fb10728044..9fb10728044 100644
--- a/contrib/tools/python3/src/Lib/encodings/hex_codec.py
+++ b/contrib/tools/python3/Lib/encodings/hex_codec.py
diff --git a/contrib/tools/python3/src/Lib/encodings/hp_roman8.py b/contrib/tools/python3/Lib/encodings/hp_roman8.py
index 58de1033c13..58de1033c13 100644
--- a/contrib/tools/python3/src/Lib/encodings/hp_roman8.py
+++ b/contrib/tools/python3/Lib/encodings/hp_roman8.py
diff --git a/contrib/tools/python3/src/Lib/encodings/hz.py b/contrib/tools/python3/Lib/encodings/hz.py
index 383442a3c9a..383442a3c9a 100644
--- a/contrib/tools/python3/src/Lib/encodings/hz.py
+++ b/contrib/tools/python3/Lib/encodings/hz.py
diff --git a/contrib/tools/python3/src/Lib/encodings/idna.py b/contrib/tools/python3/Lib/encodings/idna.py
index 5396047a7fb..5396047a7fb 100644
--- a/contrib/tools/python3/src/Lib/encodings/idna.py
+++ b/contrib/tools/python3/Lib/encodings/idna.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp.py b/contrib/tools/python3/Lib/encodings/iso2022_jp.py
index ab040606935..ab040606935 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_1.py b/contrib/tools/python3/Lib/encodings/iso2022_jp_1.py
index 997044dc378..997044dc378 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_1.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp_1.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_2.py b/contrib/tools/python3/Lib/encodings/iso2022_jp_2.py
index 9106bf76251..9106bf76251 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_2.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp_2.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_2004.py b/contrib/tools/python3/Lib/encodings/iso2022_jp_2004.py
index 40198bf0985..40198bf0985 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_2004.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp_2004.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_3.py b/contrib/tools/python3/Lib/encodings/iso2022_jp_3.py
index 346e08beccb..346e08beccb 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_3.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp_3.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_ext.py b/contrib/tools/python3/Lib/encodings/iso2022_jp_ext.py
index 752bab9813a..752bab9813a 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_jp_ext.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_jp_ext.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso2022_kr.py b/contrib/tools/python3/Lib/encodings/iso2022_kr.py
index bf7018763ea..bf7018763ea 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso2022_kr.py
+++ b/contrib/tools/python3/Lib/encodings/iso2022_kr.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_1.py b/contrib/tools/python3/Lib/encodings/iso8859_1.py
index 8cfc01fe14e..8cfc01fe14e 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_1.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_1.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_10.py b/contrib/tools/python3/Lib/encodings/iso8859_10.py
index b4fb0419c42..b4fb0419c42 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_10.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_10.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_11.py b/contrib/tools/python3/Lib/encodings/iso8859_11.py
index c7258ecf464..c7258ecf464 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_11.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_11.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_13.py b/contrib/tools/python3/Lib/encodings/iso8859_13.py
index 6f8eab2b821..6f8eab2b821 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_13.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_13.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_14.py b/contrib/tools/python3/Lib/encodings/iso8859_14.py
index 7568d4ee1f0..7568d4ee1f0 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_14.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_14.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_15.py b/contrib/tools/python3/Lib/encodings/iso8859_15.py
index 43bdecd4468..43bdecd4468 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_15.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_15.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_16.py b/contrib/tools/python3/Lib/encodings/iso8859_16.py
index e70c96e3335..e70c96e3335 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_16.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_16.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_2.py b/contrib/tools/python3/Lib/encodings/iso8859_2.py
index 3698747b479..3698747b479 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_2.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_2.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_3.py b/contrib/tools/python3/Lib/encodings/iso8859_3.py
index 96d3063ea68..96d3063ea68 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_3.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_3.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_4.py b/contrib/tools/python3/Lib/encodings/iso8859_4.py
index 65c1e00f306..65c1e00f306 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_4.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_4.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_5.py b/contrib/tools/python3/Lib/encodings/iso8859_5.py
index a3c868a50c5..a3c868a50c5 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_5.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_5.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_6.py b/contrib/tools/python3/Lib/encodings/iso8859_6.py
index b02ade6eaf4..b02ade6eaf4 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_6.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_6.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_7.py b/contrib/tools/python3/Lib/encodings/iso8859_7.py
index d7b39cbc3a7..d7b39cbc3a7 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_7.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_7.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_8.py b/contrib/tools/python3/Lib/encodings/iso8859_8.py
index 81849027388..81849027388 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_8.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_8.py
diff --git a/contrib/tools/python3/src/Lib/encodings/iso8859_9.py b/contrib/tools/python3/Lib/encodings/iso8859_9.py
index e539fddac6c..e539fddac6c 100644
--- a/contrib/tools/python3/src/Lib/encodings/iso8859_9.py
+++ b/contrib/tools/python3/Lib/encodings/iso8859_9.py
diff --git a/contrib/tools/python3/src/Lib/encodings/johab.py b/contrib/tools/python3/Lib/encodings/johab.py
index 512aeeb732b..512aeeb732b 100644
--- a/contrib/tools/python3/src/Lib/encodings/johab.py
+++ b/contrib/tools/python3/Lib/encodings/johab.py
diff --git a/contrib/tools/python3/src/Lib/encodings/koi8_r.py b/contrib/tools/python3/Lib/encodings/koi8_r.py
index 41ddde856e6..41ddde856e6 100644
--- a/contrib/tools/python3/src/Lib/encodings/koi8_r.py
+++ b/contrib/tools/python3/Lib/encodings/koi8_r.py
diff --git a/contrib/tools/python3/src/Lib/encodings/koi8_t.py b/contrib/tools/python3/Lib/encodings/koi8_t.py
index b5415ba3665..b5415ba3665 100644
--- a/contrib/tools/python3/src/Lib/encodings/koi8_t.py
+++ b/contrib/tools/python3/Lib/encodings/koi8_t.py
diff --git a/contrib/tools/python3/src/Lib/encodings/koi8_u.py b/contrib/tools/python3/Lib/encodings/koi8_u.py
index f9e3fae5fa2..f9e3fae5fa2 100644
--- a/contrib/tools/python3/src/Lib/encodings/koi8_u.py
+++ b/contrib/tools/python3/Lib/encodings/koi8_u.py
diff --git a/contrib/tools/python3/src/Lib/encodings/kz1048.py b/contrib/tools/python3/Lib/encodings/kz1048.py
index 712aee6e930..712aee6e930 100644
--- a/contrib/tools/python3/src/Lib/encodings/kz1048.py
+++ b/contrib/tools/python3/Lib/encodings/kz1048.py
diff --git a/contrib/tools/python3/src/Lib/encodings/latin_1.py b/contrib/tools/python3/Lib/encodings/latin_1.py
index 370160c0cb5..370160c0cb5 100644
--- a/contrib/tools/python3/src/Lib/encodings/latin_1.py
+++ b/contrib/tools/python3/Lib/encodings/latin_1.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_arabic.py b/contrib/tools/python3/Lib/encodings/mac_arabic.py
index 72847e859c4..72847e859c4 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_arabic.py
+++ b/contrib/tools/python3/Lib/encodings/mac_arabic.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_croatian.py b/contrib/tools/python3/Lib/encodings/mac_croatian.py
index 4a92fe61a4f..4a92fe61a4f 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_croatian.py
+++ b/contrib/tools/python3/Lib/encodings/mac_croatian.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_cyrillic.py b/contrib/tools/python3/Lib/encodings/mac_cyrillic.py
index d20272acfad..d20272acfad 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_cyrillic.py
+++ b/contrib/tools/python3/Lib/encodings/mac_cyrillic.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_farsi.py b/contrib/tools/python3/Lib/encodings/mac_farsi.py
index e357d43510b..e357d43510b 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_farsi.py
+++ b/contrib/tools/python3/Lib/encodings/mac_farsi.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_greek.py b/contrib/tools/python3/Lib/encodings/mac_greek.py
index d3d0c4f0c38..d3d0c4f0c38 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_greek.py
+++ b/contrib/tools/python3/Lib/encodings/mac_greek.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_iceland.py b/contrib/tools/python3/Lib/encodings/mac_iceland.py
index add10f4e555..add10f4e555 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_iceland.py
+++ b/contrib/tools/python3/Lib/encodings/mac_iceland.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_latin2.py b/contrib/tools/python3/Lib/encodings/mac_latin2.py
index da9d4b134ad..da9d4b134ad 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_latin2.py
+++ b/contrib/tools/python3/Lib/encodings/mac_latin2.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_roman.py b/contrib/tools/python3/Lib/encodings/mac_roman.py
index b74b002134f..b74b002134f 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_roman.py
+++ b/contrib/tools/python3/Lib/encodings/mac_roman.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_romanian.py b/contrib/tools/python3/Lib/encodings/mac_romanian.py
index d141b4c5091..d141b4c5091 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_romanian.py
+++ b/contrib/tools/python3/Lib/encodings/mac_romanian.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mac_turkish.py b/contrib/tools/python3/Lib/encodings/mac_turkish.py
index 044d4cb5ad7..044d4cb5ad7 100644
--- a/contrib/tools/python3/src/Lib/encodings/mac_turkish.py
+++ b/contrib/tools/python3/Lib/encodings/mac_turkish.py
diff --git a/contrib/tools/python3/src/Lib/encodings/mbcs.py b/contrib/tools/python3/Lib/encodings/mbcs.py
index baf46cbd483..baf46cbd483 100644
--- a/contrib/tools/python3/src/Lib/encodings/mbcs.py
+++ b/contrib/tools/python3/Lib/encodings/mbcs.py
diff --git a/contrib/tools/python3/src/Lib/encodings/oem.py b/contrib/tools/python3/Lib/encodings/oem.py
index 2c3426ba48b..2c3426ba48b 100644
--- a/contrib/tools/python3/src/Lib/encodings/oem.py
+++ b/contrib/tools/python3/Lib/encodings/oem.py
diff --git a/contrib/tools/python3/src/Lib/encodings/palmos.py b/contrib/tools/python3/Lib/encodings/palmos.py
index c506d654523..c506d654523 100644
--- a/contrib/tools/python3/src/Lib/encodings/palmos.py
+++ b/contrib/tools/python3/Lib/encodings/palmos.py
diff --git a/contrib/tools/python3/src/Lib/encodings/ptcp154.py b/contrib/tools/python3/Lib/encodings/ptcp154.py
index 656b79d6ac8..656b79d6ac8 100644
--- a/contrib/tools/python3/src/Lib/encodings/ptcp154.py
+++ b/contrib/tools/python3/Lib/encodings/ptcp154.py
diff --git a/contrib/tools/python3/src/Lib/encodings/punycode.py b/contrib/tools/python3/Lib/encodings/punycode.py
index 1c572644707..1c572644707 100644
--- a/contrib/tools/python3/src/Lib/encodings/punycode.py
+++ b/contrib/tools/python3/Lib/encodings/punycode.py
diff --git a/contrib/tools/python3/src/Lib/encodings/quopri_codec.py b/contrib/tools/python3/Lib/encodings/quopri_codec.py
index 496cb7655d0..496cb7655d0 100644
--- a/contrib/tools/python3/src/Lib/encodings/quopri_codec.py
+++ b/contrib/tools/python3/Lib/encodings/quopri_codec.py
diff --git a/contrib/tools/python3/src/Lib/encodings/raw_unicode_escape.py b/contrib/tools/python3/Lib/encodings/raw_unicode_escape.py
index 46c8e070dd1..46c8e070dd1 100644
--- a/contrib/tools/python3/src/Lib/encodings/raw_unicode_escape.py
+++ b/contrib/tools/python3/Lib/encodings/raw_unicode_escape.py
diff --git a/contrib/tools/python3/src/Lib/encodings/rot_13.py b/contrib/tools/python3/Lib/encodings/rot_13.py
index 5627bfbc69c..5627bfbc69c 100755
--- a/contrib/tools/python3/src/Lib/encodings/rot_13.py
+++ b/contrib/tools/python3/Lib/encodings/rot_13.py
diff --git a/contrib/tools/python3/src/Lib/encodings/shift_jis.py b/contrib/tools/python3/Lib/encodings/shift_jis.py
index 83381172764..83381172764 100644
--- a/contrib/tools/python3/src/Lib/encodings/shift_jis.py
+++ b/contrib/tools/python3/Lib/encodings/shift_jis.py
diff --git a/contrib/tools/python3/src/Lib/encodings/shift_jis_2004.py b/contrib/tools/python3/Lib/encodings/shift_jis_2004.py
index 161b1e86f99..161b1e86f99 100644
--- a/contrib/tools/python3/src/Lib/encodings/shift_jis_2004.py
+++ b/contrib/tools/python3/Lib/encodings/shift_jis_2004.py
diff --git a/contrib/tools/python3/src/Lib/encodings/shift_jisx0213.py b/contrib/tools/python3/Lib/encodings/shift_jisx0213.py
index cb653f53055..cb653f53055 100644
--- a/contrib/tools/python3/src/Lib/encodings/shift_jisx0213.py
+++ b/contrib/tools/python3/Lib/encodings/shift_jisx0213.py
diff --git a/contrib/tools/python3/src/Lib/encodings/tis_620.py b/contrib/tools/python3/Lib/encodings/tis_620.py
index e288386343d..e288386343d 100644
--- a/contrib/tools/python3/src/Lib/encodings/tis_620.py
+++ b/contrib/tools/python3/Lib/encodings/tis_620.py
diff --git a/contrib/tools/python3/src/Lib/encodings/undefined.py b/contrib/tools/python3/Lib/encodings/undefined.py
index 4690288355c..4690288355c 100644
--- a/contrib/tools/python3/src/Lib/encodings/undefined.py
+++ b/contrib/tools/python3/Lib/encodings/undefined.py
diff --git a/contrib/tools/python3/src/Lib/encodings/unicode_escape.py b/contrib/tools/python3/Lib/encodings/unicode_escape.py
index 9b1ce99b339..9b1ce99b339 100644
--- a/contrib/tools/python3/src/Lib/encodings/unicode_escape.py
+++ b/contrib/tools/python3/Lib/encodings/unicode_escape.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_16.py b/contrib/tools/python3/Lib/encodings/utf_16.py
index c61248242be..c61248242be 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_16.py
+++ b/contrib/tools/python3/Lib/encodings/utf_16.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_16_be.py b/contrib/tools/python3/Lib/encodings/utf_16_be.py
index 86b458eb9bc..86b458eb9bc 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_16_be.py
+++ b/contrib/tools/python3/Lib/encodings/utf_16_be.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_16_le.py b/contrib/tools/python3/Lib/encodings/utf_16_le.py
index ec454142eed..ec454142eed 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_16_le.py
+++ b/contrib/tools/python3/Lib/encodings/utf_16_le.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_32.py b/contrib/tools/python3/Lib/encodings/utf_32.py
index cdf84d14129..cdf84d14129 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_32.py
+++ b/contrib/tools/python3/Lib/encodings/utf_32.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_32_be.py b/contrib/tools/python3/Lib/encodings/utf_32_be.py
index fe272b5fafe..fe272b5fafe 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_32_be.py
+++ b/contrib/tools/python3/Lib/encodings/utf_32_be.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_32_le.py b/contrib/tools/python3/Lib/encodings/utf_32_le.py
index 9e48210928e..9e48210928e 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_32_le.py
+++ b/contrib/tools/python3/Lib/encodings/utf_32_le.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_7.py b/contrib/tools/python3/Lib/encodings/utf_7.py
index 8e0567f2087..8e0567f2087 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_7.py
+++ b/contrib/tools/python3/Lib/encodings/utf_7.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_8.py b/contrib/tools/python3/Lib/encodings/utf_8.py
index 1bf63365715..1bf63365715 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_8.py
+++ b/contrib/tools/python3/Lib/encodings/utf_8.py
diff --git a/contrib/tools/python3/src/Lib/encodings/utf_8_sig.py b/contrib/tools/python3/Lib/encodings/utf_8_sig.py
index 1bb479203f3..1bb479203f3 100644
--- a/contrib/tools/python3/src/Lib/encodings/utf_8_sig.py
+++ b/contrib/tools/python3/Lib/encodings/utf_8_sig.py
diff --git a/contrib/tools/python3/src/Lib/encodings/uu_codec.py b/contrib/tools/python3/Lib/encodings/uu_codec.py
index 4e58c62fe9e..4e58c62fe9e 100644
--- a/contrib/tools/python3/src/Lib/encodings/uu_codec.py
+++ b/contrib/tools/python3/Lib/encodings/uu_codec.py
diff --git a/contrib/tools/python3/src/Lib/encodings/zlib_codec.py b/contrib/tools/python3/Lib/encodings/zlib_codec.py
index 95908a4b4a1..95908a4b4a1 100644
--- a/contrib/tools/python3/src/Lib/encodings/zlib_codec.py
+++ b/contrib/tools/python3/Lib/encodings/zlib_codec.py
diff --git a/contrib/tools/python3/src/Lib/ensurepip/__init__.py b/contrib/tools/python3/Lib/ensurepip/__init__.py
index 2ac872c25c8..2ac872c25c8 100644
--- a/contrib/tools/python3/src/Lib/ensurepip/__init__.py
+++ b/contrib/tools/python3/Lib/ensurepip/__init__.py
diff --git a/contrib/tools/python3/src/Lib/ensurepip/__main__.py b/contrib/tools/python3/Lib/ensurepip/__main__.py
index 03eef0dd94d..03eef0dd94d 100644
--- a/contrib/tools/python3/src/Lib/ensurepip/__main__.py
+++ b/contrib/tools/python3/Lib/ensurepip/__main__.py
diff --git a/contrib/tools/python3/src/Lib/ensurepip/_uninstall.py b/contrib/tools/python3/Lib/ensurepip/_uninstall.py
index b257904328d..b257904328d 100644
--- a/contrib/tools/python3/src/Lib/ensurepip/_uninstall.py
+++ b/contrib/tools/python3/Lib/ensurepip/_uninstall.py
diff --git a/contrib/tools/python3/src/Lib/enum.py b/contrib/tools/python3/Lib/enum.py
index 1502bfe9158..1502bfe9158 100644
--- a/contrib/tools/python3/src/Lib/enum.py
+++ b/contrib/tools/python3/Lib/enum.py
diff --git a/contrib/tools/python3/src/Lib/filecmp.py b/contrib/tools/python3/Lib/filecmp.py
index 30bd900fa80..30bd900fa80 100644
--- a/contrib/tools/python3/src/Lib/filecmp.py
+++ b/contrib/tools/python3/Lib/filecmp.py
diff --git a/contrib/tools/python3/src/Lib/fileinput.py b/contrib/tools/python3/Lib/fileinput.py
index 1b25f28f3d3..1b25f28f3d3 100644
--- a/contrib/tools/python3/src/Lib/fileinput.py
+++ b/contrib/tools/python3/Lib/fileinput.py
diff --git a/contrib/tools/python3/src/Lib/fnmatch.py b/contrib/tools/python3/Lib/fnmatch.py
index d5e296f7748..d5e296f7748 100644
--- a/contrib/tools/python3/src/Lib/fnmatch.py
+++ b/contrib/tools/python3/Lib/fnmatch.py
diff --git a/contrib/tools/python3/src/Lib/fractions.py b/contrib/tools/python3/Lib/fractions.py
index 88b418fe383..88b418fe383 100644
--- a/contrib/tools/python3/src/Lib/fractions.py
+++ b/contrib/tools/python3/Lib/fractions.py
diff --git a/contrib/tools/python3/src/Lib/ftplib.py b/contrib/tools/python3/Lib/ftplib.py
index 10c5d1ea08a..10c5d1ea08a 100644
--- a/contrib/tools/python3/src/Lib/ftplib.py
+++ b/contrib/tools/python3/Lib/ftplib.py
diff --git a/contrib/tools/python3/src/Lib/functools.py b/contrib/tools/python3/Lib/functools.py
index 2ae4290f983..2ae4290f983 100644
--- a/contrib/tools/python3/src/Lib/functools.py
+++ b/contrib/tools/python3/Lib/functools.py
diff --git a/contrib/tools/python3/src/Lib/genericpath.py b/contrib/tools/python3/Lib/genericpath.py
index 1bd5b3897c3..1bd5b3897c3 100644
--- a/contrib/tools/python3/src/Lib/genericpath.py
+++ b/contrib/tools/python3/Lib/genericpath.py
diff --git a/contrib/tools/python3/src/Lib/getopt.py b/contrib/tools/python3/Lib/getopt.py
index 5419d77f5d7..5419d77f5d7 100644
--- a/contrib/tools/python3/src/Lib/getopt.py
+++ b/contrib/tools/python3/Lib/getopt.py
diff --git a/contrib/tools/python3/src/Lib/getpass.py b/contrib/tools/python3/Lib/getpass.py
index 6970d8adfba..6970d8adfba 100644
--- a/contrib/tools/python3/src/Lib/getpass.py
+++ b/contrib/tools/python3/Lib/getpass.py
diff --git a/contrib/tools/python3/src/Lib/gettext.py b/contrib/tools/python3/Lib/gettext.py
index e665b3ecedc..e665b3ecedc 100644
--- a/contrib/tools/python3/src/Lib/gettext.py
+++ b/contrib/tools/python3/Lib/gettext.py
diff --git a/contrib/tools/python3/src/Lib/glob.py b/contrib/tools/python3/Lib/glob.py
index a7256422d52..a7256422d52 100644
--- a/contrib/tools/python3/src/Lib/glob.py
+++ b/contrib/tools/python3/Lib/glob.py
diff --git a/contrib/tools/python3/src/Lib/graphlib.py b/contrib/tools/python3/Lib/graphlib.py
index 636545648e1..636545648e1 100644
--- a/contrib/tools/python3/src/Lib/graphlib.py
+++ b/contrib/tools/python3/Lib/graphlib.py
diff --git a/contrib/tools/python3/src/Lib/gzip.py b/contrib/tools/python3/Lib/gzip.py
index 177f9080dc5..177f9080dc5 100644
--- a/contrib/tools/python3/src/Lib/gzip.py
+++ b/contrib/tools/python3/Lib/gzip.py
diff --git a/contrib/tools/python3/src/Lib/hashlib.py b/contrib/tools/python3/Lib/hashlib.py
index 1b16441cb60..1b16441cb60 100644
--- a/contrib/tools/python3/src/Lib/hashlib.py
+++ b/contrib/tools/python3/Lib/hashlib.py
diff --git a/contrib/tools/python3/src/Lib/heapq.py b/contrib/tools/python3/Lib/heapq.py
index 2fd9d1ff4bf..2fd9d1ff4bf 100644
--- a/contrib/tools/python3/src/Lib/heapq.py
+++ b/contrib/tools/python3/Lib/heapq.py
diff --git a/contrib/tools/python3/src/Lib/hmac.py b/contrib/tools/python3/Lib/hmac.py
index 8b4eb2fe741..8b4eb2fe741 100644
--- a/contrib/tools/python3/src/Lib/hmac.py
+++ b/contrib/tools/python3/Lib/hmac.py
diff --git a/contrib/tools/python3/src/Lib/html/__init__.py b/contrib/tools/python3/Lib/html/__init__.py
index 1543460ca33..1543460ca33 100644
--- a/contrib/tools/python3/src/Lib/html/__init__.py
+++ b/contrib/tools/python3/Lib/html/__init__.py
diff --git a/contrib/tools/python3/src/Lib/html/entities.py b/contrib/tools/python3/Lib/html/entities.py
index eb6dc121905..eb6dc121905 100644
--- a/contrib/tools/python3/src/Lib/html/entities.py
+++ b/contrib/tools/python3/Lib/html/entities.py
diff --git a/contrib/tools/python3/src/Lib/html/parser.py b/contrib/tools/python3/Lib/html/parser.py
index 13c95c34e50..13c95c34e50 100644
--- a/contrib/tools/python3/src/Lib/html/parser.py
+++ b/contrib/tools/python3/Lib/html/parser.py
diff --git a/contrib/tools/python3/src/Lib/http/__init__.py b/contrib/tools/python3/Lib/http/__init__.py
index e093a1fec4d..e093a1fec4d 100644
--- a/contrib/tools/python3/src/Lib/http/__init__.py
+++ b/contrib/tools/python3/Lib/http/__init__.py
diff --git a/contrib/tools/python3/src/Lib/http/client.py b/contrib/tools/python3/Lib/http/client.py
index 5eebfccafbc..5eebfccafbc 100644
--- a/contrib/tools/python3/src/Lib/http/client.py
+++ b/contrib/tools/python3/Lib/http/client.py
diff --git a/contrib/tools/python3/src/Lib/http/cookiejar.py b/contrib/tools/python3/Lib/http/cookiejar.py
index bd89370e168..bd89370e168 100644
--- a/contrib/tools/python3/src/Lib/http/cookiejar.py
+++ b/contrib/tools/python3/Lib/http/cookiejar.py
diff --git a/contrib/tools/python3/src/Lib/http/cookies.py b/contrib/tools/python3/Lib/http/cookies.py
index 35ac2dc6ae2..35ac2dc6ae2 100644
--- a/contrib/tools/python3/src/Lib/http/cookies.py
+++ b/contrib/tools/python3/Lib/http/cookies.py
diff --git a/contrib/tools/python3/src/Lib/http/server.py b/contrib/tools/python3/Lib/http/server.py
index ca6240d9a92..ca6240d9a92 100644
--- a/contrib/tools/python3/src/Lib/http/server.py
+++ b/contrib/tools/python3/Lib/http/server.py
diff --git a/contrib/tools/python3/src/Lib/imaplib.py b/contrib/tools/python3/Lib/imaplib.py
index 577b4b9b03a..577b4b9b03a 100644
--- a/contrib/tools/python3/src/Lib/imaplib.py
+++ b/contrib/tools/python3/Lib/imaplib.py
diff --git a/contrib/tools/python3/src/Lib/imghdr.py b/contrib/tools/python3/Lib/imghdr.py
index 33868883470..33868883470 100644
--- a/contrib/tools/python3/src/Lib/imghdr.py
+++ b/contrib/tools/python3/Lib/imghdr.py
diff --git a/contrib/tools/python3/src/Lib/importlib/__init__.py b/contrib/tools/python3/Lib/importlib/__init__.py
index 707c081cb2c..707c081cb2c 100644
--- a/contrib/tools/python3/src/Lib/importlib/__init__.py
+++ b/contrib/tools/python3/Lib/importlib/__init__.py
diff --git a/contrib/tools/python3/src/Lib/importlib/_abc.py b/contrib/tools/python3/Lib/importlib/_abc.py
index 693b4661126..693b4661126 100644
--- a/contrib/tools/python3/src/Lib/importlib/_abc.py
+++ b/contrib/tools/python3/Lib/importlib/_abc.py
diff --git a/contrib/tools/python3/src/Lib/importlib/_bootstrap.py b/contrib/tools/python3/Lib/importlib/_bootstrap.py
index d942045f3de..d942045f3de 100644
--- a/contrib/tools/python3/src/Lib/importlib/_bootstrap.py
+++ b/contrib/tools/python3/Lib/importlib/_bootstrap.py
diff --git a/contrib/tools/python3/src/Lib/importlib/_bootstrap_external.py b/contrib/tools/python3/Lib/importlib/_bootstrap_external.py
index e6f75a9f6f6..e6f75a9f6f6 100644
--- a/contrib/tools/python3/src/Lib/importlib/_bootstrap_external.py
+++ b/contrib/tools/python3/Lib/importlib/_bootstrap_external.py
diff --git a/contrib/tools/python3/src/Lib/importlib/abc.py b/contrib/tools/python3/Lib/importlib/abc.py
index b56fa94eb9c..b56fa94eb9c 100644
--- a/contrib/tools/python3/src/Lib/importlib/abc.py
+++ b/contrib/tools/python3/Lib/importlib/abc.py
diff --git a/contrib/tools/python3/src/Lib/importlib/machinery.py b/contrib/tools/python3/Lib/importlib/machinery.py
index d9a19a13f7b..d9a19a13f7b 100644
--- a/contrib/tools/python3/src/Lib/importlib/machinery.py
+++ b/contrib/tools/python3/Lib/importlib/machinery.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/__init__.py b/contrib/tools/python3/Lib/importlib/metadata/__init__.py
index 82e0ce1b281..82e0ce1b281 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/__init__.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/__init__.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_adapters.py b/contrib/tools/python3/Lib/importlib/metadata/_adapters.py
index 6aed69a3085..6aed69a3085 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_adapters.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_adapters.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_collections.py b/contrib/tools/python3/Lib/importlib/metadata/_collections.py
index cf0954e1a30..cf0954e1a30 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_collections.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_collections.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_functools.py b/contrib/tools/python3/Lib/importlib/metadata/_functools.py
index 71f66bd03cb..71f66bd03cb 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_functools.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_functools.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_itertools.py b/contrib/tools/python3/Lib/importlib/metadata/_itertools.py
index d4ca9b9140e..d4ca9b9140e 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_itertools.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_itertools.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_meta.py b/contrib/tools/python3/Lib/importlib/metadata/_meta.py
index c9a7ef906a8..c9a7ef906a8 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_meta.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_meta.py
diff --git a/contrib/tools/python3/src/Lib/importlib/metadata/_text.py b/contrib/tools/python3/Lib/importlib/metadata/_text.py
index c88cfbb2349..c88cfbb2349 100644
--- a/contrib/tools/python3/src/Lib/importlib/metadata/_text.py
+++ b/contrib/tools/python3/Lib/importlib/metadata/_text.py
diff --git a/contrib/tools/python3/src/Lib/importlib/readers.py b/contrib/tools/python3/Lib/importlib/readers.py
index df7fb92e5cd..df7fb92e5cd 100644
--- a/contrib/tools/python3/src/Lib/importlib/readers.py
+++ b/contrib/tools/python3/Lib/importlib/readers.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/__init__.py b/contrib/tools/python3/Lib/importlib/resources/__init__.py
index 34e3a9950cc..34e3a9950cc 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/__init__.py
+++ b/contrib/tools/python3/Lib/importlib/resources/__init__.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/_adapters.py b/contrib/tools/python3/Lib/importlib/resources/_adapters.py
index 50688fbb666..50688fbb666 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/_adapters.py
+++ b/contrib/tools/python3/Lib/importlib/resources/_adapters.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/_common.py b/contrib/tools/python3/Lib/importlib/resources/_common.py
index a3902535342..a3902535342 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/_common.py
+++ b/contrib/tools/python3/Lib/importlib/resources/_common.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/_itertools.py b/contrib/tools/python3/Lib/importlib/resources/_itertools.py
index 7b775ef5ae8..7b775ef5ae8 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/_itertools.py
+++ b/contrib/tools/python3/Lib/importlib/resources/_itertools.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/_legacy.py b/contrib/tools/python3/Lib/importlib/resources/_legacy.py
index b1ea8105dad..b1ea8105dad 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/_legacy.py
+++ b/contrib/tools/python3/Lib/importlib/resources/_legacy.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/abc.py b/contrib/tools/python3/Lib/importlib/resources/abc.py
index 6750a7aaf14..6750a7aaf14 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/abc.py
+++ b/contrib/tools/python3/Lib/importlib/resources/abc.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/readers.py b/contrib/tools/python3/Lib/importlib/resources/readers.py
index c3cdf769cbe..c3cdf769cbe 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/readers.py
+++ b/contrib/tools/python3/Lib/importlib/resources/readers.py
diff --git a/contrib/tools/python3/src/Lib/importlib/resources/simple.py b/contrib/tools/python3/Lib/importlib/resources/simple.py
index 7770c922c84..7770c922c84 100644
--- a/contrib/tools/python3/src/Lib/importlib/resources/simple.py
+++ b/contrib/tools/python3/Lib/importlib/resources/simple.py
diff --git a/contrib/tools/python3/src/Lib/importlib/simple.py b/contrib/tools/python3/Lib/importlib/simple.py
index 845bb903647..845bb903647 100644
--- a/contrib/tools/python3/src/Lib/importlib/simple.py
+++ b/contrib/tools/python3/Lib/importlib/simple.py
diff --git a/contrib/tools/python3/src/Lib/importlib/util.py b/contrib/tools/python3/Lib/importlib/util.py
index f4d6e823315..f4d6e823315 100644
--- a/contrib/tools/python3/src/Lib/importlib/util.py
+++ b/contrib/tools/python3/Lib/importlib/util.py
diff --git a/contrib/tools/python3/src/Lib/inspect.py b/contrib/tools/python3/Lib/inspect.py
index a550202bb0d..a550202bb0d 100644
--- a/contrib/tools/python3/src/Lib/inspect.py
+++ b/contrib/tools/python3/Lib/inspect.py
diff --git a/contrib/tools/python3/src/Lib/io.py b/contrib/tools/python3/Lib/io.py
index f0e2fa15d5a..f0e2fa15d5a 100644
--- a/contrib/tools/python3/src/Lib/io.py
+++ b/contrib/tools/python3/Lib/io.py
diff --git a/contrib/tools/python3/src/Lib/ipaddress.py b/contrib/tools/python3/Lib/ipaddress.py
index 9ca90fd0f75..9ca90fd0f75 100644
--- a/contrib/tools/python3/src/Lib/ipaddress.py
+++ b/contrib/tools/python3/Lib/ipaddress.py
diff --git a/contrib/tools/python3/src/Lib/json/__init__.py b/contrib/tools/python3/Lib/json/__init__.py
index ed2c74771ea..ed2c74771ea 100644
--- a/contrib/tools/python3/src/Lib/json/__init__.py
+++ b/contrib/tools/python3/Lib/json/__init__.py
diff --git a/contrib/tools/python3/src/Lib/json/decoder.py b/contrib/tools/python3/Lib/json/decoder.py
index c5d9ae2d0d5..c5d9ae2d0d5 100644
--- a/contrib/tools/python3/src/Lib/json/decoder.py
+++ b/contrib/tools/python3/Lib/json/decoder.py
diff --git a/contrib/tools/python3/src/Lib/json/encoder.py b/contrib/tools/python3/Lib/json/encoder.py
index 45f54774188..45f54774188 100644
--- a/contrib/tools/python3/src/Lib/json/encoder.py
+++ b/contrib/tools/python3/Lib/json/encoder.py
diff --git a/contrib/tools/python3/src/Lib/json/scanner.py b/contrib/tools/python3/Lib/json/scanner.py
index 7a61cfc2d24..7a61cfc2d24 100644
--- a/contrib/tools/python3/src/Lib/json/scanner.py
+++ b/contrib/tools/python3/Lib/json/scanner.py
diff --git a/contrib/tools/python3/src/Lib/json/tool.py b/contrib/tools/python3/Lib/json/tool.py
index 0490b8c0be1..0490b8c0be1 100644
--- a/contrib/tools/python3/src/Lib/json/tool.py
+++ b/contrib/tools/python3/Lib/json/tool.py
diff --git a/contrib/tools/python3/src/Lib/keyword.py b/contrib/tools/python3/Lib/keyword.py
index e22c837835e..e22c837835e 100644
--- a/contrib/tools/python3/src/Lib/keyword.py
+++ b/contrib/tools/python3/Lib/keyword.py
diff --git a/contrib/tools/python3/src/Lib/linecache.py b/contrib/tools/python3/Lib/linecache.py
index b164e727c6e..b164e727c6e 100644
--- a/contrib/tools/python3/src/Lib/linecache.py
+++ b/contrib/tools/python3/Lib/linecache.py
diff --git a/contrib/tools/python3/src/Lib/locale.py b/contrib/tools/python3/Lib/locale.py
index 4965c973074..4965c973074 100644
--- a/contrib/tools/python3/src/Lib/locale.py
+++ b/contrib/tools/python3/Lib/locale.py
diff --git a/contrib/tools/python3/src/Lib/logging/__init__.py b/contrib/tools/python3/Lib/logging/__init__.py
index 056380fb228..056380fb228 100644
--- a/contrib/tools/python3/src/Lib/logging/__init__.py
+++ b/contrib/tools/python3/Lib/logging/__init__.py
diff --git a/contrib/tools/python3/src/Lib/logging/config.py b/contrib/tools/python3/Lib/logging/config.py
index 33417b75d51..33417b75d51 100644
--- a/contrib/tools/python3/src/Lib/logging/config.py
+++ b/contrib/tools/python3/Lib/logging/config.py
diff --git a/contrib/tools/python3/src/Lib/logging/handlers.py b/contrib/tools/python3/Lib/logging/handlers.py
index 6e88184b512..6e88184b512 100644
--- a/contrib/tools/python3/src/Lib/logging/handlers.py
+++ b/contrib/tools/python3/Lib/logging/handlers.py
diff --git a/contrib/tools/python3/src/Lib/lzma.py b/contrib/tools/python3/Lib/lzma.py
index 800f52198fb..800f52198fb 100644
--- a/contrib/tools/python3/src/Lib/lzma.py
+++ b/contrib/tools/python3/Lib/lzma.py
diff --git a/contrib/tools/python3/src/Lib/mailbox.py b/contrib/tools/python3/Lib/mailbox.py
index c8b3444f646..c8b3444f646 100644
--- a/contrib/tools/python3/src/Lib/mailbox.py
+++ b/contrib/tools/python3/Lib/mailbox.py
diff --git a/contrib/tools/python3/src/Lib/mailcap.py b/contrib/tools/python3/Lib/mailcap.py
index 2f4656e854b..2f4656e854b 100644
--- a/contrib/tools/python3/src/Lib/mailcap.py
+++ b/contrib/tools/python3/Lib/mailcap.py
diff --git a/contrib/tools/python3/src/Lib/mimetypes.py b/contrib/tools/python3/Lib/mimetypes.py
index 37228de4828..37228de4828 100644
--- a/contrib/tools/python3/src/Lib/mimetypes.py
+++ b/contrib/tools/python3/Lib/mimetypes.py
diff --git a/contrib/tools/python3/src/Lib/modulefinder.py b/contrib/tools/python3/Lib/modulefinder.py
index a0a020f9eeb..a0a020f9eeb 100644
--- a/contrib/tools/python3/src/Lib/modulefinder.py
+++ b/contrib/tools/python3/Lib/modulefinder.py
diff --git a/contrib/tools/python3/src/Lib/msilib/__init__.py b/contrib/tools/python3/Lib/msilib/__init__.py
index 565bf631abd..565bf631abd 100644
--- a/contrib/tools/python3/src/Lib/msilib/__init__.py
+++ b/contrib/tools/python3/Lib/msilib/__init__.py
diff --git a/contrib/tools/python3/src/Lib/msilib/schema.py b/contrib/tools/python3/Lib/msilib/schema.py
index 9f5745cfb14..9f5745cfb14 100644
--- a/contrib/tools/python3/src/Lib/msilib/schema.py
+++ b/contrib/tools/python3/Lib/msilib/schema.py
diff --git a/contrib/tools/python3/src/Lib/msilib/sequence.py b/contrib/tools/python3/Lib/msilib/sequence.py
index 7012a21f857..7012a21f857 100644
--- a/contrib/tools/python3/src/Lib/msilib/sequence.py
+++ b/contrib/tools/python3/Lib/msilib/sequence.py
diff --git a/contrib/tools/python3/src/Lib/msilib/text.py b/contrib/tools/python3/Lib/msilib/text.py
index c4b9e8697d7..c4b9e8697d7 100644
--- a/contrib/tools/python3/src/Lib/msilib/text.py
+++ b/contrib/tools/python3/Lib/msilib/text.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/__init__.py b/contrib/tools/python3/Lib/multiprocessing/__init__.py
index 8336f381dec..8336f381dec 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/__init__.py
+++ b/contrib/tools/python3/Lib/multiprocessing/__init__.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/connection.py b/contrib/tools/python3/Lib/multiprocessing/connection.py
index dbbf106f680..dbbf106f680 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/connection.py
+++ b/contrib/tools/python3/Lib/multiprocessing/connection.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/context.py b/contrib/tools/python3/Lib/multiprocessing/context.py
index de8a264829d..de8a264829d 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/context.py
+++ b/contrib/tools/python3/Lib/multiprocessing/context.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/dummy/__init__.py b/contrib/tools/python3/Lib/multiprocessing/dummy/__init__.py
index 6a1468609e3..6a1468609e3 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/dummy/__init__.py
+++ b/contrib/tools/python3/Lib/multiprocessing/dummy/__init__.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/dummy/connection.py b/contrib/tools/python3/Lib/multiprocessing/dummy/connection.py
index f0ce320fcf5..f0ce320fcf5 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/dummy/connection.py
+++ b/contrib/tools/python3/Lib/multiprocessing/dummy/connection.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/forkserver.py b/contrib/tools/python3/Lib/multiprocessing/forkserver.py
index 4642707dae2..4642707dae2 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/forkserver.py
+++ b/contrib/tools/python3/Lib/multiprocessing/forkserver.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/heap.py b/contrib/tools/python3/Lib/multiprocessing/heap.py
index 6217dfe1268..6217dfe1268 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/heap.py
+++ b/contrib/tools/python3/Lib/multiprocessing/heap.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/managers.py b/contrib/tools/python3/Lib/multiprocessing/managers.py
index 75d9c18c201..75d9c18c201 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/managers.py
+++ b/contrib/tools/python3/Lib/multiprocessing/managers.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/pool.py b/contrib/tools/python3/Lib/multiprocessing/pool.py
index 4f5d88cb975..4f5d88cb975 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/pool.py
+++ b/contrib/tools/python3/Lib/multiprocessing/pool.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/popen_fork.py b/contrib/tools/python3/Lib/multiprocessing/popen_fork.py
index 625981cf476..625981cf476 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/popen_fork.py
+++ b/contrib/tools/python3/Lib/multiprocessing/popen_fork.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/popen_forkserver.py b/contrib/tools/python3/Lib/multiprocessing/popen_forkserver.py
index a56eb9bf110..a56eb9bf110 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/popen_forkserver.py
+++ b/contrib/tools/python3/Lib/multiprocessing/popen_forkserver.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_posix.py b/contrib/tools/python3/Lib/multiprocessing/popen_spawn_posix.py
index 24b8634523e..24b8634523e 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_posix.py
+++ b/contrib/tools/python3/Lib/multiprocessing/popen_spawn_posix.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_win32.py b/contrib/tools/python3/Lib/multiprocessing/popen_spawn_win32.py
index 26400861246..26400861246 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_win32.py
+++ b/contrib/tools/python3/Lib/multiprocessing/popen_spawn_win32.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/process.py b/contrib/tools/python3/Lib/multiprocessing/process.py
index 271ba3fd325..271ba3fd325 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/process.py
+++ b/contrib/tools/python3/Lib/multiprocessing/process.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/queues.py b/contrib/tools/python3/Lib/multiprocessing/queues.py
index 852ae87b276..852ae87b276 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/queues.py
+++ b/contrib/tools/python3/Lib/multiprocessing/queues.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/reduction.py b/contrib/tools/python3/Lib/multiprocessing/reduction.py
index 5593f0682f7..5593f0682f7 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/reduction.py
+++ b/contrib/tools/python3/Lib/multiprocessing/reduction.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/resource_sharer.py b/contrib/tools/python3/Lib/multiprocessing/resource_sharer.py
index b8afb0fbed3..b8afb0fbed3 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/resource_sharer.py
+++ b/contrib/tools/python3/Lib/multiprocessing/resource_sharer.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/resource_tracker.py b/contrib/tools/python3/Lib/multiprocessing/resource_tracker.py
index 79e96ecf324..79e96ecf324 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/resource_tracker.py
+++ b/contrib/tools/python3/Lib/multiprocessing/resource_tracker.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/shared_memory.py b/contrib/tools/python3/Lib/multiprocessing/shared_memory.py
index 9a1e5aa17b8..9a1e5aa17b8 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/shared_memory.py
+++ b/contrib/tools/python3/Lib/multiprocessing/shared_memory.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/sharedctypes.py b/contrib/tools/python3/Lib/multiprocessing/sharedctypes.py
index 6071707027b..6071707027b 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/sharedctypes.py
+++ b/contrib/tools/python3/Lib/multiprocessing/sharedctypes.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/spawn.py b/contrib/tools/python3/Lib/multiprocessing/spawn.py
index a0ab98cfd2c..a0ab98cfd2c 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/spawn.py
+++ b/contrib/tools/python3/Lib/multiprocessing/spawn.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/synchronize.py b/contrib/tools/python3/Lib/multiprocessing/synchronize.py
index 3ccbfe311c7..3ccbfe311c7 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/synchronize.py
+++ b/contrib/tools/python3/Lib/multiprocessing/synchronize.py
diff --git a/contrib/tools/python3/src/Lib/multiprocessing/util.py b/contrib/tools/python3/Lib/multiprocessing/util.py
index eb2cea07e19..eb2cea07e19 100644
--- a/contrib/tools/python3/src/Lib/multiprocessing/util.py
+++ b/contrib/tools/python3/Lib/multiprocessing/util.py
diff --git a/contrib/tools/python3/src/Lib/netrc.py b/contrib/tools/python3/Lib/netrc.py
index b285fd8e357..b285fd8e357 100644
--- a/contrib/tools/python3/src/Lib/netrc.py
+++ b/contrib/tools/python3/Lib/netrc.py
diff --git a/contrib/tools/python3/src/Lib/nntplib.py b/contrib/tools/python3/Lib/nntplib.py
index dddea059982..dddea059982 100644
--- a/contrib/tools/python3/src/Lib/nntplib.py
+++ b/contrib/tools/python3/Lib/nntplib.py
diff --git a/contrib/tools/python3/src/Lib/ntpath.py b/contrib/tools/python3/Lib/ntpath.py
index df3402d46c9..df3402d46c9 100644
--- a/contrib/tools/python3/src/Lib/ntpath.py
+++ b/contrib/tools/python3/Lib/ntpath.py
diff --git a/contrib/tools/python3/src/Lib/nturl2path.py b/contrib/tools/python3/Lib/nturl2path.py
index 61852aff589..61852aff589 100644
--- a/contrib/tools/python3/src/Lib/nturl2path.py
+++ b/contrib/tools/python3/Lib/nturl2path.py
diff --git a/contrib/tools/python3/src/Lib/numbers.py b/contrib/tools/python3/Lib/numbers.py
index a2913e32cfa..a2913e32cfa 100644
--- a/contrib/tools/python3/src/Lib/numbers.py
+++ b/contrib/tools/python3/Lib/numbers.py
diff --git a/contrib/tools/python3/src/Lib/opcode.py b/contrib/tools/python3/Lib/opcode.py
index 6bb2f1c140b..6bb2f1c140b 100644
--- a/contrib/tools/python3/src/Lib/opcode.py
+++ b/contrib/tools/python3/Lib/opcode.py
diff --git a/contrib/tools/python3/src/Lib/operator.py b/contrib/tools/python3/Lib/operator.py
index 30116c1189a..30116c1189a 100644
--- a/contrib/tools/python3/src/Lib/operator.py
+++ b/contrib/tools/python3/Lib/operator.py
diff --git a/contrib/tools/python3/src/Lib/optparse.py b/contrib/tools/python3/Lib/optparse.py
index 1c450c6fcbe..1c450c6fcbe 100644
--- a/contrib/tools/python3/src/Lib/optparse.py
+++ b/contrib/tools/python3/Lib/optparse.py
diff --git a/contrib/tools/python3/src/Lib/os.py b/contrib/tools/python3/Lib/os.py
index 598c9e50230..598c9e50230 100644
--- a/contrib/tools/python3/src/Lib/os.py
+++ b/contrib/tools/python3/Lib/os.py
diff --git a/contrib/tools/python3/src/Lib/pathlib.py b/contrib/tools/python3/Lib/pathlib.py
index bd5a096f9e3..bd5a096f9e3 100644
--- a/contrib/tools/python3/src/Lib/pathlib.py
+++ b/contrib/tools/python3/Lib/pathlib.py
diff --git a/contrib/tools/python3/src/Lib/pdb.py b/contrib/tools/python3/Lib/pdb.py
index a838a26b038..a838a26b038 100755
--- a/contrib/tools/python3/src/Lib/pdb.py
+++ b/contrib/tools/python3/Lib/pdb.py
diff --git a/contrib/tools/python3/src/Lib/pickle.py b/contrib/tools/python3/Lib/pickle.py
index 6e3c61fd0b2..6e3c61fd0b2 100644
--- a/contrib/tools/python3/src/Lib/pickle.py
+++ b/contrib/tools/python3/Lib/pickle.py
diff --git a/contrib/tools/python3/src/Lib/pickletools.py b/contrib/tools/python3/Lib/pickletools.py
index 95a77aeb2af..95a77aeb2af 100644
--- a/contrib/tools/python3/src/Lib/pickletools.py
+++ b/contrib/tools/python3/Lib/pickletools.py
diff --git a/contrib/tools/python3/src/Lib/pipes.py b/contrib/tools/python3/Lib/pipes.py
index 61d63b48d3e..61d63b48d3e 100644
--- a/contrib/tools/python3/src/Lib/pipes.py
+++ b/contrib/tools/python3/Lib/pipes.py
diff --git a/contrib/tools/python3/src/Lib/pkgutil.py b/contrib/tools/python3/Lib/pkgutil.py
index dccbec52aa7..dccbec52aa7 100644
--- a/contrib/tools/python3/src/Lib/pkgutil.py
+++ b/contrib/tools/python3/Lib/pkgutil.py
diff --git a/contrib/tools/python3/src/Lib/platform.py b/contrib/tools/python3/Lib/platform.py
index 7bb222088d5..7bb222088d5 100755
--- a/contrib/tools/python3/src/Lib/platform.py
+++ b/contrib/tools/python3/Lib/platform.py
diff --git a/contrib/tools/python3/src/Lib/plistlib.py b/contrib/tools/python3/Lib/plistlib.py
index 3292c30d5fb..3292c30d5fb 100644
--- a/contrib/tools/python3/src/Lib/plistlib.py
+++ b/contrib/tools/python3/Lib/plistlib.py
diff --git a/contrib/tools/python3/src/Lib/poplib.py b/contrib/tools/python3/Lib/poplib.py
index 9a5ef03c983..9a5ef03c983 100644
--- a/contrib/tools/python3/src/Lib/poplib.py
+++ b/contrib/tools/python3/Lib/poplib.py
diff --git a/contrib/tools/python3/src/Lib/posixpath.py b/contrib/tools/python3/Lib/posixpath.py
index e4f155e41a3..e4f155e41a3 100644
--- a/contrib/tools/python3/src/Lib/posixpath.py
+++ b/contrib/tools/python3/Lib/posixpath.py
diff --git a/contrib/tools/python3/src/Lib/pprint.py b/contrib/tools/python3/Lib/pprint.py
index 9314701db34..9314701db34 100644
--- a/contrib/tools/python3/src/Lib/pprint.py
+++ b/contrib/tools/python3/Lib/pprint.py
diff --git a/contrib/tools/python3/src/Lib/profile.py b/contrib/tools/python3/Lib/profile.py
index 4b82523b03d..4b82523b03d 100755
--- a/contrib/tools/python3/src/Lib/profile.py
+++ b/contrib/tools/python3/Lib/profile.py
diff --git a/contrib/tools/python3/src/Lib/pstats.py b/contrib/tools/python3/Lib/pstats.py
index 51bcca84188..51bcca84188 100644
--- a/contrib/tools/python3/src/Lib/pstats.py
+++ b/contrib/tools/python3/Lib/pstats.py
diff --git a/contrib/tools/python3/src/Lib/pty.py b/contrib/tools/python3/Lib/pty.py
index 1d97994abef..1d97994abef 100644
--- a/contrib/tools/python3/src/Lib/pty.py
+++ b/contrib/tools/python3/Lib/pty.py
diff --git a/contrib/tools/python3/src/Lib/py_compile.py b/contrib/tools/python3/Lib/py_compile.py
index 388614e51b1..388614e51b1 100644
--- a/contrib/tools/python3/src/Lib/py_compile.py
+++ b/contrib/tools/python3/Lib/py_compile.py
diff --git a/contrib/tools/python3/src/Lib/pyclbr.py b/contrib/tools/python3/Lib/pyclbr.py
index 37f86995d6c..37f86995d6c 100644
--- a/contrib/tools/python3/src/Lib/pyclbr.py
+++ b/contrib/tools/python3/Lib/pyclbr.py
diff --git a/contrib/tools/python3/src/Lib/pydoc.py b/contrib/tools/python3/Lib/pydoc.py
index 84bbf588dc9..84bbf588dc9 100755
--- a/contrib/tools/python3/src/Lib/pydoc.py
+++ b/contrib/tools/python3/Lib/pydoc.py
diff --git a/contrib/tools/python3/src/Lib/pydoc_data/__init__.py b/contrib/tools/python3/Lib/pydoc_data/__init__.py
index e69de29bb2d..e69de29bb2d 100644
--- a/contrib/tools/python3/src/Lib/pydoc_data/__init__.py
+++ b/contrib/tools/python3/Lib/pydoc_data/__init__.py
diff --git a/contrib/tools/python3/src/Lib/pydoc_data/topics.py b/contrib/tools/python3/Lib/pydoc_data/topics.py
index e97e543a876..e97e543a876 100644
--- a/contrib/tools/python3/src/Lib/pydoc_data/topics.py
+++ b/contrib/tools/python3/Lib/pydoc_data/topics.py
diff --git a/contrib/tools/python3/src/Lib/queue.py b/contrib/tools/python3/Lib/queue.py
index 55f50088460..55f50088460 100644
--- a/contrib/tools/python3/src/Lib/queue.py
+++ b/contrib/tools/python3/Lib/queue.py
diff --git a/contrib/tools/python3/src/Lib/quopri.py b/contrib/tools/python3/Lib/quopri.py
index f36cf7b3951..f36cf7b3951 100755
--- a/contrib/tools/python3/src/Lib/quopri.py
+++ b/contrib/tools/python3/Lib/quopri.py
diff --git a/contrib/tools/python3/src/Lib/random.py b/contrib/tools/python3/Lib/random.py
index 1cfc2ba2f02..1cfc2ba2f02 100644
--- a/contrib/tools/python3/src/Lib/random.py
+++ b/contrib/tools/python3/Lib/random.py
diff --git a/contrib/tools/python3/src/Lib/re/__init__.py b/contrib/tools/python3/Lib/re/__init__.py
index 4515650a721..4515650a721 100644
--- a/contrib/tools/python3/src/Lib/re/__init__.py
+++ b/contrib/tools/python3/Lib/re/__init__.py
diff --git a/contrib/tools/python3/src/Lib/re/_casefix.py b/contrib/tools/python3/Lib/re/_casefix.py
index 06507d08bee..06507d08bee 100644
--- a/contrib/tools/python3/src/Lib/re/_casefix.py
+++ b/contrib/tools/python3/Lib/re/_casefix.py
diff --git a/contrib/tools/python3/src/Lib/re/_compiler.py b/contrib/tools/python3/Lib/re/_compiler.py
index 285c21936f2..285c21936f2 100644
--- a/contrib/tools/python3/src/Lib/re/_compiler.py
+++ b/contrib/tools/python3/Lib/re/_compiler.py
diff --git a/contrib/tools/python3/src/Lib/re/_constants.py b/contrib/tools/python3/Lib/re/_constants.py
index d8718d36075..d8718d36075 100644
--- a/contrib/tools/python3/src/Lib/re/_constants.py
+++ b/contrib/tools/python3/Lib/re/_constants.py
diff --git a/contrib/tools/python3/src/Lib/re/_parser.py b/contrib/tools/python3/Lib/re/_parser.py
index 4a492b79e84..4a492b79e84 100644
--- a/contrib/tools/python3/src/Lib/re/_parser.py
+++ b/contrib/tools/python3/Lib/re/_parser.py
diff --git a/contrib/tools/python3/src/Lib/reprlib.py b/contrib/tools/python3/Lib/reprlib.py
index a7b37630a4e..a7b37630a4e 100644
--- a/contrib/tools/python3/src/Lib/reprlib.py
+++ b/contrib/tools/python3/Lib/reprlib.py
diff --git a/contrib/tools/python3/src/Lib/rlcompleter.py b/contrib/tools/python3/Lib/rlcompleter.py
index 206d6fb511c..206d6fb511c 100644
--- a/contrib/tools/python3/src/Lib/rlcompleter.py
+++ b/contrib/tools/python3/Lib/rlcompleter.py
diff --git a/contrib/tools/python3/src/Lib/runpy.py b/contrib/tools/python3/Lib/runpy.py
index 42f896c9cd5..42f896c9cd5 100644
--- a/contrib/tools/python3/src/Lib/runpy.py
+++ b/contrib/tools/python3/Lib/runpy.py
diff --git a/contrib/tools/python3/src/Lib/sched.py b/contrib/tools/python3/Lib/sched.py
index 14613cf2987..14613cf2987 100644
--- a/contrib/tools/python3/src/Lib/sched.py
+++ b/contrib/tools/python3/Lib/sched.py
diff --git a/contrib/tools/python3/src/Lib/secrets.py b/contrib/tools/python3/Lib/secrets.py
index 566a09b7311..566a09b7311 100644
--- a/contrib/tools/python3/src/Lib/secrets.py
+++ b/contrib/tools/python3/Lib/secrets.py
diff --git a/contrib/tools/python3/src/Lib/selectors.py b/contrib/tools/python3/Lib/selectors.py
index c3b065b5226..c3b065b5226 100644
--- a/contrib/tools/python3/src/Lib/selectors.py
+++ b/contrib/tools/python3/Lib/selectors.py
diff --git a/contrib/tools/python3/src/Lib/shelve.py b/contrib/tools/python3/Lib/shelve.py
index e053c397345..e053c397345 100644
--- a/contrib/tools/python3/src/Lib/shelve.py
+++ b/contrib/tools/python3/Lib/shelve.py
diff --git a/contrib/tools/python3/src/Lib/shlex.py b/contrib/tools/python3/Lib/shlex.py
index f4821616b62..f4821616b62 100644
--- a/contrib/tools/python3/src/Lib/shlex.py
+++ b/contrib/tools/python3/Lib/shlex.py
diff --git a/contrib/tools/python3/src/Lib/shutil.py b/contrib/tools/python3/Lib/shutil.py
index 96463007d12..96463007d12 100644
--- a/contrib/tools/python3/src/Lib/shutil.py
+++ b/contrib/tools/python3/Lib/shutil.py
diff --git a/contrib/tools/python3/src/Lib/signal.py b/contrib/tools/python3/Lib/signal.py
index c8cd3d4f597..c8cd3d4f597 100644
--- a/contrib/tools/python3/src/Lib/signal.py
+++ b/contrib/tools/python3/Lib/signal.py
diff --git a/contrib/tools/python3/src/Lib/site.py b/contrib/tools/python3/Lib/site.py
index ff959de5a6b..ff959de5a6b 100644
--- a/contrib/tools/python3/src/Lib/site.py
+++ b/contrib/tools/python3/Lib/site.py
diff --git a/contrib/tools/python3/src/Lib/smtplib.py b/contrib/tools/python3/Lib/smtplib.py
index 18c91746fd7..18c91746fd7 100755
--- a/contrib/tools/python3/src/Lib/smtplib.py
+++ b/contrib/tools/python3/Lib/smtplib.py
diff --git a/contrib/tools/python3/src/Lib/sndhdr.py b/contrib/tools/python3/Lib/sndhdr.py
index 45def9ad16d..45def9ad16d 100644
--- a/contrib/tools/python3/src/Lib/sndhdr.py
+++ b/contrib/tools/python3/Lib/sndhdr.py
diff --git a/contrib/tools/python3/src/Lib/socket.py b/contrib/tools/python3/Lib/socket.py
index 42ee1307732..42ee1307732 100644
--- a/contrib/tools/python3/src/Lib/socket.py
+++ b/contrib/tools/python3/Lib/socket.py
diff --git a/contrib/tools/python3/src/Lib/socketserver.py b/contrib/tools/python3/Lib/socketserver.py
index cd028ef1c63..cd028ef1c63 100644
--- a/contrib/tools/python3/src/Lib/socketserver.py
+++ b/contrib/tools/python3/Lib/socketserver.py
diff --git a/contrib/tools/python3/src/Lib/sqlite3/__init__.py b/contrib/tools/python3/Lib/sqlite3/__init__.py
index 927267cf0b9..927267cf0b9 100644
--- a/contrib/tools/python3/src/Lib/sqlite3/__init__.py
+++ b/contrib/tools/python3/Lib/sqlite3/__init__.py
diff --git a/contrib/tools/python3/src/Lib/sqlite3/__main__.py b/contrib/tools/python3/Lib/sqlite3/__main__.py
index 3b59763375c..3b59763375c 100644
--- a/contrib/tools/python3/src/Lib/sqlite3/__main__.py
+++ b/contrib/tools/python3/Lib/sqlite3/__main__.py
diff --git a/contrib/tools/python3/src/Lib/sqlite3/dbapi2.py b/contrib/tools/python3/Lib/sqlite3/dbapi2.py
index 56fc0461e6c..56fc0461e6c 100644
--- a/contrib/tools/python3/src/Lib/sqlite3/dbapi2.py
+++ b/contrib/tools/python3/Lib/sqlite3/dbapi2.py
diff --git a/contrib/tools/python3/src/Lib/sqlite3/dump.py b/contrib/tools/python3/Lib/sqlite3/dump.py
index 1cf8759f897..1cf8759f897 100644
--- a/contrib/tools/python3/src/Lib/sqlite3/dump.py
+++ b/contrib/tools/python3/Lib/sqlite3/dump.py
diff --git a/contrib/tools/python3/src/Lib/sre_compile.py b/contrib/tools/python3/Lib/sre_compile.py
index f9da61e6487..f9da61e6487 100644
--- a/contrib/tools/python3/src/Lib/sre_compile.py
+++ b/contrib/tools/python3/Lib/sre_compile.py
diff --git a/contrib/tools/python3/src/Lib/sre_constants.py b/contrib/tools/python3/Lib/sre_constants.py
index fa09d044292..fa09d044292 100644
--- a/contrib/tools/python3/src/Lib/sre_constants.py
+++ b/contrib/tools/python3/Lib/sre_constants.py
diff --git a/contrib/tools/python3/src/Lib/sre_parse.py b/contrib/tools/python3/Lib/sre_parse.py
index 25a3f557d44..25a3f557d44 100644
--- a/contrib/tools/python3/src/Lib/sre_parse.py
+++ b/contrib/tools/python3/Lib/sre_parse.py
diff --git a/contrib/tools/python3/src/Lib/ssl.py b/contrib/tools/python3/Lib/ssl.py
index 9c1fea6d368..9c1fea6d368 100644
--- a/contrib/tools/python3/src/Lib/ssl.py
+++ b/contrib/tools/python3/Lib/ssl.py
diff --git a/contrib/tools/python3/src/Lib/stat.py b/contrib/tools/python3/Lib/stat.py
index fc024db3f4f..fc024db3f4f 100644
--- a/contrib/tools/python3/src/Lib/stat.py
+++ b/contrib/tools/python3/Lib/stat.py
diff --git a/contrib/tools/python3/src/Lib/statistics.py b/contrib/tools/python3/Lib/statistics.py
index 6bd214bbfe2..6bd214bbfe2 100644
--- a/contrib/tools/python3/src/Lib/statistics.py
+++ b/contrib/tools/python3/Lib/statistics.py
diff --git a/contrib/tools/python3/src/Lib/string.py b/contrib/tools/python3/Lib/string.py
index 2eab6d4f595..2eab6d4f595 100644
--- a/contrib/tools/python3/src/Lib/string.py
+++ b/contrib/tools/python3/Lib/string.py
diff --git a/contrib/tools/python3/src/Lib/stringprep.py b/contrib/tools/python3/Lib/stringprep.py
index 44ecdb266ce..44ecdb266ce 100644
--- a/contrib/tools/python3/src/Lib/stringprep.py
+++ b/contrib/tools/python3/Lib/stringprep.py
diff --git a/contrib/tools/python3/src/Lib/struct.py b/contrib/tools/python3/Lib/struct.py
index d6bba588636..d6bba588636 100644
--- a/contrib/tools/python3/src/Lib/struct.py
+++ b/contrib/tools/python3/Lib/struct.py
diff --git a/contrib/tools/python3/src/Lib/subprocess.py b/contrib/tools/python3/Lib/subprocess.py
index 3264d9afc7e..3264d9afc7e 100644
--- a/contrib/tools/python3/src/Lib/subprocess.py
+++ b/contrib/tools/python3/Lib/subprocess.py
diff --git a/contrib/tools/python3/src/Lib/sunau.py b/contrib/tools/python3/Lib/sunau.py
index c6caab959ab..c6caab959ab 100644
--- a/contrib/tools/python3/src/Lib/sunau.py
+++ b/contrib/tools/python3/Lib/sunau.py
diff --git a/contrib/tools/python3/src/Lib/symtable.py b/contrib/tools/python3/Lib/symtable.py
index 4b0bc6f497a..4b0bc6f497a 100644
--- a/contrib/tools/python3/src/Lib/symtable.py
+++ b/contrib/tools/python3/Lib/symtable.py
diff --git a/contrib/tools/python3/src/Lib/sysconfig.py b/contrib/tools/python3/Lib/sysconfig.py
index 4fd5fbaab59..4fd5fbaab59 100644
--- a/contrib/tools/python3/src/Lib/sysconfig.py
+++ b/contrib/tools/python3/Lib/sysconfig.py
diff --git a/contrib/tools/python3/src/Lib/tabnanny.py b/contrib/tools/python3/Lib/tabnanny.py
index e2ac6837f15..e2ac6837f15 100755
--- a/contrib/tools/python3/src/Lib/tabnanny.py
+++ b/contrib/tools/python3/Lib/tabnanny.py
diff --git a/contrib/tools/python3/src/Lib/tarfile.py b/contrib/tools/python3/Lib/tarfile.py
index 3bbbcaa6211..3bbbcaa6211 100755
--- a/contrib/tools/python3/src/Lib/tarfile.py
+++ b/contrib/tools/python3/Lib/tarfile.py
diff --git a/contrib/tools/python3/src/Lib/telnetlib.py b/contrib/tools/python3/Lib/telnetlib.py
index 62d63612985..62d63612985 100644
--- a/contrib/tools/python3/src/Lib/telnetlib.py
+++ b/contrib/tools/python3/Lib/telnetlib.py
diff --git a/contrib/tools/python3/src/Lib/tempfile.py b/contrib/tools/python3/Lib/tempfile.py
index cbfc172a789..cbfc172a789 100644
--- a/contrib/tools/python3/src/Lib/tempfile.py
+++ b/contrib/tools/python3/Lib/tempfile.py
diff --git a/contrib/tools/python3/src/Lib/textwrap.py b/contrib/tools/python3/Lib/textwrap.py
index 98bedd27ea3..98bedd27ea3 100644
--- a/contrib/tools/python3/src/Lib/textwrap.py
+++ b/contrib/tools/python3/Lib/textwrap.py
diff --git a/contrib/tools/python3/src/Lib/this.py b/contrib/tools/python3/Lib/this.py
index e68dd3ff39b..e68dd3ff39b 100644
--- a/contrib/tools/python3/src/Lib/this.py
+++ b/contrib/tools/python3/Lib/this.py
diff --git a/contrib/tools/python3/src/Lib/threading.py b/contrib/tools/python3/Lib/threading.py
index 3936074d725..3936074d725 100644
--- a/contrib/tools/python3/src/Lib/threading.py
+++ b/contrib/tools/python3/Lib/threading.py
diff --git a/contrib/tools/python3/src/Lib/timeit.py b/contrib/tools/python3/Lib/timeit.py
index 02cfafaf36e..02cfafaf36e 100755
--- a/contrib/tools/python3/src/Lib/timeit.py
+++ b/contrib/tools/python3/Lib/timeit.py
diff --git a/contrib/tools/python3/src/Lib/token.py b/contrib/tools/python3/Lib/token.py
index 487f6edd3c9..487f6edd3c9 100644
--- a/contrib/tools/python3/src/Lib/token.py
+++ b/contrib/tools/python3/Lib/token.py
diff --git a/contrib/tools/python3/src/Lib/tokenize.py b/contrib/tools/python3/Lib/tokenize.py
index 49e8144eddd..49e8144eddd 100644
--- a/contrib/tools/python3/src/Lib/tokenize.py
+++ b/contrib/tools/python3/Lib/tokenize.py
diff --git a/contrib/tools/python3/src/Lib/tomllib/__init__.py b/contrib/tools/python3/Lib/tomllib/__init__.py
index ef91cb9d25d..ef91cb9d25d 100644
--- a/contrib/tools/python3/src/Lib/tomllib/__init__.py
+++ b/contrib/tools/python3/Lib/tomllib/__init__.py
diff --git a/contrib/tools/python3/src/Lib/tomllib/_parser.py b/contrib/tools/python3/Lib/tomllib/_parser.py
index 45ca7a89630..45ca7a89630 100644
--- a/contrib/tools/python3/src/Lib/tomllib/_parser.py
+++ b/contrib/tools/python3/Lib/tomllib/_parser.py
diff --git a/contrib/tools/python3/src/Lib/tomllib/_re.py b/contrib/tools/python3/Lib/tomllib/_re.py
index 994bb7493fd..994bb7493fd 100644
--- a/contrib/tools/python3/src/Lib/tomllib/_re.py
+++ b/contrib/tools/python3/Lib/tomllib/_re.py
diff --git a/contrib/tools/python3/src/Lib/tomllib/_types.py b/contrib/tools/python3/Lib/tomllib/_types.py
index d949412e03b..d949412e03b 100644
--- a/contrib/tools/python3/src/Lib/tomllib/_types.py
+++ b/contrib/tools/python3/Lib/tomllib/_types.py
diff --git a/contrib/tools/python3/src/Lib/trace.py b/contrib/tools/python3/Lib/trace.py
index 761916b1809..761916b1809 100755
--- a/contrib/tools/python3/src/Lib/trace.py
+++ b/contrib/tools/python3/Lib/trace.py
diff --git a/contrib/tools/python3/src/Lib/traceback.py b/contrib/tools/python3/Lib/traceback.py
index 8247d8ff8cd..8247d8ff8cd 100644
--- a/contrib/tools/python3/src/Lib/traceback.py
+++ b/contrib/tools/python3/Lib/traceback.py
diff --git a/contrib/tools/python3/src/Lib/tracemalloc.py b/contrib/tools/python3/Lib/tracemalloc.py
index cec99c59700..cec99c59700 100644
--- a/contrib/tools/python3/src/Lib/tracemalloc.py
+++ b/contrib/tools/python3/Lib/tracemalloc.py
diff --git a/contrib/tools/python3/src/Lib/tty.py b/contrib/tools/python3/Lib/tty.py
index 5a49e040042..5a49e040042 100644
--- a/contrib/tools/python3/src/Lib/tty.py
+++ b/contrib/tools/python3/Lib/tty.py
diff --git a/contrib/tools/python3/src/Lib/turtle.py b/contrib/tools/python3/Lib/turtle.py
index 811c5dfa492..811c5dfa492 100644
--- a/contrib/tools/python3/src/Lib/turtle.py
+++ b/contrib/tools/python3/Lib/turtle.py
diff --git a/contrib/tools/python3/src/Lib/types.py b/contrib/tools/python3/Lib/types.py
index b4aa19cec40..b4aa19cec40 100644
--- a/contrib/tools/python3/src/Lib/types.py
+++ b/contrib/tools/python3/Lib/types.py
diff --git a/contrib/tools/python3/src/Lib/typing.py b/contrib/tools/python3/Lib/typing.py
index ffe7ce8d8a8..ffe7ce8d8a8 100644
--- a/contrib/tools/python3/src/Lib/typing.py
+++ b/contrib/tools/python3/Lib/typing.py
diff --git a/contrib/tools/python3/src/Lib/unittest/__init__.py b/contrib/tools/python3/Lib/unittest/__init__.py
index 5bcbf834840..5bcbf834840 100644
--- a/contrib/tools/python3/src/Lib/unittest/__init__.py
+++ b/contrib/tools/python3/Lib/unittest/__init__.py
diff --git a/contrib/tools/python3/src/Lib/unittest/__main__.py b/contrib/tools/python3/Lib/unittest/__main__.py
index e5876f569b5..e5876f569b5 100644
--- a/contrib/tools/python3/src/Lib/unittest/__main__.py
+++ b/contrib/tools/python3/Lib/unittest/__main__.py
diff --git a/contrib/tools/python3/src/Lib/unittest/_log.py b/contrib/tools/python3/Lib/unittest/_log.py
index 94868e5bb95..94868e5bb95 100644
--- a/contrib/tools/python3/src/Lib/unittest/_log.py
+++ b/contrib/tools/python3/Lib/unittest/_log.py
diff --git a/contrib/tools/python3/src/Lib/unittest/async_case.py b/contrib/tools/python3/Lib/unittest/async_case.py
index bd2a4711560..bd2a4711560 100644
--- a/contrib/tools/python3/src/Lib/unittest/async_case.py
+++ b/contrib/tools/python3/Lib/unittest/async_case.py
diff --git a/contrib/tools/python3/src/Lib/unittest/case.py b/contrib/tools/python3/Lib/unittest/case.py
index 001b640dc43..001b640dc43 100644
--- a/contrib/tools/python3/src/Lib/unittest/case.py
+++ b/contrib/tools/python3/Lib/unittest/case.py
diff --git a/contrib/tools/python3/src/Lib/unittest/loader.py b/contrib/tools/python3/Lib/unittest/loader.py
index f7c1d61f41b..f7c1d61f41b 100644
--- a/contrib/tools/python3/src/Lib/unittest/loader.py
+++ b/contrib/tools/python3/Lib/unittest/loader.py
diff --git a/contrib/tools/python3/src/Lib/unittest/main.py b/contrib/tools/python3/Lib/unittest/main.py
index dd4dbf7535f..dd4dbf7535f 100644
--- a/contrib/tools/python3/src/Lib/unittest/main.py
+++ b/contrib/tools/python3/Lib/unittest/main.py
diff --git a/contrib/tools/python3/src/Lib/unittest/mock.py b/contrib/tools/python3/Lib/unittest/mock.py
index a2187580af2..a2187580af2 100644
--- a/contrib/tools/python3/src/Lib/unittest/mock.py
+++ b/contrib/tools/python3/Lib/unittest/mock.py
diff --git a/contrib/tools/python3/src/Lib/unittest/result.py b/contrib/tools/python3/Lib/unittest/result.py
index 3ace0a5b7bf..3ace0a5b7bf 100644
--- a/contrib/tools/python3/src/Lib/unittest/result.py
+++ b/contrib/tools/python3/Lib/unittest/result.py
diff --git a/contrib/tools/python3/src/Lib/unittest/runner.py b/contrib/tools/python3/Lib/unittest/runner.py
index 2bcadf0c998..2bcadf0c998 100644
--- a/contrib/tools/python3/src/Lib/unittest/runner.py
+++ b/contrib/tools/python3/Lib/unittest/runner.py
diff --git a/contrib/tools/python3/src/Lib/unittest/signals.py b/contrib/tools/python3/Lib/unittest/signals.py
index e6a5fc52439..e6a5fc52439 100644
--- a/contrib/tools/python3/src/Lib/unittest/signals.py
+++ b/contrib/tools/python3/Lib/unittest/signals.py
diff --git a/contrib/tools/python3/src/Lib/unittest/suite.py b/contrib/tools/python3/Lib/unittest/suite.py
index 6f45b6fe5f6..6f45b6fe5f6 100644
--- a/contrib/tools/python3/src/Lib/unittest/suite.py
+++ b/contrib/tools/python3/Lib/unittest/suite.py
diff --git a/contrib/tools/python3/src/Lib/unittest/util.py b/contrib/tools/python3/Lib/unittest/util.py
index 050eaed0b3f..050eaed0b3f 100644
--- a/contrib/tools/python3/src/Lib/unittest/util.py
+++ b/contrib/tools/python3/Lib/unittest/util.py
diff --git a/contrib/tools/python3/src/Lib/urllib/__init__.py b/contrib/tools/python3/Lib/urllib/__init__.py
index e69de29bb2d..e69de29bb2d 100644
--- a/contrib/tools/python3/src/Lib/urllib/__init__.py
+++ b/contrib/tools/python3/Lib/urllib/__init__.py
diff --git a/contrib/tools/python3/src/Lib/urllib/error.py b/contrib/tools/python3/Lib/urllib/error.py
index a9cd1ecadd6..a9cd1ecadd6 100644
--- a/contrib/tools/python3/src/Lib/urllib/error.py
+++ b/contrib/tools/python3/Lib/urllib/error.py
diff --git a/contrib/tools/python3/src/Lib/urllib/parse.py b/contrib/tools/python3/Lib/urllib/parse.py
index c129b0d7971..c129b0d7971 100644
--- a/contrib/tools/python3/src/Lib/urllib/parse.py
+++ b/contrib/tools/python3/Lib/urllib/parse.py
diff --git a/contrib/tools/python3/src/Lib/urllib/request.py b/contrib/tools/python3/Lib/urllib/request.py
index 5314b3f2602..5314b3f2602 100644
--- a/contrib/tools/python3/src/Lib/urllib/request.py
+++ b/contrib/tools/python3/Lib/urllib/request.py
diff --git a/contrib/tools/python3/src/Lib/urllib/response.py b/contrib/tools/python3/Lib/urllib/response.py
index 5a2c3cc78c3..5a2c3cc78c3 100644
--- a/contrib/tools/python3/src/Lib/urllib/response.py
+++ b/contrib/tools/python3/Lib/urllib/response.py
diff --git a/contrib/tools/python3/src/Lib/urllib/robotparser.py b/contrib/tools/python3/Lib/urllib/robotparser.py
index c58565e3945..c58565e3945 100644
--- a/contrib/tools/python3/src/Lib/urllib/robotparser.py
+++ b/contrib/tools/python3/Lib/urllib/robotparser.py
diff --git a/contrib/tools/python3/src/Lib/uu.py b/contrib/tools/python3/Lib/uu.py
index 26bb59ae073..26bb59ae073 100644
--- a/contrib/tools/python3/src/Lib/uu.py
+++ b/contrib/tools/python3/Lib/uu.py
diff --git a/contrib/tools/python3/src/Lib/uuid.py b/contrib/tools/python3/Lib/uuid.py
index 470bc0d6859..470bc0d6859 100644
--- a/contrib/tools/python3/src/Lib/uuid.py
+++ b/contrib/tools/python3/Lib/uuid.py
diff --git a/contrib/tools/python3/src/Lib/venv/__init__.py b/contrib/tools/python3/Lib/venv/__init__.py
index 2173c9b13e5..2173c9b13e5 100644
--- a/contrib/tools/python3/src/Lib/venv/__init__.py
+++ b/contrib/tools/python3/Lib/venv/__init__.py
diff --git a/contrib/tools/python3/src/Lib/venv/__main__.py b/contrib/tools/python3/Lib/venv/__main__.py
index 912423e4a78..912423e4a78 100644
--- a/contrib/tools/python3/src/Lib/venv/__main__.py
+++ b/contrib/tools/python3/Lib/venv/__main__.py
diff --git a/contrib/tools/python3/src/Lib/warnings.py b/contrib/tools/python3/Lib/warnings.py
index 391a501f728..391a501f728 100644
--- a/contrib/tools/python3/src/Lib/warnings.py
+++ b/contrib/tools/python3/Lib/warnings.py
diff --git a/contrib/tools/python3/src/Lib/wave.py b/contrib/tools/python3/Lib/wave.py
index 4b0c683f6b5..4b0c683f6b5 100644
--- a/contrib/tools/python3/src/Lib/wave.py
+++ b/contrib/tools/python3/Lib/wave.py
diff --git a/contrib/tools/python3/src/Lib/weakref.py b/contrib/tools/python3/Lib/weakref.py
index 25b70927e29..25b70927e29 100644
--- a/contrib/tools/python3/src/Lib/weakref.py
+++ b/contrib/tools/python3/Lib/weakref.py
diff --git a/contrib/tools/python3/src/Lib/webbrowser.py b/contrib/tools/python3/Lib/webbrowser.py
index ba6711e4ef5..ba6711e4ef5 100755
--- a/contrib/tools/python3/src/Lib/webbrowser.py
+++ b/contrib/tools/python3/Lib/webbrowser.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/__init__.py b/contrib/tools/python3/Lib/wsgiref/__init__.py
index 59ee48fddec..59ee48fddec 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/__init__.py
+++ b/contrib/tools/python3/Lib/wsgiref/__init__.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/handlers.py b/contrib/tools/python3/Lib/wsgiref/handlers.py
index cafe872c7aa..cafe872c7aa 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/handlers.py
+++ b/contrib/tools/python3/Lib/wsgiref/handlers.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/headers.py b/contrib/tools/python3/Lib/wsgiref/headers.py
index fab851c5a44..fab851c5a44 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/headers.py
+++ b/contrib/tools/python3/Lib/wsgiref/headers.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/simple_server.py b/contrib/tools/python3/Lib/wsgiref/simple_server.py
index 93d01a863ad..93d01a863ad 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/simple_server.py
+++ b/contrib/tools/python3/Lib/wsgiref/simple_server.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/types.py b/contrib/tools/python3/Lib/wsgiref/types.py
index ef0aead5b28..ef0aead5b28 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/types.py
+++ b/contrib/tools/python3/Lib/wsgiref/types.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/util.py b/contrib/tools/python3/Lib/wsgiref/util.py
index cbbe094cba1..cbbe094cba1 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/util.py
+++ b/contrib/tools/python3/Lib/wsgiref/util.py
diff --git a/contrib/tools/python3/src/Lib/wsgiref/validate.py b/contrib/tools/python3/Lib/wsgiref/validate.py
index 1a1853cd63a..1a1853cd63a 100644
--- a/contrib/tools/python3/src/Lib/wsgiref/validate.py
+++ b/contrib/tools/python3/Lib/wsgiref/validate.py
diff --git a/contrib/tools/python3/src/Lib/xdrlib.py b/contrib/tools/python3/Lib/xdrlib.py
index f8c2c18228d..f8c2c18228d 100644
--- a/contrib/tools/python3/src/Lib/xdrlib.py
+++ b/contrib/tools/python3/Lib/xdrlib.py
diff --git a/contrib/tools/python3/src/Lib/xml/__init__.py b/contrib/tools/python3/Lib/xml/__init__.py
index bf6d8ddfd04..bf6d8ddfd04 100644
--- a/contrib/tools/python3/src/Lib/xml/__init__.py
+++ b/contrib/tools/python3/Lib/xml/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/NodeFilter.py b/contrib/tools/python3/Lib/xml/dom/NodeFilter.py
index 640e0bfd246..640e0bfd246 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/NodeFilter.py
+++ b/contrib/tools/python3/Lib/xml/dom/NodeFilter.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/__init__.py b/contrib/tools/python3/Lib/xml/dom/__init__.py
index 97cf9a64299..97cf9a64299 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/__init__.py
+++ b/contrib/tools/python3/Lib/xml/dom/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/domreg.py b/contrib/tools/python3/Lib/xml/dom/domreg.py
index 69c17eebb26..69c17eebb26 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/domreg.py
+++ b/contrib/tools/python3/Lib/xml/dom/domreg.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/expatbuilder.py b/contrib/tools/python3/Lib/xml/dom/expatbuilder.py
index 7dd667bf3fb..7dd667bf3fb 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/expatbuilder.py
+++ b/contrib/tools/python3/Lib/xml/dom/expatbuilder.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/minicompat.py b/contrib/tools/python3/Lib/xml/dom/minicompat.py
index 5d6fae9a257..5d6fae9a257 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/minicompat.py
+++ b/contrib/tools/python3/Lib/xml/dom/minicompat.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/minidom.py b/contrib/tools/python3/Lib/xml/dom/minidom.py
index ef8a159833b..ef8a159833b 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/minidom.py
+++ b/contrib/tools/python3/Lib/xml/dom/minidom.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/pulldom.py b/contrib/tools/python3/Lib/xml/dom/pulldom.py
index 913141cd7ef..913141cd7ef 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/pulldom.py
+++ b/contrib/tools/python3/Lib/xml/dom/pulldom.py
diff --git a/contrib/tools/python3/src/Lib/xml/dom/xmlbuilder.py b/contrib/tools/python3/Lib/xml/dom/xmlbuilder.py
index 8a200263497..8a200263497 100644
--- a/contrib/tools/python3/src/Lib/xml/dom/xmlbuilder.py
+++ b/contrib/tools/python3/Lib/xml/dom/xmlbuilder.py
diff --git a/contrib/tools/python3/src/Lib/xml/etree/ElementInclude.py b/contrib/tools/python3/Lib/xml/etree/ElementInclude.py
index 40a9b222924..40a9b222924 100644
--- a/contrib/tools/python3/src/Lib/xml/etree/ElementInclude.py
+++ b/contrib/tools/python3/Lib/xml/etree/ElementInclude.py
diff --git a/contrib/tools/python3/src/Lib/xml/etree/ElementPath.py b/contrib/tools/python3/Lib/xml/etree/ElementPath.py
index dc6bd28c031..dc6bd28c031 100644
--- a/contrib/tools/python3/src/Lib/xml/etree/ElementPath.py
+++ b/contrib/tools/python3/Lib/xml/etree/ElementPath.py
diff --git a/contrib/tools/python3/src/Lib/xml/etree/ElementTree.py b/contrib/tools/python3/Lib/xml/etree/ElementTree.py
index bb7362d1634..bb7362d1634 100644
--- a/contrib/tools/python3/src/Lib/xml/etree/ElementTree.py
+++ b/contrib/tools/python3/Lib/xml/etree/ElementTree.py
diff --git a/contrib/tools/python3/src/Lib/xml/etree/__init__.py b/contrib/tools/python3/Lib/xml/etree/__init__.py
index e2ec53421d3..e2ec53421d3 100644
--- a/contrib/tools/python3/src/Lib/xml/etree/__init__.py
+++ b/contrib/tools/python3/Lib/xml/etree/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xml/etree/cElementTree.py b/contrib/tools/python3/Lib/xml/etree/cElementTree.py
index 368e6791895..368e6791895 100644
--- a/contrib/tools/python3/src/Lib/xml/etree/cElementTree.py
+++ b/contrib/tools/python3/Lib/xml/etree/cElementTree.py
diff --git a/contrib/tools/python3/src/Lib/xml/parsers/__init__.py b/contrib/tools/python3/Lib/xml/parsers/__init__.py
index eb314a3b405..eb314a3b405 100644
--- a/contrib/tools/python3/src/Lib/xml/parsers/__init__.py
+++ b/contrib/tools/python3/Lib/xml/parsers/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xml/parsers/expat.py b/contrib/tools/python3/Lib/xml/parsers/expat.py
index bcbe9fb1f8f..bcbe9fb1f8f 100644
--- a/contrib/tools/python3/src/Lib/xml/parsers/expat.py
+++ b/contrib/tools/python3/Lib/xml/parsers/expat.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/__init__.py b/contrib/tools/python3/Lib/xml/sax/__init__.py
index b657310207c..b657310207c 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/__init__.py
+++ b/contrib/tools/python3/Lib/xml/sax/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/_exceptions.py b/contrib/tools/python3/Lib/xml/sax/_exceptions.py
index f292dc3a8e5..f292dc3a8e5 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/_exceptions.py
+++ b/contrib/tools/python3/Lib/xml/sax/_exceptions.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/expatreader.py b/contrib/tools/python3/Lib/xml/sax/expatreader.py
index b9ad52692db..b9ad52692db 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/expatreader.py
+++ b/contrib/tools/python3/Lib/xml/sax/expatreader.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/handler.py b/contrib/tools/python3/Lib/xml/sax/handler.py
index e8d417e5194..e8d417e5194 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/handler.py
+++ b/contrib/tools/python3/Lib/xml/sax/handler.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/saxutils.py b/contrib/tools/python3/Lib/xml/sax/saxutils.py
index c1612ea1ceb..c1612ea1ceb 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/saxutils.py
+++ b/contrib/tools/python3/Lib/xml/sax/saxutils.py
diff --git a/contrib/tools/python3/src/Lib/xml/sax/xmlreader.py b/contrib/tools/python3/Lib/xml/sax/xmlreader.py
index e906121d23b..e906121d23b 100644
--- a/contrib/tools/python3/src/Lib/xml/sax/xmlreader.py
+++ b/contrib/tools/python3/Lib/xml/sax/xmlreader.py
diff --git a/contrib/tools/python3/src/Lib/xmlrpc/__init__.py b/contrib/tools/python3/Lib/xmlrpc/__init__.py
index 196d3788575..196d3788575 100644
--- a/contrib/tools/python3/src/Lib/xmlrpc/__init__.py
+++ b/contrib/tools/python3/Lib/xmlrpc/__init__.py
diff --git a/contrib/tools/python3/src/Lib/xmlrpc/client.py b/contrib/tools/python3/Lib/xmlrpc/client.py
index ea8da766cb5..ea8da766cb5 100644
--- a/contrib/tools/python3/src/Lib/xmlrpc/client.py
+++ b/contrib/tools/python3/Lib/xmlrpc/client.py
diff --git a/contrib/tools/python3/src/Lib/xmlrpc/server.py b/contrib/tools/python3/Lib/xmlrpc/server.py
index 4dddb1d10e0..4dddb1d10e0 100644
--- a/contrib/tools/python3/src/Lib/xmlrpc/server.py
+++ b/contrib/tools/python3/Lib/xmlrpc/server.py
diff --git a/contrib/tools/python3/src/Lib/ya.make b/contrib/tools/python3/Lib/ya.make
index 2bd807f0001..407fd45aaff 100644
--- a/contrib/tools/python3/src/Lib/ya.make
+++ b/contrib/tools/python3/Lib/ya.make
@@ -12,7 +12,7 @@ LICENSE(Python-2.0)
PEERDIR(
certs
- contrib/tools/python3/lib/py
+ contrib/tools/python3/lib2/py
)
NO_LINT()
diff --git a/contrib/tools/python3/src/Lib/zipapp.py b/contrib/tools/python3/Lib/zipapp.py
index d8ebfcb6c73..d8ebfcb6c73 100644
--- a/contrib/tools/python3/src/Lib/zipapp.py
+++ b/contrib/tools/python3/Lib/zipapp.py
diff --git a/contrib/tools/python3/src/Lib/zipfile/__init__.py b/contrib/tools/python3/Lib/zipfile/__init__.py
index 8918484207a..8918484207a 100644
--- a/contrib/tools/python3/src/Lib/zipfile/__init__.py
+++ b/contrib/tools/python3/Lib/zipfile/__init__.py
diff --git a/contrib/tools/python3/src/Lib/zipfile/__main__.py b/contrib/tools/python3/Lib/zipfile/__main__.py
index 868d99efc3c..868d99efc3c 100644
--- a/contrib/tools/python3/src/Lib/zipfile/__main__.py
+++ b/contrib/tools/python3/Lib/zipfile/__main__.py
diff --git a/contrib/tools/python3/src/Lib/zipfile/_path/__init__.py b/contrib/tools/python3/Lib/zipfile/_path/__init__.py
index 78c413563bb..78c413563bb 100644
--- a/contrib/tools/python3/src/Lib/zipfile/_path/__init__.py
+++ b/contrib/tools/python3/Lib/zipfile/_path/__init__.py
diff --git a/contrib/tools/python3/src/Lib/zipfile/_path/glob.py b/contrib/tools/python3/Lib/zipfile/_path/glob.py
index 4a2e665e270..4a2e665e270 100644
--- a/contrib/tools/python3/src/Lib/zipfile/_path/glob.py
+++ b/contrib/tools/python3/Lib/zipfile/_path/glob.py
diff --git a/contrib/tools/python3/src/Lib/zipimport.py b/contrib/tools/python3/Lib/zipimport.py
index a7333a4c490..a7333a4c490 100644
--- a/contrib/tools/python3/src/Lib/zipimport.py
+++ b/contrib/tools/python3/Lib/zipimport.py
diff --git a/contrib/tools/python3/src/Lib/zoneinfo/__init__.py b/contrib/tools/python3/Lib/zoneinfo/__init__.py
index f5510ee0497..f5510ee0497 100644
--- a/contrib/tools/python3/src/Lib/zoneinfo/__init__.py
+++ b/contrib/tools/python3/Lib/zoneinfo/__init__.py
diff --git a/contrib/tools/python3/src/Lib/zoneinfo/_common.py b/contrib/tools/python3/Lib/zoneinfo/_common.py
index 98cdfe37ca6..98cdfe37ca6 100644
--- a/contrib/tools/python3/src/Lib/zoneinfo/_common.py
+++ b/contrib/tools/python3/Lib/zoneinfo/_common.py
diff --git a/contrib/tools/python3/src/Lib/zoneinfo/_tzpath.py b/contrib/tools/python3/Lib/zoneinfo/_tzpath.py
index 5db17bea045..5db17bea045 100644
--- a/contrib/tools/python3/src/Lib/zoneinfo/_tzpath.py
+++ b/contrib/tools/python3/Lib/zoneinfo/_tzpath.py
diff --git a/contrib/tools/python3/src/Lib/zoneinfo/_zoneinfo.py b/contrib/tools/python3/Lib/zoneinfo/_zoneinfo.py
index b77dc0ed391..b77dc0ed391 100644
--- a/contrib/tools/python3/src/Lib/zoneinfo/_zoneinfo.py
+++ b/contrib/tools/python3/Lib/zoneinfo/_zoneinfo.py
diff --git a/contrib/tools/python3/Modules/README b/contrib/tools/python3/Modules/README
new file mode 100644
index 00000000000..9b79f538892
--- /dev/null
+++ b/contrib/tools/python3/Modules/README
@@ -0,0 +1,2 @@
+Source files for standard library extension modules,
+and former extension modules that are now builtin modules.
diff --git a/contrib/tools/python3/src/Modules/_abc.c b/contrib/tools/python3/Modules/_abc.c
index d3e405dadb6..d3e405dadb6 100644
--- a/contrib/tools/python3/src/Modules/_abc.c
+++ b/contrib/tools/python3/Modules/_abc.c
diff --git a/contrib/tools/python3/src/Modules/_asynciomodule.c b/contrib/tools/python3/Modules/_asynciomodule.c
index a465090bfaa..a465090bfaa 100644
--- a/contrib/tools/python3/src/Modules/_asynciomodule.c
+++ b/contrib/tools/python3/Modules/_asynciomodule.c
diff --git a/contrib/tools/python3/src/Modules/_bisectmodule.c b/contrib/tools/python3/Modules/_bisectmodule.c
index 0773bbd1919..0773bbd1919 100644
--- a/contrib/tools/python3/src/Modules/_bisectmodule.c
+++ b/contrib/tools/python3/Modules/_bisectmodule.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/blake2b_impl.c b/contrib/tools/python3/Modules/_blake2/blake2b_impl.c
index c2cac98c752..c2cac98c752 100644
--- a/contrib/tools/python3/src/Modules/_blake2/blake2b_impl.c
+++ b/contrib/tools/python3/Modules/_blake2/blake2b_impl.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/blake2module.c b/contrib/tools/python3/Modules/_blake2/blake2module.c
index 5df9fd3df49..5df9fd3df49 100644
--- a/contrib/tools/python3/src/Modules/_blake2/blake2module.c
+++ b/contrib/tools/python3/Modules/_blake2/blake2module.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/blake2module.h b/contrib/tools/python3/Modules/_blake2/blake2module.h
index 3a19478eaf6..3a19478eaf6 100644
--- a/contrib/tools/python3/src/Modules/_blake2/blake2module.h
+++ b/contrib/tools/python3/Modules/_blake2/blake2module.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/blake2s_impl.c b/contrib/tools/python3/Modules/_blake2/blake2s_impl.c
index 1c47328ece1..1c47328ece1 100644
--- a/contrib/tools/python3/src/Modules/_blake2/blake2s_impl.c
+++ b/contrib/tools/python3/Modules/_blake2/blake2s_impl.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/clinic/blake2b_impl.c.h b/contrib/tools/python3/Modules/_blake2/clinic/blake2b_impl.c.h
index 99b0f098cc2..99b0f098cc2 100644
--- a/contrib/tools/python3/src/Modules/_blake2/clinic/blake2b_impl.c.h
+++ b/contrib/tools/python3/Modules/_blake2/clinic/blake2b_impl.c.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/clinic/blake2s_impl.c.h b/contrib/tools/python3/Modules/_blake2/clinic/blake2s_impl.c.h
index 9b821fbcd62..9b821fbcd62 100644
--- a/contrib/tools/python3/src/Modules/_blake2/clinic/blake2s_impl.c.h
+++ b/contrib/tools/python3/Modules/_blake2/clinic/blake2s_impl.c.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2-config.h b/contrib/tools/python3/Modules/_blake2/impl/blake2-config.h
index c09cb4bcf06..c09cb4bcf06 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2-config.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2-config.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2-impl.h b/contrib/tools/python3/Modules/_blake2/impl/blake2-impl.h
index 9d2fbb72fc1..9d2fbb72fc1 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2-impl.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2-impl.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2.h b/contrib/tools/python3/Modules/_blake2/impl/blake2.h
index a08d82efefe..a08d82efefe 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse2.h b/contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse2.h
index 1ba153c87d7..1ba153c87d7 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse2.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse2.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse41.h b/contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse41.h
index f6c1bc8393f..f6c1bc8393f 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-load-sse41.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2b-load-sse41.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-ref.c b/contrib/tools/python3/Modules/_blake2/impl/blake2b-ref.c
index e58c43659d9..e58c43659d9 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-ref.c
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2b-ref.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-round.h b/contrib/tools/python3/Modules/_blake2/impl/blake2b-round.h
index 5b452c4d63b..5b452c4d63b 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-round.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2b-round.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b.c b/contrib/tools/python3/Modules/_blake2/impl/blake2b.c
index cef22838917..cef22838917 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b.c
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2b.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse2.h b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse2.h
index b24483cf931..b24483cf931 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse2.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse2.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse41.h b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse41.h
index 3ac12eb6f5d..3ac12eb6f5d 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-sse41.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-sse41.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-xop.h b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-xop.h
index 14d9e7f7640..14d9e7f7640 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-load-xop.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s-load-xop.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-ref.c b/contrib/tools/python3/Modules/_blake2/impl/blake2s-ref.c
index ab86cc1b34e..ab86cc1b34e 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-ref.c
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s-ref.c
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-round.h b/contrib/tools/python3/Modules/_blake2/impl/blake2s-round.h
index 3af4be35bee..3af4be35bee 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-round.h
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s-round.h
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s.c b/contrib/tools/python3/Modules/_blake2/impl/blake2s.c
index e7f63fd274f..e7f63fd274f 100644
--- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s.c
+++ b/contrib/tools/python3/Modules/_blake2/impl/blake2s.c
diff --git a/contrib/tools/python3/src/Modules/_bz2module.c b/contrib/tools/python3/Modules/_bz2module.c
index 97bd44b4ac9..97bd44b4ac9 100644
--- a/contrib/tools/python3/src/Modules/_bz2module.c
+++ b/contrib/tools/python3/Modules/_bz2module.c
diff --git a/contrib/tools/python3/src/Modules/_codecsmodule.c b/contrib/tools/python3/Modules/_codecsmodule.c
index 777c753bd7c..777c753bd7c 100644
--- a/contrib/tools/python3/src/Modules/_codecsmodule.c
+++ b/contrib/tools/python3/Modules/_codecsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_collectionsmodule.c b/contrib/tools/python3/Modules/_collectionsmodule.c
index 9a81531bdff..9a81531bdff 100644
--- a/contrib/tools/python3/src/Modules/_collectionsmodule.c
+++ b/contrib/tools/python3/Modules/_collectionsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_contextvarsmodule.c b/contrib/tools/python3/Modules/_contextvarsmodule.c
index f621c1de6d4..f621c1de6d4 100644
--- a/contrib/tools/python3/src/Modules/_contextvarsmodule.c
+++ b/contrib/tools/python3/Modules/_contextvarsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_cryptmodule.c b/contrib/tools/python3/Modules/_cryptmodule.c
index 75035084c9c..75035084c9c 100644
--- a/contrib/tools/python3/src/Modules/_cryptmodule.c
+++ b/contrib/tools/python3/Modules/_cryptmodule.c
diff --git a/contrib/tools/python3/src/Modules/_csv.c b/contrib/tools/python3/Modules/_csv.c
index 91cb63628a1..91cb63628a1 100644
--- a/contrib/tools/python3/src/Modules/_csv.c
+++ b/contrib/tools/python3/Modules/_csv.c
diff --git a/contrib/tools/python3/src/Modules/_ctypes/_ctypes.c b/contrib/tools/python3/Modules/_ctypes/_ctypes.c
index 05de939b7a0..05de939b7a0 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/_ctypes.c
+++ b/contrib/tools/python3/Modules/_ctypes/_ctypes.c
diff --git a/contrib/tools/python3/src/Modules/_ctypes/callbacks.c b/contrib/tools/python3/Modules/_ctypes/callbacks.c
index 58f6249f8df..58f6249f8df 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/callbacks.c
+++ b/contrib/tools/python3/Modules/_ctypes/callbacks.c
diff --git a/contrib/tools/python3/src/Modules/_ctypes/callproc.c b/contrib/tools/python3/Modules/_ctypes/callproc.c
index b46ccc2d86a..b46ccc2d86a 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/callproc.c
+++ b/contrib/tools/python3/Modules/_ctypes/callproc.c
diff --git a/contrib/tools/python3/src/Modules/_ctypes/cfield.c b/contrib/tools/python3/Modules/_ctypes/cfield.c
index ebca11e5968..ebca11e5968 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/cfield.c
+++ b/contrib/tools/python3/Modules/_ctypes/cfield.c
diff --git a/contrib/tools/python3/src/Modules/_ctypes/ctypes.h b/contrib/tools/python3/Modules/_ctypes/ctypes.h
index 8891a0a741d..8891a0a741d 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/ctypes.h
+++ b/contrib/tools/python3/Modules/_ctypes/ctypes.h
diff --git a/contrib/tools/python3/src/Modules/_ctypes/stgdict.c b/contrib/tools/python3/Modules/_ctypes/stgdict.c
index 57f4b0040c7..57f4b0040c7 100644
--- a/contrib/tools/python3/src/Modules/_ctypes/stgdict.c
+++ b/contrib/tools/python3/Modules/_ctypes/stgdict.c
diff --git a/contrib/tools/python3/src/Modules/_datetimemodule.c b/contrib/tools/python3/Modules/_datetimemodule.c
index c8dbc750b0e..c8dbc750b0e 100644
--- a/contrib/tools/python3/src/Modules/_datetimemodule.c
+++ b/contrib/tools/python3/Modules/_datetimemodule.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/_decimal.c b/contrib/tools/python3/Modules/_decimal/_decimal.c
index 70b13982bb0..70b13982bb0 100644
--- a/contrib/tools/python3/src/Modules/_decimal/_decimal.c
+++ b/contrib/tools/python3/Modules/_decimal/_decimal.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/docstrings.h b/contrib/tools/python3/Modules/_decimal/docstrings.h
index a1823cdd32b..a1823cdd32b 100644
--- a/contrib/tools/python3/src/Modules/_decimal/docstrings.h
+++ b/contrib/tools/python3/Modules/_decimal/docstrings.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.c b/contrib/tools/python3/Modules/_decimal/libmpdec/basearith.c
index 85c608fadf5..85c608fadf5 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/basearith.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.h b/contrib/tools/python3/Modules/_decimal/libmpdec/basearith.h
index d35925aaddb..d35925aaddb 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/basearith.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/basearith.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/bits.h b/contrib/tools/python3/Modules/_decimal/libmpdec/bits.h
index aa9c3e77980..aa9c3e77980 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/bits.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/bits.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.c b/contrib/tools/python3/Modules/_decimal/libmpdec/constants.c
index ed074fa81c6..ed074fa81c6 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/constants.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.h b/contrib/tools/python3/Modules/_decimal/libmpdec/constants.h
index 7c1db839c20..7c1db839c20 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/constants.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/constants.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/context.c b/contrib/tools/python3/Modules/_decimal/libmpdec/context.c
index 172794b67d8..172794b67d8 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/context.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/context.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.c b/contrib/tools/python3/Modules/_decimal/libmpdec/convolute.c
index 4bc8e8b5fd3..4bc8e8b5fd3 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/convolute.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.h b/contrib/tools/python3/Modules/_decimal/libmpdec/convolute.h
index 62edb3e4573..62edb3e4573 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/convolute.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/convolute.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.c b/contrib/tools/python3/Modules/_decimal/libmpdec/crt.c
index babcce41bf6..babcce41bf6 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/crt.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.h b/contrib/tools/python3/Modules/_decimal/libmpdec/crt.h
index ed66753c251..ed66753c251 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/crt.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/crt.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.c b/contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.c
index 049ecff65b6..049ecff65b6 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.h b/contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.h
index cdcbcf9a710..cdcbcf9a710 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/difradix2.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/difradix2.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.c b/contrib/tools/python3/Modules/_decimal/libmpdec/fnt.c
index 0dbe98fc71c..0dbe98fc71c 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/fnt.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.h b/contrib/tools/python3/Modules/_decimal/libmpdec/fnt.h
index 5222c476a3a..5222c476a3a 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fnt.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/fnt.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.c b/contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.c
index fb173ed5a52..fb173ed5a52 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.h b/contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.h
index 5ffb6fcc8ec..5ffb6fcc8ec 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/fourstep.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/fourstep.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/io.c b/contrib/tools/python3/Modules/_decimal/libmpdec/io.c
index ecebe82e1f5..ecebe82e1f5 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/io.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/io.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.c b/contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.c
index 5871d5c0f53..5871d5c0f53 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.h b/contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.h
index 22650044218..22650044218 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpalloc.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpalloc.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpd_io.h b/contrib/tools/python3/Modules/_decimal/libmpdec/mpd_io.h
index 79d7c05ce36..79d7c05ce36 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpd_io.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpd_io.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.c b/contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.c
index 959934bda7a..959934bda7a 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.h
index 8a5aa26b7b6..8a5aa26b7b6 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpsignal.c b/contrib/tools/python3/Modules/_decimal/libmpdec/mpsignal.c
index fc2af48f4f3..fc2af48f4f3 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpsignal.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/mpsignal.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.c b/contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.c
index 210e0deb371..210e0deb371 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.h b/contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.h
index 47b7753b831..47b7753b831 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/numbertheory.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/numbertheory.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.c b/contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.c
index a4d1dbed781..a4d1dbed781 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.h b/contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.h
index 89b4a33afc7..89b4a33afc7 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/sixstep.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/sixstep.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.c b/contrib/tools/python3/Modules/_decimal/libmpdec/transpose.c
index 56321b5f39a..56321b5f39a 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.c
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/transpose.c
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.h b/contrib/tools/python3/Modules/_decimal/libmpdec/transpose.h
index e91c18d7435..e91c18d7435 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/transpose.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/transpose.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/typearith.h b/contrib/tools/python3/Modules/_decimal/libmpdec/typearith.h
index dd3776453d0..dd3776453d0 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/typearith.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/typearith.h
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/umodarith.h b/contrib/tools/python3/Modules/_decimal/libmpdec/umodarith.h
index d7dbbbe6a73..d7dbbbe6a73 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/umodarith.h
+++ b/contrib/tools/python3/Modules/_decimal/libmpdec/umodarith.h
diff --git a/contrib/tools/python3/src/Modules/_elementtree.c b/contrib/tools/python3/Modules/_elementtree.c
index 620de8bb4c6..620de8bb4c6 100644
--- a/contrib/tools/python3/src/Modules/_elementtree.c
+++ b/contrib/tools/python3/Modules/_elementtree.c
diff --git a/contrib/tools/python3/src/Modules/_functoolsmodule.c b/contrib/tools/python3/Modules/_functoolsmodule.c
index a8001d71223..a8001d71223 100644
--- a/contrib/tools/python3/src/Modules/_functoolsmodule.c
+++ b/contrib/tools/python3/Modules/_functoolsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.c b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.c
index 222ac824f01..222ac824f01 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.c
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.c
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.h b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.h
index 13c19fd40f4..13c19fd40f4 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_MD5.h
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_MD5.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.c b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.c
index 5ecb3c0b3a5..5ecb3c0b3a5 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.c
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.c
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.h b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.h
index dc50aa6f6d3..dc50aa6f6d3 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA1.h
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA1.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.c b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.c
index 08e3f7edbf4..08e3f7edbf4 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.c
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.c
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.h b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.h
index a0e731094df..a0e731094df 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA2.h
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA2.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.c b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.c
index b3febdfeb2b..b3febdfeb2b 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.c
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.c
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.h b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.h
index 681b6af4a80..681b6af4a80 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Hash_SHA3.h
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Hash_SHA3.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/Hacl_Streaming_Types.h b/contrib/tools/python3/Modules/_hacl/Hacl_Streaming_Types.h
index 15ef16ba607..15ef16ba607 100644
--- a/contrib/tools/python3/src/Modules/_hacl/Hacl_Streaming_Types.h
+++ b/contrib/tools/python3/Modules/_hacl/Hacl_Streaming_Types.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt128_Verified.h b/contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt128_Verified.h
index 3d36d440735..3d36d440735 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt128_Verified.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt128_Verified.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h b/contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
index a56c7d61349..a56c7d61349 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h b/contrib/tools/python3/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h
index e2b6d62859a..e2b6d62859a 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/internal/target.h b/contrib/tools/python3/Modules/_hacl/include/krml/internal/target.h
index 5a2f94eb2ec..5a2f94eb2ec 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/internal/target.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/internal/target.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/lowstar_endianness.h b/contrib/tools/python3/Modules/_hacl/include/krml/lowstar_endianness.h
index 1aa2ccd644c..1aa2ccd644c 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/lowstar_endianness.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/lowstar_endianness.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/include/krml/types.h b/contrib/tools/python3/Modules/_hacl/include/krml/types.h
index 509f555536e..509f555536e 100644
--- a/contrib/tools/python3/src/Modules/_hacl/include/krml/types.h
+++ b/contrib/tools/python3/Modules/_hacl/include/krml/types.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_MD5.h b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_MD5.h
index 87ad4cf228d..87ad4cf228d 100644
--- a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_MD5.h
+++ b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_MD5.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA1.h b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA1.h
index d2d9df44c6c..d2d9df44c6c 100644
--- a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA1.h
+++ b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA1.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA2.h b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA2.h
index 851f7dc60c9..851f7dc60c9 100644
--- a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA2.h
+++ b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA2.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA3.h b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA3.h
index 1c9808b8dd4..1c9808b8dd4 100644
--- a/contrib/tools/python3/src/Modules/_hacl/internal/Hacl_Hash_SHA3.h
+++ b/contrib/tools/python3/Modules/_hacl/internal/Hacl_Hash_SHA3.h
diff --git a/contrib/tools/python3/src/Modules/_hacl/python_hacl_namespaces.h b/contrib/tools/python3/Modules/_hacl/python_hacl_namespaces.h
index 0df236282ac..0df236282ac 100644
--- a/contrib/tools/python3/src/Modules/_hacl/python_hacl_namespaces.h
+++ b/contrib/tools/python3/Modules/_hacl/python_hacl_namespaces.h
diff --git a/contrib/tools/python3/src/Modules/_hashopenssl.c b/contrib/tools/python3/Modules/_hashopenssl.c
index af6d1b23d3a..af6d1b23d3a 100644
--- a/contrib/tools/python3/src/Modules/_hashopenssl.c
+++ b/contrib/tools/python3/Modules/_hashopenssl.c
diff --git a/contrib/tools/python3/src/Modules/_heapqmodule.c b/contrib/tools/python3/Modules/_heapqmodule.c
index 00285ae01f8..00285ae01f8 100644
--- a/contrib/tools/python3/src/Modules/_heapqmodule.c
+++ b/contrib/tools/python3/Modules/_heapqmodule.c
diff --git a/contrib/tools/python3/src/Modules/_io/_iomodule.c b/contrib/tools/python3/Modules/_io/_iomodule.c
index 7b06c1bee5a..7b06c1bee5a 100644
--- a/contrib/tools/python3/src/Modules/_io/_iomodule.c
+++ b/contrib/tools/python3/Modules/_io/_iomodule.c
diff --git a/contrib/tools/python3/src/Modules/_io/_iomodule.h b/contrib/tools/python3/Modules/_io/_iomodule.h
index afd638a120b..afd638a120b 100644
--- a/contrib/tools/python3/src/Modules/_io/_iomodule.h
+++ b/contrib/tools/python3/Modules/_io/_iomodule.h
diff --git a/contrib/tools/python3/src/Modules/_io/bufferedio.c b/contrib/tools/python3/Modules/_io/bufferedio.c
index f30d54a5e11..f30d54a5e11 100644
--- a/contrib/tools/python3/src/Modules/_io/bufferedio.c
+++ b/contrib/tools/python3/Modules/_io/bufferedio.c
diff --git a/contrib/tools/python3/src/Modules/_io/bytesio.c b/contrib/tools/python3/Modules/_io/bytesio.c
index 9459affa4a8..9459affa4a8 100644
--- a/contrib/tools/python3/src/Modules/_io/bytesio.c
+++ b/contrib/tools/python3/Modules/_io/bytesio.c
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/_iomodule.c.h b/contrib/tools/python3/Modules/_io/clinic/_iomodule.c.h
index 4d76e333b0f..4d76e333b0f 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/_iomodule.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/_iomodule.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/bufferedio.c.h b/contrib/tools/python3/Modules/_io/clinic/bufferedio.c.h
index 3becf4a5e3b..3becf4a5e3b 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/bufferedio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/bufferedio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/bytesio.c.h b/contrib/tools/python3/Modules/_io/clinic/bytesio.c.h
index c816ef5d6bb..c816ef5d6bb 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/bytesio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/bytesio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/fileio.c.h b/contrib/tools/python3/Modules/_io/clinic/fileio.c.h
index 0d94e6cec69..0d94e6cec69 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/fileio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/fileio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/iobase.c.h b/contrib/tools/python3/Modules/_io/clinic/iobase.c.h
index 328ea95e3f8..328ea95e3f8 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/iobase.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/iobase.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/stringio.c.h b/contrib/tools/python3/Modules/_io/clinic/stringio.c.h
index d495dd10c16..d495dd10c16 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/stringio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/stringio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/textio.c.h b/contrib/tools/python3/Modules/_io/clinic/textio.c.h
index 1f67434f881..1f67434f881 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/textio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/textio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/clinic/winconsoleio.c.h b/contrib/tools/python3/Modules/_io/clinic/winconsoleio.c.h
index 064ed3814d9..064ed3814d9 100644
--- a/contrib/tools/python3/src/Modules/_io/clinic/winconsoleio.c.h
+++ b/contrib/tools/python3/Modules/_io/clinic/winconsoleio.c.h
diff --git a/contrib/tools/python3/src/Modules/_io/fileio.c b/contrib/tools/python3/Modules/_io/fileio.c
index bab68077a21..bab68077a21 100644
--- a/contrib/tools/python3/src/Modules/_io/fileio.c
+++ b/contrib/tools/python3/Modules/_io/fileio.c
diff --git a/contrib/tools/python3/src/Modules/_io/iobase.c b/contrib/tools/python3/Modules/_io/iobase.c
index bc2c9afa016..bc2c9afa016 100644
--- a/contrib/tools/python3/src/Modules/_io/iobase.c
+++ b/contrib/tools/python3/Modules/_io/iobase.c
diff --git a/contrib/tools/python3/src/Modules/_io/stringio.c b/contrib/tools/python3/Modules/_io/stringio.c
index 3eb25704b4a..3eb25704b4a 100644
--- a/contrib/tools/python3/src/Modules/_io/stringio.c
+++ b/contrib/tools/python3/Modules/_io/stringio.c
diff --git a/contrib/tools/python3/src/Modules/_io/textio.c b/contrib/tools/python3/Modules/_io/textio.c
index 14dd19d95c2..14dd19d95c2 100644
--- a/contrib/tools/python3/src/Modules/_io/textio.c
+++ b/contrib/tools/python3/Modules/_io/textio.c
diff --git a/contrib/tools/python3/src/Modules/_io/winconsoleio.c b/contrib/tools/python3/Modules/_io/winconsoleio.c
index c2c365e0807..c2c365e0807 100644
--- a/contrib/tools/python3/src/Modules/_io/winconsoleio.c
+++ b/contrib/tools/python3/Modules/_io/winconsoleio.c
diff --git a/contrib/tools/python3/src/Modules/_json.c b/contrib/tools/python3/Modules/_json.c
index c90de05b046..c90de05b046 100644
--- a/contrib/tools/python3/src/Modules/_json.c
+++ b/contrib/tools/python3/Modules/_json.c
diff --git a/contrib/tools/python3/src/Modules/_localemodule.c b/contrib/tools/python3/Modules/_localemodule.c
index cbd036fdf2a..cbd036fdf2a 100644
--- a/contrib/tools/python3/src/Modules/_localemodule.c
+++ b/contrib/tools/python3/Modules/_localemodule.c
diff --git a/contrib/tools/python3/src/Modules/_lsprof.c b/contrib/tools/python3/Modules/_lsprof.c
index 257de4387c0..257de4387c0 100644
--- a/contrib/tools/python3/src/Modules/_lsprof.c
+++ b/contrib/tools/python3/Modules/_lsprof.c
diff --git a/contrib/tools/python3/src/Modules/_lzmamodule.c b/contrib/tools/python3/Modules/_lzmamodule.c
index 7bbd6569aa2..7bbd6569aa2 100644
--- a/contrib/tools/python3/src/Modules/_lzmamodule.c
+++ b/contrib/tools/python3/Modules/_lzmamodule.c
diff --git a/contrib/tools/python3/src/Modules/_math.h b/contrib/tools/python3/Modules/_math.h
index 2285b64747c..2285b64747c 100644
--- a/contrib/tools/python3/src/Modules/_math.h
+++ b/contrib/tools/python3/Modules/_math.h
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/multiprocessing.c.h b/contrib/tools/python3/Modules/_multiprocessing/clinic/multiprocessing.c.h
index 885cd5c2fff..885cd5c2fff 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/multiprocessing.c.h
+++ b/contrib/tools/python3/Modules/_multiprocessing/clinic/multiprocessing.c.h
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/posixshmem.c.h b/contrib/tools/python3/Modules/_multiprocessing/clinic/posixshmem.c.h
index df2aa29cfe6..df2aa29cfe6 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/posixshmem.c.h
+++ b/contrib/tools/python3/Modules/_multiprocessing/clinic/posixshmem.c.h
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/semaphore.c.h b/contrib/tools/python3/Modules/_multiprocessing/clinic/semaphore.c.h
index 35347169bc1..35347169bc1 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/clinic/semaphore.c.h
+++ b/contrib/tools/python3/Modules/_multiprocessing/clinic/semaphore.c.h
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.c b/contrib/tools/python3/Modules/_multiprocessing/multiprocessing.c
index 8f9daa5c3de..8f9daa5c3de 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.c
+++ b/contrib/tools/python3/Modules/_multiprocessing/multiprocessing.c
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.h b/contrib/tools/python3/Modules/_multiprocessing/multiprocessing.h
index dfc2a8e0799..dfc2a8e0799 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/multiprocessing.h
+++ b/contrib/tools/python3/Modules/_multiprocessing/multiprocessing.h
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/posixshmem.c b/contrib/tools/python3/Modules/_multiprocessing/posixshmem.c
index 88c93fe3137..88c93fe3137 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/posixshmem.c
+++ b/contrib/tools/python3/Modules/_multiprocessing/posixshmem.c
diff --git a/contrib/tools/python3/src/Modules/_multiprocessing/semaphore.c b/contrib/tools/python3/Modules/_multiprocessing/semaphore.c
index c7df82dfe2d..c7df82dfe2d 100644
--- a/contrib/tools/python3/src/Modules/_multiprocessing/semaphore.c
+++ b/contrib/tools/python3/Modules/_multiprocessing/semaphore.c
diff --git a/contrib/tools/python3/src/Modules/_opcode.c b/contrib/tools/python3/Modules/_opcode.c
index b70d426fa29..b70d426fa29 100644
--- a/contrib/tools/python3/src/Modules/_opcode.c
+++ b/contrib/tools/python3/Modules/_opcode.c
diff --git a/contrib/tools/python3/src/Modules/_operator.c b/contrib/tools/python3/Modules/_operator.c
index 68ccc90562d..68ccc90562d 100644
--- a/contrib/tools/python3/src/Modules/_operator.c
+++ b/contrib/tools/python3/Modules/_operator.c
diff --git a/contrib/tools/python3/src/Modules/_pickle.c b/contrib/tools/python3/Modules/_pickle.c
index 43d968f5248..43d968f5248 100644
--- a/contrib/tools/python3/src/Modules/_pickle.c
+++ b/contrib/tools/python3/Modules/_pickle.c
diff --git a/contrib/tools/python3/src/Modules/_posixsubprocess.c b/contrib/tools/python3/Modules/_posixsubprocess.c
index d75bb92757c..d75bb92757c 100644
--- a/contrib/tools/python3/src/Modules/_posixsubprocess.c
+++ b/contrib/tools/python3/Modules/_posixsubprocess.c
diff --git a/contrib/tools/python3/src/Modules/_queuemodule.c b/contrib/tools/python3/Modules/_queuemodule.c
index db5be842b8a..db5be842b8a 100644
--- a/contrib/tools/python3/src/Modules/_queuemodule.c
+++ b/contrib/tools/python3/Modules/_queuemodule.c
diff --git a/contrib/tools/python3/src/Modules/_randommodule.c b/contrib/tools/python3/Modules/_randommodule.c
index fda5ef267fb..fda5ef267fb 100644
--- a/contrib/tools/python3/src/Modules/_randommodule.c
+++ b/contrib/tools/python3/Modules/_randommodule.c
diff --git a/contrib/tools/python3/src/Modules/_scproxy.c b/contrib/tools/python3/Modules/_scproxy.c
index 0df0324df55..0df0324df55 100644
--- a/contrib/tools/python3/src/Modules/_scproxy.c
+++ b/contrib/tools/python3/Modules/_scproxy.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/blob.c b/contrib/tools/python3/Modules/_sqlite/blob.c
index 76d261baf00..76d261baf00 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/blob.c
+++ b/contrib/tools/python3/Modules/_sqlite/blob.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/blob.h b/contrib/tools/python3/Modules/_sqlite/blob.h
index 418ca03bdb5..418ca03bdb5 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/blob.h
+++ b/contrib/tools/python3/Modules/_sqlite/blob.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/clinic/blob.c.h b/contrib/tools/python3/Modules/_sqlite/clinic/blob.c.h
index f3d8a35be46..f3d8a35be46 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/clinic/blob.c.h
+++ b/contrib/tools/python3/Modules/_sqlite/clinic/blob.c.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/clinic/connection.c.h b/contrib/tools/python3/Modules/_sqlite/clinic/connection.c.h
index 417abcc4626..417abcc4626 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/clinic/connection.c.h
+++ b/contrib/tools/python3/Modules/_sqlite/clinic/connection.c.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/clinic/cursor.c.h b/contrib/tools/python3/Modules/_sqlite/clinic/cursor.c.h
index 43e912d1347..43e912d1347 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/clinic/cursor.c.h
+++ b/contrib/tools/python3/Modules/_sqlite/clinic/cursor.c.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/clinic/module.c.h b/contrib/tools/python3/Modules/_sqlite/clinic/module.c.h
index 12f60835880..12f60835880 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/clinic/module.c.h
+++ b/contrib/tools/python3/Modules/_sqlite/clinic/module.c.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/clinic/row.c.h b/contrib/tools/python3/Modules/_sqlite/clinic/row.c.h
index 89a48fd52da..89a48fd52da 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/clinic/row.c.h
+++ b/contrib/tools/python3/Modules/_sqlite/clinic/row.c.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/connection.c b/contrib/tools/python3/Modules/_sqlite/connection.c
index 12e5c135aaf..12e5c135aaf 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/connection.c
+++ b/contrib/tools/python3/Modules/_sqlite/connection.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/connection.h b/contrib/tools/python3/Modules/_sqlite/connection.h
index 1df92065a58..1df92065a58 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/connection.h
+++ b/contrib/tools/python3/Modules/_sqlite/connection.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/cursor.c b/contrib/tools/python3/Modules/_sqlite/cursor.c
index caeedbddb8d..caeedbddb8d 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/cursor.c
+++ b/contrib/tools/python3/Modules/_sqlite/cursor.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/cursor.h b/contrib/tools/python3/Modules/_sqlite/cursor.h
index 0bcdddc3e29..0bcdddc3e29 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/cursor.h
+++ b/contrib/tools/python3/Modules/_sqlite/cursor.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/microprotocols.c b/contrib/tools/python3/Modules/_sqlite/microprotocols.c
index 148220d0f91..148220d0f91 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/microprotocols.c
+++ b/contrib/tools/python3/Modules/_sqlite/microprotocols.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/microprotocols.h b/contrib/tools/python3/Modules/_sqlite/microprotocols.h
index 6bde9d01f45..6bde9d01f45 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/microprotocols.h
+++ b/contrib/tools/python3/Modules/_sqlite/microprotocols.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/module.c b/contrib/tools/python3/Modules/_sqlite/module.c
index 27bd42f4595..27bd42f4595 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/module.c
+++ b/contrib/tools/python3/Modules/_sqlite/module.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/module.h b/contrib/tools/python3/Modules/_sqlite/module.h
index daa22091d38..daa22091d38 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/module.h
+++ b/contrib/tools/python3/Modules/_sqlite/module.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.c b/contrib/tools/python3/Modules/_sqlite/prepare_protocol.c
index 44533225665..44533225665 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.c
+++ b/contrib/tools/python3/Modules/_sqlite/prepare_protocol.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.h b/contrib/tools/python3/Modules/_sqlite/prepare_protocol.h
index afc55a8c1c4..afc55a8c1c4 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/prepare_protocol.h
+++ b/contrib/tools/python3/Modules/_sqlite/prepare_protocol.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/row.c b/contrib/tools/python3/Modules/_sqlite/row.c
index 1a1943285ce..1a1943285ce 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/row.c
+++ b/contrib/tools/python3/Modules/_sqlite/row.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/row.h b/contrib/tools/python3/Modules/_sqlite/row.h
index b5190981758..b5190981758 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/row.h
+++ b/contrib/tools/python3/Modules/_sqlite/row.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/statement.c b/contrib/tools/python3/Modules/_sqlite/statement.c
index 229bfc3b504..229bfc3b504 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/statement.c
+++ b/contrib/tools/python3/Modules/_sqlite/statement.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/statement.h b/contrib/tools/python3/Modules/_sqlite/statement.h
index 11a6464b1a1..11a6464b1a1 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/statement.h
+++ b/contrib/tools/python3/Modules/_sqlite/statement.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/util.c b/contrib/tools/python3/Modules/_sqlite/util.c
index 2b3bbfefa3c..2b3bbfefa3c 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/util.c
+++ b/contrib/tools/python3/Modules/_sqlite/util.c
diff --git a/contrib/tools/python3/src/Modules/_sqlite/util.h b/contrib/tools/python3/Modules/_sqlite/util.h
index a22bcd82d2a..a22bcd82d2a 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/util.h
+++ b/contrib/tools/python3/Modules/_sqlite/util.h
diff --git a/contrib/tools/python3/src/Modules/_sqlite/ya.make b/contrib/tools/python3/Modules/_sqlite/ya.make
index f262ffabffc..c8e770686f0 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/ya.make
+++ b/contrib/tools/python3/Modules/_sqlite/ya.make
@@ -14,8 +14,8 @@ PEERDIR(
ADDINCL(
contrib/libs/sqlite3
- contrib/tools/python3/src/Include
- contrib/tools/python3/src/Include/internal
+ contrib/tools/python3/Include
+ contrib/tools/python3/Include/internal
)
PYTHON3_ADDINCL()
diff --git a/contrib/tools/python3/src/Modules/_sre/clinic/sre.c.h b/contrib/tools/python3/Modules/_sre/clinic/sre.c.h
index 529c634e76d..529c634e76d 100644
--- a/contrib/tools/python3/src/Modules/_sre/clinic/sre.c.h
+++ b/contrib/tools/python3/Modules/_sre/clinic/sre.c.h
diff --git a/contrib/tools/python3/src/Modules/_sre/sre.c b/contrib/tools/python3/Modules/_sre/sre.c
index 0547390454a..0547390454a 100644
--- a/contrib/tools/python3/src/Modules/_sre/sre.c
+++ b/contrib/tools/python3/Modules/_sre/sre.c
diff --git a/contrib/tools/python3/src/Modules/_sre/sre.h b/contrib/tools/python3/Modules/_sre/sre.h
index a0f235606e2..a0f235606e2 100644
--- a/contrib/tools/python3/src/Modules/_sre/sre.h
+++ b/contrib/tools/python3/Modules/_sre/sre.h
diff --git a/contrib/tools/python3/src/Modules/_sre/sre_constants.h b/contrib/tools/python3/Modules/_sre/sre_constants.h
index b5692292f65..b5692292f65 100644
--- a/contrib/tools/python3/src/Modules/_sre/sre_constants.h
+++ b/contrib/tools/python3/Modules/_sre/sre_constants.h
diff --git a/contrib/tools/python3/src/Modules/_sre/sre_lib.h b/contrib/tools/python3/Modules/_sre/sre_lib.h
index 95c1ada908d..95c1ada908d 100644
--- a/contrib/tools/python3/src/Modules/_sre/sre_lib.h
+++ b/contrib/tools/python3/Modules/_sre/sre_lib.h
diff --git a/contrib/tools/python3/src/Modules/_sre/sre_targets.h b/contrib/tools/python3/Modules/_sre/sre_targets.h
index 62761a0000d..62761a0000d 100644
--- a/contrib/tools/python3/src/Modules/_sre/sre_targets.h
+++ b/contrib/tools/python3/Modules/_sre/sre_targets.h
diff --git a/contrib/tools/python3/src/Modules/_ssl.c b/contrib/tools/python3/Modules/_ssl.c
index 7b4e9b5d696..7b4e9b5d696 100644
--- a/contrib/tools/python3/src/Modules/_ssl.c
+++ b/contrib/tools/python3/Modules/_ssl.c
diff --git a/contrib/tools/python3/src/Modules/_ssl.h b/contrib/tools/python3/Modules/_ssl.h
index 22d93ddcc6d..22d93ddcc6d 100644
--- a/contrib/tools/python3/src/Modules/_ssl.h
+++ b/contrib/tools/python3/Modules/_ssl.h
diff --git a/contrib/tools/python3/src/Modules/_ssl/cert.c b/contrib/tools/python3/Modules/_ssl/cert.c
index bda66dc4d94..bda66dc4d94 100644
--- a/contrib/tools/python3/src/Modules/_ssl/cert.c
+++ b/contrib/tools/python3/Modules/_ssl/cert.c
diff --git a/contrib/tools/python3/src/Modules/_ssl/clinic/cert.c.h b/contrib/tools/python3/Modules/_ssl/clinic/cert.c.h
index a052ab2086f..a052ab2086f 100644
--- a/contrib/tools/python3/src/Modules/_ssl/clinic/cert.c.h
+++ b/contrib/tools/python3/Modules/_ssl/clinic/cert.c.h
diff --git a/contrib/tools/python3/src/Modules/_ssl/debughelpers.c b/contrib/tools/python3/Modules/_ssl/debughelpers.c
index a81f0aad05a..a81f0aad05a 100644
--- a/contrib/tools/python3/src/Modules/_ssl/debughelpers.c
+++ b/contrib/tools/python3/Modules/_ssl/debughelpers.c
diff --git a/contrib/tools/python3/src/Modules/_ssl/misc.c b/contrib/tools/python3/Modules/_ssl/misc.c
index 4de091d57ef..4de091d57ef 100644
--- a/contrib/tools/python3/src/Modules/_ssl/misc.c
+++ b/contrib/tools/python3/Modules/_ssl/misc.c
diff --git a/contrib/tools/python3/src/Modules/_ssl_data.h b/contrib/tools/python3/Modules/_ssl_data.h
index 8f2994f52df..8f2994f52df 100644
--- a/contrib/tools/python3/src/Modules/_ssl_data.h
+++ b/contrib/tools/python3/Modules/_ssl_data.h
diff --git a/contrib/tools/python3/src/Modules/_ssl_data_111.h b/contrib/tools/python3/Modules/_ssl_data_111.h
index 093c786e6a2..093c786e6a2 100644
--- a/contrib/tools/python3/src/Modules/_ssl_data_111.h
+++ b/contrib/tools/python3/Modules/_ssl_data_111.h
diff --git a/contrib/tools/python3/src/Modules/_ssl_data_300.h b/contrib/tools/python3/Modules/_ssl_data_300.h
index dc66731f6b6..dc66731f6b6 100644
--- a/contrib/tools/python3/src/Modules/_ssl_data_300.h
+++ b/contrib/tools/python3/Modules/_ssl_data_300.h
diff --git a/contrib/tools/python3/src/Modules/_ssl_data_31.h b/contrib/tools/python3/Modules/_ssl_data_31.h
index c589c501f4e..c589c501f4e 100644
--- a/contrib/tools/python3/src/Modules/_ssl_data_31.h
+++ b/contrib/tools/python3/Modules/_ssl_data_31.h
diff --git a/contrib/tools/python3/src/Modules/_stat.c b/contrib/tools/python3/Modules/_stat.c
index 4ec2bd25183..4ec2bd25183 100644
--- a/contrib/tools/python3/src/Modules/_stat.c
+++ b/contrib/tools/python3/Modules/_stat.c
diff --git a/contrib/tools/python3/src/Modules/_statisticsmodule.c b/contrib/tools/python3/Modules/_statisticsmodule.c
index 1d5465fbe6d..1d5465fbe6d 100644
--- a/contrib/tools/python3/src/Modules/_statisticsmodule.c
+++ b/contrib/tools/python3/Modules/_statisticsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_struct.c b/contrib/tools/python3/Modules/_struct.c
index 55efc0c6cfe..55efc0c6cfe 100644
--- a/contrib/tools/python3/src/Modules/_struct.c
+++ b/contrib/tools/python3/Modules/_struct.c
diff --git a/contrib/tools/python3/src/Modules/_threadmodule.c b/contrib/tools/python3/Modules/_threadmodule.c
index 568fe8375d1..568fe8375d1 100644
--- a/contrib/tools/python3/src/Modules/_threadmodule.c
+++ b/contrib/tools/python3/Modules/_threadmodule.c
diff --git a/contrib/tools/python3/src/Modules/_tracemalloc.c b/contrib/tools/python3/Modules/_tracemalloc.c
index f3f4af9aba0..f3f4af9aba0 100644
--- a/contrib/tools/python3/src/Modules/_tracemalloc.c
+++ b/contrib/tools/python3/Modules/_tracemalloc.c
diff --git a/contrib/tools/python3/src/Modules/_typingmodule.c b/contrib/tools/python3/Modules/_typingmodule.c
index 39a124a26ad..39a124a26ad 100644
--- a/contrib/tools/python3/src/Modules/_typingmodule.c
+++ b/contrib/tools/python3/Modules/_typingmodule.c
diff --git a/contrib/tools/python3/src/Modules/_weakref.c b/contrib/tools/python3/Modules/_weakref.c
index 387b8fa9d0a..387b8fa9d0a 100644
--- a/contrib/tools/python3/src/Modules/_weakref.c
+++ b/contrib/tools/python3/Modules/_weakref.c
diff --git a/contrib/tools/python3/src/Modules/_winapi.c b/contrib/tools/python3/Modules/_winapi.c
index 2784a815696..2784a815696 100644
--- a/contrib/tools/python3/src/Modules/_winapi.c
+++ b/contrib/tools/python3/Modules/_winapi.c
diff --git a/contrib/tools/python3/src/Modules/_xxinterpchannelsmodule.c b/contrib/tools/python3/Modules/_xxinterpchannelsmodule.c
index 6bee11c1218..6bee11c1218 100644
--- a/contrib/tools/python3/src/Modules/_xxinterpchannelsmodule.c
+++ b/contrib/tools/python3/Modules/_xxinterpchannelsmodule.c
diff --git a/contrib/tools/python3/src/Modules/_xxsubinterpretersmodule.c b/contrib/tools/python3/Modules/_xxsubinterpretersmodule.c
index c0958c65dd0..c0958c65dd0 100644
--- a/contrib/tools/python3/src/Modules/_xxsubinterpretersmodule.c
+++ b/contrib/tools/python3/Modules/_xxsubinterpretersmodule.c
diff --git a/contrib/tools/python3/src/Modules/_xxtestfuzz/_xxtestfuzz.c b/contrib/tools/python3/Modules/_xxtestfuzz/_xxtestfuzz.c
index e0694de6719..e0694de6719 100644
--- a/contrib/tools/python3/src/Modules/_xxtestfuzz/_xxtestfuzz.c
+++ b/contrib/tools/python3/Modules/_xxtestfuzz/_xxtestfuzz.c
diff --git a/contrib/tools/python3/src/Modules/_xxtestfuzz/fuzzer.c b/contrib/tools/python3/Modules/_xxtestfuzz/fuzzer.c
index cd97206d181..cd97206d181 100644
--- a/contrib/tools/python3/src/Modules/_xxtestfuzz/fuzzer.c
+++ b/contrib/tools/python3/Modules/_xxtestfuzz/fuzzer.c
diff --git a/contrib/tools/python3/src/Modules/_zoneinfo.c b/contrib/tools/python3/Modules/_zoneinfo.c
index 8fc86162410..8fc86162410 100644
--- a/contrib/tools/python3/src/Modules/_zoneinfo.c
+++ b/contrib/tools/python3/Modules/_zoneinfo.c
diff --git a/contrib/tools/python3/src/Modules/addrinfo.h b/contrib/tools/python3/Modules/addrinfo.h
index 66e5a795f86..66e5a795f86 100644
--- a/contrib/tools/python3/src/Modules/addrinfo.h
+++ b/contrib/tools/python3/Modules/addrinfo.h
diff --git a/contrib/tools/python3/src/Modules/arraymodule.c b/contrib/tools/python3/Modules/arraymodule.c
index 6680820d8e6..6680820d8e6 100644
--- a/contrib/tools/python3/src/Modules/arraymodule.c
+++ b/contrib/tools/python3/Modules/arraymodule.c
diff --git a/contrib/tools/python3/src/Modules/atexitmodule.c b/contrib/tools/python3/Modules/atexitmodule.c
index 5882d405636..5882d405636 100644
--- a/contrib/tools/python3/src/Modules/atexitmodule.c
+++ b/contrib/tools/python3/Modules/atexitmodule.c
diff --git a/contrib/tools/python3/src/Modules/audioop.c b/contrib/tools/python3/Modules/audioop.c
index 94e82f1c2e6..94e82f1c2e6 100644
--- a/contrib/tools/python3/src/Modules/audioop.c
+++ b/contrib/tools/python3/Modules/audioop.c
diff --git a/contrib/tools/python3/src/Modules/binascii.c b/contrib/tools/python3/Modules/binascii.c
index 0614edf4bc0..0614edf4bc0 100644
--- a/contrib/tools/python3/src/Modules/binascii.c
+++ b/contrib/tools/python3/Modules/binascii.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_cn.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_cn.c
index e2c7908c9bb..e2c7908c9bb 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_cn.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_cn.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_hk.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_hk.c
index e7273bf18e3..e7273bf18e3 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_hk.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_hk.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_iso2022.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_iso2022.c
index e8835ad0909..e8835ad0909 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_iso2022.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_iso2022.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_jp.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_jp.c
index f7127487aa5..f7127487aa5 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_jp.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_jp.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_kr.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_kr.c
index fd9a9fd92db..fd9a9fd92db 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_kr.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_kr.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_tw.c b/contrib/tools/python3/Modules/cjkcodecs/_codecs_tw.c
index 3e440991414..3e440991414 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/_codecs_tw.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/_codecs_tw.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/alg_jisx0201.h b/contrib/tools/python3/Modules/cjkcodecs/alg_jisx0201.h
index 3034b5ab9df..3034b5ab9df 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/alg_jisx0201.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/alg_jisx0201.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/cjkcodecs.h b/contrib/tools/python3/Modules/cjkcodecs/cjkcodecs.h
index 36bc7024df9..36bc7024df9 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/cjkcodecs.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/cjkcodecs.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/clinic/multibytecodec.c.h b/contrib/tools/python3/Modules/cjkcodecs/clinic/multibytecodec.c.h
index 3f200405f4d..3f200405f4d 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/clinic/multibytecodec.c.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/clinic/multibytecodec.c.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/emu_jisx0213_2000.h b/contrib/tools/python3/Modules/cjkcodecs/emu_jisx0213_2000.h
index c30c948a2b1..c30c948a2b1 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/emu_jisx0213_2000.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/emu_jisx0213_2000.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_cn.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_cn.h
index 87ca0de784a..87ca0de784a 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_cn.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_cn.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_hk.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_hk.h
index 9012ae350c4..9012ae350c4 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_hk.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_hk.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_jisx0213_pair.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_jisx0213_pair.h
index c96f20142b7..c96f20142b7 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_jisx0213_pair.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_jisx0213_pair.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_jp.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_jp.h
index 409aeae25c9..409aeae25c9 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_jp.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_jp.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_kr.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_kr.h
index bb59acccc1e..bb59acccc1e 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_kr.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_kr.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_tw.h b/contrib/tools/python3/Modules/cjkcodecs/mappings_tw.h
index ceb4bc56a21..ceb4bc56a21 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/mappings_tw.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/mappings_tw.h
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.c b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.c
index b501e4fb923..b501e4fb923 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.c
+++ b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.c
diff --git a/contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.h b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
index f59362205d2..f59362205d2 100644
--- a/contrib/tools/python3/src/Modules/cjkcodecs/multibytecodec.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_abc.c.h b/contrib/tools/python3/Modules/clinic/_abc.c.h
index 2adec818c91..2adec818c91 100644
--- a/contrib/tools/python3/src/Modules/clinic/_abc.c.h
+++ b/contrib/tools/python3/Modules/clinic/_abc.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_asynciomodule.c.h b/contrib/tools/python3/Modules/clinic/_asynciomodule.c.h
index 860d55cb3bb..860d55cb3bb 100644
--- a/contrib/tools/python3/src/Modules/clinic/_asynciomodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_asynciomodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_bisectmodule.c.h b/contrib/tools/python3/Modules/clinic/_bisectmodule.c.h
index 7944f5219b0..7944f5219b0 100644
--- a/contrib/tools/python3/src/Modules/clinic/_bisectmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_bisectmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_bz2module.c.h b/contrib/tools/python3/Modules/clinic/_bz2module.c.h
index d7797d639ae..d7797d639ae 100644
--- a/contrib/tools/python3/src/Modules/clinic/_bz2module.c.h
+++ b/contrib/tools/python3/Modules/clinic/_bz2module.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_codecsmodule.c.h b/contrib/tools/python3/Modules/clinic/_codecsmodule.c.h
index f11bcc8815b..f11bcc8815b 100644
--- a/contrib/tools/python3/src/Modules/clinic/_codecsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_codecsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_collectionsmodule.c.h b/contrib/tools/python3/Modules/clinic/_collectionsmodule.c.h
index 3882d069216..3882d069216 100644
--- a/contrib/tools/python3/src/Modules/clinic/_collectionsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_collectionsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_contextvarsmodule.c.h b/contrib/tools/python3/Modules/clinic/_contextvarsmodule.c.h
index 461d4845635..461d4845635 100644
--- a/contrib/tools/python3/src/Modules/clinic/_contextvarsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_contextvarsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_cryptmodule.c.h b/contrib/tools/python3/Modules/clinic/_cryptmodule.c.h
index 97b70b3c17e..97b70b3c17e 100644
--- a/contrib/tools/python3/src/Modules/clinic/_cryptmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_cryptmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_csv.c.h b/contrib/tools/python3/Modules/clinic/_csv.c.h
index 8900946350a..8900946350a 100644
--- a/contrib/tools/python3/src/Modules/clinic/_csv.c.h
+++ b/contrib/tools/python3/Modules/clinic/_csv.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_datetimemodule.c.h b/contrib/tools/python3/Modules/clinic/_datetimemodule.c.h
index 51e51e3791c..51e51e3791c 100644
--- a/contrib/tools/python3/src/Modules/clinic/_datetimemodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_datetimemodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_elementtree.c.h b/contrib/tools/python3/Modules/clinic/_elementtree.c.h
index 0b3a86159cc..0b3a86159cc 100644
--- a/contrib/tools/python3/src/Modules/clinic/_elementtree.c.h
+++ b/contrib/tools/python3/Modules/clinic/_elementtree.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_functoolsmodule.c.h b/contrib/tools/python3/Modules/clinic/_functoolsmodule.c.h
index 9c79e643041..9c79e643041 100644
--- a/contrib/tools/python3/src/Modules/clinic/_functoolsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_functoolsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_hashopenssl.c.h b/contrib/tools/python3/Modules/clinic/_hashopenssl.c.h
index fb61a444018..fb61a444018 100644
--- a/contrib/tools/python3/src/Modules/clinic/_hashopenssl.c.h
+++ b/contrib/tools/python3/Modules/clinic/_hashopenssl.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_heapqmodule.c.h b/contrib/tools/python3/Modules/clinic/_heapqmodule.c.h
index 3ee3f51702f..3ee3f51702f 100644
--- a/contrib/tools/python3/src/Modules/clinic/_heapqmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_heapqmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_localemodule.c.h b/contrib/tools/python3/Modules/clinic/_localemodule.c.h
index e6b99962d15..e6b99962d15 100644
--- a/contrib/tools/python3/src/Modules/clinic/_localemodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_localemodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_lsprof.c.h b/contrib/tools/python3/Modules/clinic/_lsprof.c.h
index 14af6b48c67..14af6b48c67 100644
--- a/contrib/tools/python3/src/Modules/clinic/_lsprof.c.h
+++ b/contrib/tools/python3/Modules/clinic/_lsprof.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_lzmamodule.c.h b/contrib/tools/python3/Modules/clinic/_lzmamodule.c.h
index 9b396a56683..9b396a56683 100644
--- a/contrib/tools/python3/src/Modules/clinic/_lzmamodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_lzmamodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_opcode.c.h b/contrib/tools/python3/Modules/clinic/_opcode.c.h
index 3bd3ba02387..3bd3ba02387 100644
--- a/contrib/tools/python3/src/Modules/clinic/_opcode.c.h
+++ b/contrib/tools/python3/Modules/clinic/_opcode.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_operator.c.h b/contrib/tools/python3/Modules/clinic/_operator.c.h
index b68e6e0144a..b68e6e0144a 100644
--- a/contrib/tools/python3/src/Modules/clinic/_operator.c.h
+++ b/contrib/tools/python3/Modules/clinic/_operator.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_pickle.c.h b/contrib/tools/python3/Modules/clinic/_pickle.c.h
index b39c04dcaac..b39c04dcaac 100644
--- a/contrib/tools/python3/src/Modules/clinic/_pickle.c.h
+++ b/contrib/tools/python3/Modules/clinic/_pickle.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_posixsubprocess.c.h b/contrib/tools/python3/Modules/clinic/_posixsubprocess.c.h
index f08878cf668..f08878cf668 100644
--- a/contrib/tools/python3/src/Modules/clinic/_posixsubprocess.c.h
+++ b/contrib/tools/python3/Modules/clinic/_posixsubprocess.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_queuemodule.c.h b/contrib/tools/python3/Modules/clinic/_queuemodule.c.h
index 906d0582a99..906d0582a99 100644
--- a/contrib/tools/python3/src/Modules/clinic/_queuemodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_queuemodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_randommodule.c.h b/contrib/tools/python3/Modules/clinic/_randommodule.c.h
index ec8531ce006..ec8531ce006 100644
--- a/contrib/tools/python3/src/Modules/clinic/_randommodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_randommodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_ssl.c.h b/contrib/tools/python3/Modules/clinic/_ssl.c.h
index 9f967ddc8e3..9f967ddc8e3 100644
--- a/contrib/tools/python3/src/Modules/clinic/_ssl.c.h
+++ b/contrib/tools/python3/Modules/clinic/_ssl.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_statisticsmodule.c.h b/contrib/tools/python3/Modules/clinic/_statisticsmodule.c.h
index 4dedadd2939..4dedadd2939 100644
--- a/contrib/tools/python3/src/Modules/clinic/_statisticsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_statisticsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_struct.c.h b/contrib/tools/python3/Modules/clinic/_struct.c.h
index b21d9ff2924..b21d9ff2924 100644
--- a/contrib/tools/python3/src/Modules/clinic/_struct.c.h
+++ b/contrib/tools/python3/Modules/clinic/_struct.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_tracemalloc.c.h b/contrib/tools/python3/Modules/clinic/_tracemalloc.c.h
index a89cd9aabca..a89cd9aabca 100644
--- a/contrib/tools/python3/src/Modules/clinic/_tracemalloc.c.h
+++ b/contrib/tools/python3/Modules/clinic/_tracemalloc.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_typingmodule.c.h b/contrib/tools/python3/Modules/clinic/_typingmodule.c.h
index f980aa0d084..f980aa0d084 100644
--- a/contrib/tools/python3/src/Modules/clinic/_typingmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/_typingmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_weakref.c.h b/contrib/tools/python3/Modules/clinic/_weakref.c.h
index 48feb042cac..48feb042cac 100644
--- a/contrib/tools/python3/src/Modules/clinic/_weakref.c.h
+++ b/contrib/tools/python3/Modules/clinic/_weakref.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_winapi.c.h b/contrib/tools/python3/Modules/clinic/_winapi.c.h
index 5b87b24246f..5b87b24246f 100644
--- a/contrib/tools/python3/src/Modules/clinic/_winapi.c.h
+++ b/contrib/tools/python3/Modules/clinic/_winapi.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/_zoneinfo.c.h b/contrib/tools/python3/Modules/clinic/_zoneinfo.c.h
index ae62865e0f6..ae62865e0f6 100644
--- a/contrib/tools/python3/src/Modules/clinic/_zoneinfo.c.h
+++ b/contrib/tools/python3/Modules/clinic/_zoneinfo.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/arraymodule.c.h b/contrib/tools/python3/Modules/clinic/arraymodule.c.h
index 844865f44a5..844865f44a5 100644
--- a/contrib/tools/python3/src/Modules/clinic/arraymodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/arraymodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/audioop.c.h b/contrib/tools/python3/Modules/clinic/audioop.c.h
index 1a7ccf8b828..1a7ccf8b828 100644
--- a/contrib/tools/python3/src/Modules/clinic/audioop.c.h
+++ b/contrib/tools/python3/Modules/clinic/audioop.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/binascii.c.h b/contrib/tools/python3/Modules/clinic/binascii.c.h
index 63566dfb10e..63566dfb10e 100644
--- a/contrib/tools/python3/src/Modules/clinic/binascii.c.h
+++ b/contrib/tools/python3/Modules/clinic/binascii.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/cmathmodule.c.h b/contrib/tools/python3/Modules/clinic/cmathmodule.c.h
index 941448e76e8..941448e76e8 100644
--- a/contrib/tools/python3/src/Modules/clinic/cmathmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/cmathmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/fcntlmodule.c.h b/contrib/tools/python3/Modules/clinic/fcntlmodule.c.h
index 20eb50b0e76..20eb50b0e76 100644
--- a/contrib/tools/python3/src/Modules/clinic/fcntlmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/fcntlmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/gcmodule.c.h b/contrib/tools/python3/Modules/clinic/gcmodule.c.h
index 2d18e2ee097..2d18e2ee097 100644
--- a/contrib/tools/python3/src/Modules/clinic/gcmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/gcmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/grpmodule.c.h b/contrib/tools/python3/Modules/clinic/grpmodule.c.h
index 4914bc9abd6..4914bc9abd6 100644
--- a/contrib/tools/python3/src/Modules/clinic/grpmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/grpmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/itertoolsmodule.c.h b/contrib/tools/python3/Modules/clinic/itertoolsmodule.c.h
index 32278bf715a..32278bf715a 100644
--- a/contrib/tools/python3/src/Modules/clinic/itertoolsmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/itertoolsmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/mathmodule.c.h b/contrib/tools/python3/Modules/clinic/mathmodule.c.h
index c16c1b08398..c16c1b08398 100644
--- a/contrib/tools/python3/src/Modules/clinic/mathmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/mathmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/md5module.c.h b/contrib/tools/python3/Modules/clinic/md5module.c.h
index eb2ed49e9ef..eb2ed49e9ef 100644
--- a/contrib/tools/python3/src/Modules/clinic/md5module.c.h
+++ b/contrib/tools/python3/Modules/clinic/md5module.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/overlapped.c.h b/contrib/tools/python3/Modules/clinic/overlapped.c.h
index 9d9f2cbf6af..9d9f2cbf6af 100644
--- a/contrib/tools/python3/src/Modules/clinic/overlapped.c.h
+++ b/contrib/tools/python3/Modules/clinic/overlapped.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/posixmodule.c.h b/contrib/tools/python3/Modules/clinic/posixmodule.c.h
index 3802182143c..3802182143c 100644
--- a/contrib/tools/python3/src/Modules/clinic/posixmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/posixmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/pwdmodule.c.h b/contrib/tools/python3/Modules/clinic/pwdmodule.c.h
index f2603eaf322..f2603eaf322 100644
--- a/contrib/tools/python3/src/Modules/clinic/pwdmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/pwdmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/pyexpat.c.h b/contrib/tools/python3/Modules/clinic/pyexpat.c.h
index 34937c5d594..34937c5d594 100644
--- a/contrib/tools/python3/src/Modules/clinic/pyexpat.c.h
+++ b/contrib/tools/python3/Modules/clinic/pyexpat.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/resource.c.h b/contrib/tools/python3/Modules/clinic/resource.c.h
index d0ca8e7150f..d0ca8e7150f 100644
--- a/contrib/tools/python3/src/Modules/clinic/resource.c.h
+++ b/contrib/tools/python3/Modules/clinic/resource.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/selectmodule.c.h b/contrib/tools/python3/Modules/clinic/selectmodule.c.h
index f44ca1d70a1..f44ca1d70a1 100644
--- a/contrib/tools/python3/src/Modules/clinic/selectmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/selectmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/sha1module.c.h b/contrib/tools/python3/Modules/clinic/sha1module.c.h
index e0858e77b5e..e0858e77b5e 100644
--- a/contrib/tools/python3/src/Modules/clinic/sha1module.c.h
+++ b/contrib/tools/python3/Modules/clinic/sha1module.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/sha2module.c.h b/contrib/tools/python3/Modules/clinic/sha2module.c.h
index 557a61791bd..557a61791bd 100644
--- a/contrib/tools/python3/src/Modules/clinic/sha2module.c.h
+++ b/contrib/tools/python3/Modules/clinic/sha2module.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/sha3module.c.h b/contrib/tools/python3/Modules/clinic/sha3module.c.h
index 299803a3420..299803a3420 100644
--- a/contrib/tools/python3/src/Modules/clinic/sha3module.c.h
+++ b/contrib/tools/python3/Modules/clinic/sha3module.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/signalmodule.c.h b/contrib/tools/python3/Modules/clinic/signalmodule.c.h
index 3b3c6ba150a..3b3c6ba150a 100644
--- a/contrib/tools/python3/src/Modules/clinic/signalmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/signalmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/socketmodule.c.h b/contrib/tools/python3/Modules/clinic/socketmodule.c.h
index 8ff1044d013..8ff1044d013 100644
--- a/contrib/tools/python3/src/Modules/clinic/socketmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/socketmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/spwdmodule.c.h b/contrib/tools/python3/Modules/clinic/spwdmodule.c.h
index f47aa9a77f3..f47aa9a77f3 100644
--- a/contrib/tools/python3/src/Modules/clinic/spwdmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/spwdmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/symtablemodule.c.h b/contrib/tools/python3/Modules/clinic/symtablemodule.c.h
index 04fdb9f2d9b..04fdb9f2d9b 100644
--- a/contrib/tools/python3/src/Modules/clinic/symtablemodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/symtablemodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/syslogmodule.c.h b/contrib/tools/python3/Modules/clinic/syslogmodule.c.h
index 0ce66ad4e1a..0ce66ad4e1a 100644
--- a/contrib/tools/python3/src/Modules/clinic/syslogmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/syslogmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/termios.c.h b/contrib/tools/python3/Modules/clinic/termios.c.h
index 78863e53c42..78863e53c42 100644
--- a/contrib/tools/python3/src/Modules/clinic/termios.c.h
+++ b/contrib/tools/python3/Modules/clinic/termios.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/unicodedata.c.h b/contrib/tools/python3/Modules/clinic/unicodedata.c.h
index 6102027d07a..6102027d07a 100644
--- a/contrib/tools/python3/src/Modules/clinic/unicodedata.c.h
+++ b/contrib/tools/python3/Modules/clinic/unicodedata.c.h
diff --git a/contrib/tools/python3/src/Modules/clinic/zlibmodule.c.h b/contrib/tools/python3/Modules/clinic/zlibmodule.c.h
index a8d488ec67c..a8d488ec67c 100644
--- a/contrib/tools/python3/src/Modules/clinic/zlibmodule.c.h
+++ b/contrib/tools/python3/Modules/clinic/zlibmodule.c.h
diff --git a/contrib/tools/python3/src/Modules/cmathmodule.c b/contrib/tools/python3/Modules/cmathmodule.c
index 25491e65584..25491e65584 100644
--- a/contrib/tools/python3/src/Modules/cmathmodule.c
+++ b/contrib/tools/python3/Modules/cmathmodule.c
diff --git a/contrib/tools/python3/src/Modules/config.c b/contrib/tools/python3/Modules/config.c
index b2303e511c5..b2303e511c5 100644
--- a/contrib/tools/python3/src/Modules/config.c
+++ b/contrib/tools/python3/Modules/config.c
diff --git a/contrib/tools/python3/src/Modules/errnomodule.c b/contrib/tools/python3/Modules/errnomodule.c
index 301ad8313bc..301ad8313bc 100644
--- a/contrib/tools/python3/src/Modules/errnomodule.c
+++ b/contrib/tools/python3/Modules/errnomodule.c
diff --git a/contrib/tools/python3/src/Modules/faulthandler.c b/contrib/tools/python3/Modules/faulthandler.c
index be77bb01f3f..be77bb01f3f 100644
--- a/contrib/tools/python3/src/Modules/faulthandler.c
+++ b/contrib/tools/python3/Modules/faulthandler.c
diff --git a/contrib/tools/python3/src/Modules/fcntlmodule.c b/contrib/tools/python3/Modules/fcntlmodule.c
index 2bca40213c6..2bca40213c6 100644
--- a/contrib/tools/python3/src/Modules/fcntlmodule.c
+++ b/contrib/tools/python3/Modules/fcntlmodule.c
diff --git a/contrib/tools/python3/src/Modules/gcmodule.c b/contrib/tools/python3/Modules/gcmodule.c
index b7cb30ab7ed..b7cb30ab7ed 100644
--- a/contrib/tools/python3/src/Modules/gcmodule.c
+++ b/contrib/tools/python3/Modules/gcmodule.c
diff --git a/contrib/tools/python3/src/Modules/getaddrinfo.c b/contrib/tools/python3/Modules/getaddrinfo.c
index f1c28d7d931..f1c28d7d931 100644
--- a/contrib/tools/python3/src/Modules/getaddrinfo.c
+++ b/contrib/tools/python3/Modules/getaddrinfo.c
diff --git a/contrib/tools/python3/src/Modules/getbuildinfo.c b/contrib/tools/python3/Modules/getbuildinfo.c
index a24750b76c0..a24750b76c0 100644
--- a/contrib/tools/python3/src/Modules/getbuildinfo.c
+++ b/contrib/tools/python3/Modules/getbuildinfo.c
diff --git a/contrib/tools/python3/src/Modules/getnameinfo.c b/contrib/tools/python3/Modules/getnameinfo.c
index 335021f79ba..335021f79ba 100644
--- a/contrib/tools/python3/src/Modules/getnameinfo.c
+++ b/contrib/tools/python3/Modules/getnameinfo.c
diff --git a/contrib/tools/python3/src/Modules/getpath.c b/contrib/tools/python3/Modules/getpath.c
index bd6920cf068..bd6920cf068 100644
--- a/contrib/tools/python3/src/Modules/getpath.c
+++ b/contrib/tools/python3/Modules/getpath.c
diff --git a/contrib/tools/python3/src/Modules/grpmodule.c b/contrib/tools/python3/Modules/grpmodule.c
index f5709296334..f5709296334 100644
--- a/contrib/tools/python3/src/Modules/grpmodule.c
+++ b/contrib/tools/python3/Modules/grpmodule.c
diff --git a/contrib/tools/python3/src/Modules/hashlib.h b/contrib/tools/python3/Modules/hashlib.h
index a8bad9dd87a..a8bad9dd87a 100644
--- a/contrib/tools/python3/src/Modules/hashlib.h
+++ b/contrib/tools/python3/Modules/hashlib.h
diff --git a/contrib/tools/python3/src/Modules/itertoolsmodule.c b/contrib/tools/python3/Modules/itertoolsmodule.c
index 24e77c485db..24e77c485db 100644
--- a/contrib/tools/python3/src/Modules/itertoolsmodule.c
+++ b/contrib/tools/python3/Modules/itertoolsmodule.c
diff --git a/contrib/tools/python3/src/Modules/main.c b/contrib/tools/python3/Modules/main.c
index 40dafa2c7b7..40dafa2c7b7 100644
--- a/contrib/tools/python3/src/Modules/main.c
+++ b/contrib/tools/python3/Modules/main.c
diff --git a/contrib/tools/python3/src/Modules/mathmodule.c b/contrib/tools/python3/Modules/mathmodule.c
index 23fa2b18164..23fa2b18164 100644
--- a/contrib/tools/python3/src/Modules/mathmodule.c
+++ b/contrib/tools/python3/Modules/mathmodule.c
diff --git a/contrib/tools/python3/src/Modules/md5module.c b/contrib/tools/python3/Modules/md5module.c
index 2122f8b18ba..2122f8b18ba 100644
--- a/contrib/tools/python3/src/Modules/md5module.c
+++ b/contrib/tools/python3/Modules/md5module.c
diff --git a/contrib/tools/python3/src/Modules/mmapmodule.c b/contrib/tools/python3/Modules/mmapmodule.c
index 827f619e6eb..827f619e6eb 100644
--- a/contrib/tools/python3/src/Modules/mmapmodule.c
+++ b/contrib/tools/python3/Modules/mmapmodule.c
diff --git a/contrib/tools/python3/src/Modules/overlapped.c b/contrib/tools/python3/Modules/overlapped.c
index afdd78d1bc9..afdd78d1bc9 100644
--- a/contrib/tools/python3/src/Modules/overlapped.c
+++ b/contrib/tools/python3/Modules/overlapped.c
diff --git a/contrib/tools/python3/src/Modules/posixmodule.c b/contrib/tools/python3/Modules/posixmodule.c
index c99c69d018b..c99c69d018b 100644
--- a/contrib/tools/python3/src/Modules/posixmodule.c
+++ b/contrib/tools/python3/Modules/posixmodule.c
diff --git a/contrib/tools/python3/src/Modules/posixmodule.h b/contrib/tools/python3/Modules/posixmodule.h
index 5452ffbf17a..5452ffbf17a 100644
--- a/contrib/tools/python3/src/Modules/posixmodule.h
+++ b/contrib/tools/python3/Modules/posixmodule.h
diff --git a/contrib/tools/python3/src/Modules/pwdmodule.c b/contrib/tools/python3/Modules/pwdmodule.c
index cc2e2a43893..cc2e2a43893 100644
--- a/contrib/tools/python3/src/Modules/pwdmodule.c
+++ b/contrib/tools/python3/Modules/pwdmodule.c
diff --git a/contrib/tools/python3/src/Modules/pyexpat.c b/contrib/tools/python3/Modules/pyexpat.c
index b21360419d6..b21360419d6 100644
--- a/contrib/tools/python3/src/Modules/pyexpat.c
+++ b/contrib/tools/python3/Modules/pyexpat.c
diff --git a/contrib/tools/python3/src/Modules/resource.c b/contrib/tools/python3/Modules/resource.c
index 3c89468c48c..3c89468c48c 100644
--- a/contrib/tools/python3/src/Modules/resource.c
+++ b/contrib/tools/python3/Modules/resource.c
diff --git a/contrib/tools/python3/src/Modules/rotatingtree.c b/contrib/tools/python3/Modules/rotatingtree.c
index 07e08bc3167..07e08bc3167 100644
--- a/contrib/tools/python3/src/Modules/rotatingtree.c
+++ b/contrib/tools/python3/Modules/rotatingtree.c
diff --git a/contrib/tools/python3/src/Modules/rotatingtree.h b/contrib/tools/python3/Modules/rotatingtree.h
index 7b3e5fde921..7b3e5fde921 100644
--- a/contrib/tools/python3/src/Modules/rotatingtree.h
+++ b/contrib/tools/python3/Modules/rotatingtree.h
diff --git a/contrib/tools/python3/src/Modules/selectmodule.c b/contrib/tools/python3/Modules/selectmodule.c
index b7c6b1b5399..b7c6b1b5399 100644
--- a/contrib/tools/python3/src/Modules/selectmodule.c
+++ b/contrib/tools/python3/Modules/selectmodule.c
diff --git a/contrib/tools/python3/src/Modules/sha1module.c b/contrib/tools/python3/Modules/sha1module.c
index c66269b5f5c..c66269b5f5c 100644
--- a/contrib/tools/python3/src/Modules/sha1module.c
+++ b/contrib/tools/python3/Modules/sha1module.c
diff --git a/contrib/tools/python3/src/Modules/sha2module.c b/contrib/tools/python3/Modules/sha2module.c
index db3774c81e2..db3774c81e2 100644
--- a/contrib/tools/python3/src/Modules/sha2module.c
+++ b/contrib/tools/python3/Modules/sha2module.c
diff --git a/contrib/tools/python3/src/Modules/sha3module.c b/contrib/tools/python3/Modules/sha3module.c
index 558d2005cff..558d2005cff 100644
--- a/contrib/tools/python3/src/Modules/sha3module.c
+++ b/contrib/tools/python3/Modules/sha3module.c
diff --git a/contrib/tools/python3/src/Modules/signalmodule.c b/contrib/tools/python3/Modules/signalmodule.c
index 00ea4343735..00ea4343735 100644
--- a/contrib/tools/python3/src/Modules/signalmodule.c
+++ b/contrib/tools/python3/Modules/signalmodule.c
diff --git a/contrib/tools/python3/src/Modules/socketmodule.c b/contrib/tools/python3/Modules/socketmodule.c
index 97248792c0f..97248792c0f 100644
--- a/contrib/tools/python3/src/Modules/socketmodule.c
+++ b/contrib/tools/python3/Modules/socketmodule.c
diff --git a/contrib/tools/python3/src/Modules/socketmodule.h b/contrib/tools/python3/Modules/socketmodule.h
index d55c02fd156..d55c02fd156 100644
--- a/contrib/tools/python3/src/Modules/socketmodule.h
+++ b/contrib/tools/python3/Modules/socketmodule.h
diff --git a/contrib/tools/python3/src/Modules/spwdmodule.c b/contrib/tools/python3/Modules/spwdmodule.c
index 13f1115feef..13f1115feef 100644
--- a/contrib/tools/python3/src/Modules/spwdmodule.c
+++ b/contrib/tools/python3/Modules/spwdmodule.c
diff --git a/contrib/tools/python3/src/Modules/symtablemodule.c b/contrib/tools/python3/Modules/symtablemodule.c
index 1f09c23bb85..1f09c23bb85 100644
--- a/contrib/tools/python3/src/Modules/symtablemodule.c
+++ b/contrib/tools/python3/Modules/symtablemodule.c
diff --git a/contrib/tools/python3/src/Modules/syslogmodule.c b/contrib/tools/python3/Modules/syslogmodule.c
index 6db8de9c491..6db8de9c491 100644
--- a/contrib/tools/python3/src/Modules/syslogmodule.c
+++ b/contrib/tools/python3/Modules/syslogmodule.c
diff --git a/contrib/tools/python3/src/Modules/termios.c b/contrib/tools/python3/Modules/termios.c
index 402e6ac908a..402e6ac908a 100644
--- a/contrib/tools/python3/src/Modules/termios.c
+++ b/contrib/tools/python3/Modules/termios.c
diff --git a/contrib/tools/python3/src/Modules/timemodule.c b/contrib/tools/python3/Modules/timemodule.c
index 3b46deacdf2..3b46deacdf2 100644
--- a/contrib/tools/python3/src/Modules/timemodule.c
+++ b/contrib/tools/python3/Modules/timemodule.c
diff --git a/contrib/tools/python3/src/Modules/unicodedata.c b/contrib/tools/python3/Modules/unicodedata.c
index 41dcd5f8f88..41dcd5f8f88 100644
--- a/contrib/tools/python3/src/Modules/unicodedata.c
+++ b/contrib/tools/python3/Modules/unicodedata.c
diff --git a/contrib/tools/python3/src/Modules/unicodedata_db.h b/contrib/tools/python3/Modules/unicodedata_db.h
index 4c4b2f589c5..4c4b2f589c5 100644
--- a/contrib/tools/python3/src/Modules/unicodedata_db.h
+++ b/contrib/tools/python3/Modules/unicodedata_db.h
diff --git a/contrib/tools/python3/src/Modules/unicodename_db.h b/contrib/tools/python3/Modules/unicodename_db.h
index f6320c43e53..f6320c43e53 100644
--- a/contrib/tools/python3/src/Modules/unicodename_db.h
+++ b/contrib/tools/python3/Modules/unicodename_db.h
diff --git a/contrib/tools/python3/src/Modules/winreparse.h b/contrib/tools/python3/Modules/winreparse.h
index f06f701f999..f06f701f999 100644
--- a/contrib/tools/python3/src/Modules/winreparse.h
+++ b/contrib/tools/python3/Modules/winreparse.h
diff --git a/contrib/tools/python3/src/Modules/ya.make b/contrib/tools/python3/Modules/ya.make
index 3f05b27353b..2e0a9717076 100644
--- a/contrib/tools/python3/src/Modules/ya.make
+++ b/contrib/tools/python3/Modules/ya.make
@@ -23,11 +23,11 @@ ADDINCL(
contrib/libs/expat
contrib/libs/libbz2
contrib/restricted/libffi/include
- contrib/tools/python3/src/Include
- contrib/tools/python3/src/Include/internal
- contrib/tools/python3/src/Modules
- contrib/tools/python3/src/Modules/_decimal/libmpdec
- contrib/tools/python3/src/Modules/_hacl/include
+ contrib/tools/python3/Include
+ contrib/tools/python3/Include/internal
+ contrib/tools/python3/Modules
+ contrib/tools/python3/Modules/_decimal/libmpdec
+ contrib/tools/python3/Modules/_hacl/include
)
NO_COMPILER_WARNINGS()
diff --git a/contrib/tools/python3/src/Modules/zlibmodule.c b/contrib/tools/python3/Modules/zlibmodule.c
index f94c57e4c89..f94c57e4c89 100644
--- a/contrib/tools/python3/src/Modules/zlibmodule.c
+++ b/contrib/tools/python3/Modules/zlibmodule.c
diff --git a/contrib/tools/python3/Objects/README b/contrib/tools/python3/Objects/README
new file mode 100644
index 00000000000..854b103f7bd
--- /dev/null
+++ b/contrib/tools/python3/Objects/README
@@ -0,0 +1 @@
+Source files for various builtin objects
diff --git a/contrib/tools/python3/src/Objects/abstract.c b/contrib/tools/python3/Objects/abstract.c
index e95785900c9..e95785900c9 100644
--- a/contrib/tools/python3/src/Objects/abstract.c
+++ b/contrib/tools/python3/Objects/abstract.c
diff --git a/contrib/tools/python3/src/Objects/boolobject.c b/contrib/tools/python3/Objects/boolobject.c
index f43e26f3f24..f43e26f3f24 100644
--- a/contrib/tools/python3/src/Objects/boolobject.c
+++ b/contrib/tools/python3/Objects/boolobject.c
diff --git a/contrib/tools/python3/src/Objects/bytearrayobject.c b/contrib/tools/python3/Objects/bytearrayobject.c
index 07c20ac6316..07c20ac6316 100644
--- a/contrib/tools/python3/src/Objects/bytearrayobject.c
+++ b/contrib/tools/python3/Objects/bytearrayobject.c
diff --git a/contrib/tools/python3/src/Objects/bytes_methods.c b/contrib/tools/python3/Objects/bytes_methods.c
index 33aa9c3db6e..33aa9c3db6e 100644
--- a/contrib/tools/python3/src/Objects/bytes_methods.c
+++ b/contrib/tools/python3/Objects/bytes_methods.c
diff --git a/contrib/tools/python3/src/Objects/bytesobject.c b/contrib/tools/python3/Objects/bytesobject.c
index f3a978c86c3..f3a978c86c3 100644
--- a/contrib/tools/python3/src/Objects/bytesobject.c
+++ b/contrib/tools/python3/Objects/bytesobject.c
diff --git a/contrib/tools/python3/src/Objects/call.c b/contrib/tools/python3/Objects/call.c
index 0d548dcd5e1..0d548dcd5e1 100644
--- a/contrib/tools/python3/src/Objects/call.c
+++ b/contrib/tools/python3/Objects/call.c
diff --git a/contrib/tools/python3/src/Objects/capsule.c b/contrib/tools/python3/Objects/capsule.c
index a28e0304e83..a28e0304e83 100644
--- a/contrib/tools/python3/src/Objects/capsule.c
+++ b/contrib/tools/python3/Objects/capsule.c
diff --git a/contrib/tools/python3/src/Objects/cellobject.c b/contrib/tools/python3/Objects/cellobject.c
index f516707f6f8..f516707f6f8 100644
--- a/contrib/tools/python3/src/Objects/cellobject.c
+++ b/contrib/tools/python3/Objects/cellobject.c
diff --git a/contrib/tools/python3/src/Objects/classobject.c b/contrib/tools/python3/Objects/classobject.c
index 12dc276f289..12dc276f289 100644
--- a/contrib/tools/python3/src/Objects/classobject.c
+++ b/contrib/tools/python3/Objects/classobject.c
diff --git a/contrib/tools/python3/src/Objects/clinic/bytearrayobject.c.h b/contrib/tools/python3/Objects/clinic/bytearrayobject.c.h
index e7bf3183af8..e7bf3183af8 100644
--- a/contrib/tools/python3/src/Objects/clinic/bytearrayobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/bytearrayobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/bytesobject.c.h b/contrib/tools/python3/Objects/clinic/bytesobject.c.h
index 060056dafbd..060056dafbd 100644
--- a/contrib/tools/python3/src/Objects/clinic/bytesobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/bytesobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/classobject.c.h b/contrib/tools/python3/Objects/clinic/classobject.c.h
index a7bac63052b..a7bac63052b 100644
--- a/contrib/tools/python3/src/Objects/clinic/classobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/classobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/codeobject.c.h b/contrib/tools/python3/Objects/clinic/codeobject.c.h
index 1034627edd7..1034627edd7 100644
--- a/contrib/tools/python3/src/Objects/clinic/codeobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/codeobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/complexobject.c.h b/contrib/tools/python3/Objects/clinic/complexobject.c.h
index e92c6e98585..e92c6e98585 100644
--- a/contrib/tools/python3/src/Objects/clinic/complexobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/complexobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/descrobject.c.h b/contrib/tools/python3/Objects/clinic/descrobject.c.h
index 75706437df8..75706437df8 100644
--- a/contrib/tools/python3/src/Objects/clinic/descrobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/descrobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/dictobject.c.h b/contrib/tools/python3/Objects/clinic/dictobject.c.h
index bc2452330e4..bc2452330e4 100644
--- a/contrib/tools/python3/src/Objects/clinic/dictobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/dictobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/enumobject.c.h b/contrib/tools/python3/Objects/clinic/enumobject.c.h
index adf78efd0d6..adf78efd0d6 100644
--- a/contrib/tools/python3/src/Objects/clinic/enumobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/enumobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/floatobject.c.h b/contrib/tools/python3/Objects/clinic/floatobject.c.h
index a99fd74e4b6..a99fd74e4b6 100644
--- a/contrib/tools/python3/src/Objects/clinic/floatobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/floatobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/funcobject.c.h b/contrib/tools/python3/Objects/clinic/funcobject.c.h
index c3a3a8edc39..c3a3a8edc39 100644
--- a/contrib/tools/python3/src/Objects/clinic/funcobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/funcobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/listobject.c.h b/contrib/tools/python3/Objects/clinic/listobject.c.h
index e3d6ffa9f76..e3d6ffa9f76 100644
--- a/contrib/tools/python3/src/Objects/clinic/listobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/listobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/longobject.c.h b/contrib/tools/python3/Objects/clinic/longobject.c.h
index c26ceafbc2b..c26ceafbc2b 100644
--- a/contrib/tools/python3/src/Objects/clinic/longobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/longobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/memoryobject.c.h b/contrib/tools/python3/Objects/clinic/memoryobject.c.h
index 25a22341185..25a22341185 100644
--- a/contrib/tools/python3/src/Objects/clinic/memoryobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/memoryobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/moduleobject.c.h b/contrib/tools/python3/Objects/clinic/moduleobject.c.h
index 861bcea6215..861bcea6215 100644
--- a/contrib/tools/python3/src/Objects/clinic/moduleobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/moduleobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/odictobject.c.h b/contrib/tools/python3/Objects/clinic/odictobject.c.h
index 115a134e3f7..115a134e3f7 100644
--- a/contrib/tools/python3/src/Objects/clinic/odictobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/odictobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/structseq.c.h b/contrib/tools/python3/Objects/clinic/structseq.c.h
index 40ba18a544f..40ba18a544f 100644
--- a/contrib/tools/python3/src/Objects/clinic/structseq.c.h
+++ b/contrib/tools/python3/Objects/clinic/structseq.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/tupleobject.c.h b/contrib/tools/python3/Objects/clinic/tupleobject.c.h
index 3de95759a13..3de95759a13 100644
--- a/contrib/tools/python3/src/Objects/clinic/tupleobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/tupleobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/typeobject.c.h b/contrib/tools/python3/Objects/clinic/typeobject.c.h
index dc9746abfbe..dc9746abfbe 100644
--- a/contrib/tools/python3/src/Objects/clinic/typeobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/typeobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/typevarobject.c.h b/contrib/tools/python3/Objects/clinic/typevarobject.c.h
index 54189b98446..54189b98446 100644
--- a/contrib/tools/python3/src/Objects/clinic/typevarobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/typevarobject.c.h
diff --git a/contrib/tools/python3/src/Objects/clinic/unicodeobject.c.h b/contrib/tools/python3/Objects/clinic/unicodeobject.c.h
index 27cbf9d1543..27cbf9d1543 100644
--- a/contrib/tools/python3/src/Objects/clinic/unicodeobject.c.h
+++ b/contrib/tools/python3/Objects/clinic/unicodeobject.c.h
diff --git a/contrib/tools/python3/src/Objects/codeobject.c b/contrib/tools/python3/Objects/codeobject.c
index 5e358825d89..5e358825d89 100644
--- a/contrib/tools/python3/src/Objects/codeobject.c
+++ b/contrib/tools/python3/Objects/codeobject.c
diff --git a/contrib/tools/python3/src/Objects/complexobject.c b/contrib/tools/python3/Objects/complexobject.c
index aee03ddfb07..aee03ddfb07 100644
--- a/contrib/tools/python3/src/Objects/complexobject.c
+++ b/contrib/tools/python3/Objects/complexobject.c
diff --git a/contrib/tools/python3/src/Objects/descrobject.c b/contrib/tools/python3/Objects/descrobject.c
index d5e88dcf1c8..d5e88dcf1c8 100644
--- a/contrib/tools/python3/src/Objects/descrobject.c
+++ b/contrib/tools/python3/Objects/descrobject.c
diff --git a/contrib/tools/python3/src/Objects/dictobject.c b/contrib/tools/python3/Objects/dictobject.c
index 254cd9ad2f9..254cd9ad2f9 100644
--- a/contrib/tools/python3/src/Objects/dictobject.c
+++ b/contrib/tools/python3/Objects/dictobject.c
diff --git a/contrib/tools/python3/src/Objects/enumobject.c b/contrib/tools/python3/Objects/enumobject.c
index c9d90584c26..c9d90584c26 100644
--- a/contrib/tools/python3/src/Objects/enumobject.c
+++ b/contrib/tools/python3/Objects/enumobject.c
diff --git a/contrib/tools/python3/src/Objects/exceptions.c b/contrib/tools/python3/Objects/exceptions.c
index e3217c922ee..e3217c922ee 100644
--- a/contrib/tools/python3/src/Objects/exceptions.c
+++ b/contrib/tools/python3/Objects/exceptions.c
diff --git a/contrib/tools/python3/src/Objects/fileobject.c b/contrib/tools/python3/Objects/fileobject.c
index e99e155f2b8..e99e155f2b8 100644
--- a/contrib/tools/python3/src/Objects/fileobject.c
+++ b/contrib/tools/python3/Objects/fileobject.c
diff --git a/contrib/tools/python3/src/Objects/floatobject.c b/contrib/tools/python3/Objects/floatobject.c
index 83a263c0d9c..83a263c0d9c 100644
--- a/contrib/tools/python3/src/Objects/floatobject.c
+++ b/contrib/tools/python3/Objects/floatobject.c
diff --git a/contrib/tools/python3/src/Objects/frameobject.c b/contrib/tools/python3/Objects/frameobject.c
index d33c3cde526..d33c3cde526 100644
--- a/contrib/tools/python3/src/Objects/frameobject.c
+++ b/contrib/tools/python3/Objects/frameobject.c
diff --git a/contrib/tools/python3/src/Objects/funcobject.c b/contrib/tools/python3/Objects/funcobject.c
index f43e3a2787b..f43e3a2787b 100644
--- a/contrib/tools/python3/src/Objects/funcobject.c
+++ b/contrib/tools/python3/Objects/funcobject.c
diff --git a/contrib/tools/python3/src/Objects/genericaliasobject.c b/contrib/tools/python3/Objects/genericaliasobject.c
index 117b4e8dfb9..117b4e8dfb9 100644
--- a/contrib/tools/python3/src/Objects/genericaliasobject.c
+++ b/contrib/tools/python3/Objects/genericaliasobject.c
diff --git a/contrib/tools/python3/src/Objects/genobject.c b/contrib/tools/python3/Objects/genobject.c
index 3b9e4a60367..3b9e4a60367 100644
--- a/contrib/tools/python3/src/Objects/genobject.c
+++ b/contrib/tools/python3/Objects/genobject.c
diff --git a/contrib/tools/python3/src/Objects/interpreteridobject.c b/contrib/tools/python3/Objects/interpreteridobject.c
index 46239100dcb..46239100dcb 100644
--- a/contrib/tools/python3/src/Objects/interpreteridobject.c
+++ b/contrib/tools/python3/Objects/interpreteridobject.c
diff --git a/contrib/tools/python3/src/Objects/iterobject.c b/contrib/tools/python3/Objects/iterobject.c
index 7cb17a6ca4a..7cb17a6ca4a 100644
--- a/contrib/tools/python3/src/Objects/iterobject.c
+++ b/contrib/tools/python3/Objects/iterobject.c
diff --git a/contrib/tools/python3/src/Objects/listobject.c b/contrib/tools/python3/Objects/listobject.c
index f1edfb3a9a0..f1edfb3a9a0 100644
--- a/contrib/tools/python3/src/Objects/listobject.c
+++ b/contrib/tools/python3/Objects/listobject.c
diff --git a/contrib/tools/python3/src/Objects/longobject.c b/contrib/tools/python3/Objects/longobject.c
index 5d9b4138614..5d9b4138614 100644
--- a/contrib/tools/python3/src/Objects/longobject.c
+++ b/contrib/tools/python3/Objects/longobject.c
diff --git a/contrib/tools/python3/src/Objects/memoryobject.c b/contrib/tools/python3/Objects/memoryobject.c
index b0168044d9f..b0168044d9f 100644
--- a/contrib/tools/python3/src/Objects/memoryobject.c
+++ b/contrib/tools/python3/Objects/memoryobject.c
diff --git a/contrib/tools/python3/src/Objects/methodobject.c b/contrib/tools/python3/Objects/methodobject.c
index 44735045163..44735045163 100644
--- a/contrib/tools/python3/src/Objects/methodobject.c
+++ b/contrib/tools/python3/Objects/methodobject.c
diff --git a/contrib/tools/python3/src/Objects/moduleobject.c b/contrib/tools/python3/Objects/moduleobject.c
index 4daf1a929e0..4daf1a929e0 100644
--- a/contrib/tools/python3/src/Objects/moduleobject.c
+++ b/contrib/tools/python3/Objects/moduleobject.c
diff --git a/contrib/tools/python3/src/Objects/namespaceobject.c b/contrib/tools/python3/Objects/namespaceobject.c
index 2cc4ddd3c91..2cc4ddd3c91 100644
--- a/contrib/tools/python3/src/Objects/namespaceobject.c
+++ b/contrib/tools/python3/Objects/namespaceobject.c
diff --git a/contrib/tools/python3/src/Objects/object.c b/contrib/tools/python3/Objects/object.c
index aac707d6a26..aac707d6a26 100644
--- a/contrib/tools/python3/src/Objects/object.c
+++ b/contrib/tools/python3/Objects/object.c
diff --git a/contrib/tools/python3/src/Objects/obmalloc.c b/contrib/tools/python3/Objects/obmalloc.c
index 9620a8fbb44..9620a8fbb44 100644
--- a/contrib/tools/python3/src/Objects/obmalloc.c
+++ b/contrib/tools/python3/Objects/obmalloc.c
diff --git a/contrib/tools/python3/src/Objects/odictobject.c b/contrib/tools/python3/Objects/odictobject.c
index 39b0f684510..39b0f684510 100644
--- a/contrib/tools/python3/src/Objects/odictobject.c
+++ b/contrib/tools/python3/Objects/odictobject.c
diff --git a/contrib/tools/python3/src/Objects/picklebufobject.c b/contrib/tools/python3/Objects/picklebufobject.c
index aaa852cfbb0..aaa852cfbb0 100644
--- a/contrib/tools/python3/src/Objects/picklebufobject.c
+++ b/contrib/tools/python3/Objects/picklebufobject.c
diff --git a/contrib/tools/python3/src/Objects/rangeobject.c b/contrib/tools/python3/Objects/rangeobject.c
index beb86b9623b..beb86b9623b 100644
--- a/contrib/tools/python3/src/Objects/rangeobject.c
+++ b/contrib/tools/python3/Objects/rangeobject.c
diff --git a/contrib/tools/python3/src/Objects/setobject.c b/contrib/tools/python3/Objects/setobject.c
index 763f9a3d204..763f9a3d204 100644
--- a/contrib/tools/python3/src/Objects/setobject.c
+++ b/contrib/tools/python3/Objects/setobject.c
diff --git a/contrib/tools/python3/src/Objects/sliceobject.c b/contrib/tools/python3/Objects/sliceobject.c
index e6776ac92b6..e6776ac92b6 100644
--- a/contrib/tools/python3/src/Objects/sliceobject.c
+++ b/contrib/tools/python3/Objects/sliceobject.c
diff --git a/contrib/tools/python3/src/Objects/stringlib/asciilib.h b/contrib/tools/python3/Objects/stringlib/asciilib.h
index b3016bfbbb0..b3016bfbbb0 100644
--- a/contrib/tools/python3/src/Objects/stringlib/asciilib.h
+++ b/contrib/tools/python3/Objects/stringlib/asciilib.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/clinic/transmogrify.h.h b/contrib/tools/python3/Objects/stringlib/clinic/transmogrify.h.h
index 49388cf043c..49388cf043c 100644
--- a/contrib/tools/python3/src/Objects/stringlib/clinic/transmogrify.h.h
+++ b/contrib/tools/python3/Objects/stringlib/clinic/transmogrify.h.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/codecs.h b/contrib/tools/python3/Objects/stringlib/codecs.h
index 958cc861478..958cc861478 100644
--- a/contrib/tools/python3/src/Objects/stringlib/codecs.h
+++ b/contrib/tools/python3/Objects/stringlib/codecs.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/count.h b/contrib/tools/python3/Objects/stringlib/count.h
index e20edcd104b..e20edcd104b 100644
--- a/contrib/tools/python3/src/Objects/stringlib/count.h
+++ b/contrib/tools/python3/Objects/stringlib/count.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/ctype.h b/contrib/tools/python3/Objects/stringlib/ctype.h
index 9b319b07d11..9b319b07d11 100644
--- a/contrib/tools/python3/src/Objects/stringlib/ctype.h
+++ b/contrib/tools/python3/Objects/stringlib/ctype.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/eq.h b/contrib/tools/python3/Objects/stringlib/eq.h
index 2eac4baf5ca..2eac4baf5ca 100644
--- a/contrib/tools/python3/src/Objects/stringlib/eq.h
+++ b/contrib/tools/python3/Objects/stringlib/eq.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/fastsearch.h b/contrib/tools/python3/Objects/stringlib/fastsearch.h
index 257b7bd6788..257b7bd6788 100644
--- a/contrib/tools/python3/src/Objects/stringlib/fastsearch.h
+++ b/contrib/tools/python3/Objects/stringlib/fastsearch.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/find.h b/contrib/tools/python3/Objects/stringlib/find.h
index 509b9297396..509b9297396 100644
--- a/contrib/tools/python3/src/Objects/stringlib/find.h
+++ b/contrib/tools/python3/Objects/stringlib/find.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/find_max_char.h b/contrib/tools/python3/Objects/stringlib/find_max_char.h
index b9ffdfc2e35..b9ffdfc2e35 100644
--- a/contrib/tools/python3/src/Objects/stringlib/find_max_char.h
+++ b/contrib/tools/python3/Objects/stringlib/find_max_char.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/join.h b/contrib/tools/python3/Objects/stringlib/join.h
index de6bd83ffe4..de6bd83ffe4 100644
--- a/contrib/tools/python3/src/Objects/stringlib/join.h
+++ b/contrib/tools/python3/Objects/stringlib/join.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/localeutil.h b/contrib/tools/python3/Objects/stringlib/localeutil.h
index d77715ec0de..d77715ec0de 100644
--- a/contrib/tools/python3/src/Objects/stringlib/localeutil.h
+++ b/contrib/tools/python3/Objects/stringlib/localeutil.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/partition.h b/contrib/tools/python3/Objects/stringlib/partition.h
index bcc217697b2..bcc217697b2 100644
--- a/contrib/tools/python3/src/Objects/stringlib/partition.h
+++ b/contrib/tools/python3/Objects/stringlib/partition.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/replace.h b/contrib/tools/python3/Objects/stringlib/replace.h
index 123c9f850f5..123c9f850f5 100644
--- a/contrib/tools/python3/src/Objects/stringlib/replace.h
+++ b/contrib/tools/python3/Objects/stringlib/replace.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/split.h b/contrib/tools/python3/Objects/stringlib/split.h
index 0c11b7214e9..0c11b7214e9 100644
--- a/contrib/tools/python3/src/Objects/stringlib/split.h
+++ b/contrib/tools/python3/Objects/stringlib/split.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/stringdefs.h b/contrib/tools/python3/Objects/stringlib/stringdefs.h
index 484b98b7291..484b98b7291 100644
--- a/contrib/tools/python3/src/Objects/stringlib/stringdefs.h
+++ b/contrib/tools/python3/Objects/stringlib/stringdefs.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/transmogrify.h b/contrib/tools/python3/Objects/stringlib/transmogrify.h
index 71099bb586e..71099bb586e 100644
--- a/contrib/tools/python3/src/Objects/stringlib/transmogrify.h
+++ b/contrib/tools/python3/Objects/stringlib/transmogrify.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/ucs1lib.h b/contrib/tools/python3/Objects/stringlib/ucs1lib.h
index 1b9b65ecbaa..1b9b65ecbaa 100644
--- a/contrib/tools/python3/src/Objects/stringlib/ucs1lib.h
+++ b/contrib/tools/python3/Objects/stringlib/ucs1lib.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/ucs2lib.h b/contrib/tools/python3/Objects/stringlib/ucs2lib.h
index 4b49bbb31d7..4b49bbb31d7 100644
--- a/contrib/tools/python3/src/Objects/stringlib/ucs2lib.h
+++ b/contrib/tools/python3/Objects/stringlib/ucs2lib.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/ucs4lib.h b/contrib/tools/python3/Objects/stringlib/ucs4lib.h
index def4ca5d17d..def4ca5d17d 100644
--- a/contrib/tools/python3/src/Objects/stringlib/ucs4lib.h
+++ b/contrib/tools/python3/Objects/stringlib/ucs4lib.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/undef.h b/contrib/tools/python3/Objects/stringlib/undef.h
index cc873a2ec4e..cc873a2ec4e 100644
--- a/contrib/tools/python3/src/Objects/stringlib/undef.h
+++ b/contrib/tools/python3/Objects/stringlib/undef.h
diff --git a/contrib/tools/python3/src/Objects/stringlib/unicode_format.h b/contrib/tools/python3/Objects/stringlib/unicode_format.h
index ccd7c77c0a0..ccd7c77c0a0 100644
--- a/contrib/tools/python3/src/Objects/stringlib/unicode_format.h
+++ b/contrib/tools/python3/Objects/stringlib/unicode_format.h
diff --git a/contrib/tools/python3/src/Objects/structseq.c b/contrib/tools/python3/Objects/structseq.c
index 8b189595710..8b189595710 100644
--- a/contrib/tools/python3/src/Objects/structseq.c
+++ b/contrib/tools/python3/Objects/structseq.c
diff --git a/contrib/tools/python3/src/Objects/tupleobject.c b/contrib/tools/python3/Objects/tupleobject.c
index 991edcc8667..991edcc8667 100644
--- a/contrib/tools/python3/src/Objects/tupleobject.c
+++ b/contrib/tools/python3/Objects/tupleobject.c
diff --git a/contrib/tools/python3/src/Objects/typeobject.c b/contrib/tools/python3/Objects/typeobject.c
index 8aa07d85281..8aa07d85281 100644
--- a/contrib/tools/python3/src/Objects/typeobject.c
+++ b/contrib/tools/python3/Objects/typeobject.c
diff --git a/contrib/tools/python3/src/Objects/typeslots.inc b/contrib/tools/python3/Objects/typeslots.inc
index 896daa7d806..896daa7d806 100644
--- a/contrib/tools/python3/src/Objects/typeslots.inc
+++ b/contrib/tools/python3/Objects/typeslots.inc
diff --git a/contrib/tools/python3/src/Objects/typevarobject.c b/contrib/tools/python3/Objects/typevarobject.c
index db9c2191d60..db9c2191d60 100644
--- a/contrib/tools/python3/src/Objects/typevarobject.c
+++ b/contrib/tools/python3/Objects/typevarobject.c
diff --git a/contrib/tools/python3/src/Objects/unicodectype.c b/contrib/tools/python3/Objects/unicodectype.c
index aa5c5b2a4ad..aa5c5b2a4ad 100644
--- a/contrib/tools/python3/src/Objects/unicodectype.c
+++ b/contrib/tools/python3/Objects/unicodectype.c
diff --git a/contrib/tools/python3/src/Objects/unicodeobject.c b/contrib/tools/python3/Objects/unicodeobject.c
index f6787c8f8aa..f6787c8f8aa 100644
--- a/contrib/tools/python3/src/Objects/unicodeobject.c
+++ b/contrib/tools/python3/Objects/unicodeobject.c
diff --git a/contrib/tools/python3/src/Objects/unicodetype_db.h b/contrib/tools/python3/Objects/unicodetype_db.h
index 22f8243eaec..22f8243eaec 100644
--- a/contrib/tools/python3/src/Objects/unicodetype_db.h
+++ b/contrib/tools/python3/Objects/unicodetype_db.h
diff --git a/contrib/tools/python3/src/Objects/unionobject.c b/contrib/tools/python3/Objects/unionobject.c
index f509a161bb9..f509a161bb9 100644
--- a/contrib/tools/python3/src/Objects/unionobject.c
+++ b/contrib/tools/python3/Objects/unionobject.c
diff --git a/contrib/tools/python3/src/Objects/weakrefobject.c b/contrib/tools/python3/Objects/weakrefobject.c
index aee79fc1410..aee79fc1410 100644
--- a/contrib/tools/python3/src/Objects/weakrefobject.c
+++ b/contrib/tools/python3/Objects/weakrefobject.c
diff --git a/contrib/tools/python3/src/PC/WinMain.c b/contrib/tools/python3/PC/WinMain.c
index 07e21ce3e9f..07e21ce3e9f 100644
--- a/contrib/tools/python3/src/PC/WinMain.c
+++ b/contrib/tools/python3/PC/WinMain.c
diff --git a/contrib/tools/python3/src/PC/clinic/msvcrtmodule.c.h b/contrib/tools/python3/PC/clinic/msvcrtmodule.c.h
index b708c6cdde7..b708c6cdde7 100644
--- a/contrib/tools/python3/src/PC/clinic/msvcrtmodule.c.h
+++ b/contrib/tools/python3/PC/clinic/msvcrtmodule.c.h
diff --git a/contrib/tools/python3/src/PC/clinic/winreg.c.h b/contrib/tools/python3/PC/clinic/winreg.c.h
index 4109c85276f..4109c85276f 100644
--- a/contrib/tools/python3/src/PC/clinic/winreg.c.h
+++ b/contrib/tools/python3/PC/clinic/winreg.c.h
diff --git a/contrib/tools/python3/src/PC/clinic/winsound.c.h b/contrib/tools/python3/PC/clinic/winsound.c.h
index 241d547c267..241d547c267 100644
--- a/contrib/tools/python3/src/PC/clinic/winsound.c.h
+++ b/contrib/tools/python3/PC/clinic/winsound.c.h
diff --git a/contrib/tools/python3/src/PC/errmap.h b/contrib/tools/python3/PC/errmap.h
index a7489ab75c6..a7489ab75c6 100644
--- a/contrib/tools/python3/src/PC/errmap.h
+++ b/contrib/tools/python3/PC/errmap.h
diff --git a/contrib/tools/python3/src/PC/invalid_parameter_handler.c b/contrib/tools/python3/PC/invalid_parameter_handler.c
index d634710cbec..d634710cbec 100644
--- a/contrib/tools/python3/src/PC/invalid_parameter_handler.c
+++ b/contrib/tools/python3/PC/invalid_parameter_handler.c
diff --git a/contrib/tools/python3/src/PC/msvcrtmodule.c b/contrib/tools/python3/PC/msvcrtmodule.c
index 53ef26b732f..53ef26b732f 100644
--- a/contrib/tools/python3/src/PC/msvcrtmodule.c
+++ b/contrib/tools/python3/PC/msvcrtmodule.c
diff --git a/contrib/tools/python3/src/PC/pyconfig.h b/contrib/tools/python3/PC/pyconfig.h
index db9e8a8855d..db9e8a8855d 100644
--- a/contrib/tools/python3/src/PC/pyconfig.h
+++ b/contrib/tools/python3/PC/pyconfig.h
diff --git a/contrib/tools/python3/src/PC/winreg.c b/contrib/tools/python3/PC/winreg.c
index e2d5322f458..e2d5322f458 100644
--- a/contrib/tools/python3/src/PC/winreg.c
+++ b/contrib/tools/python3/PC/winreg.c
diff --git a/contrib/tools/python3/src/PC/winsound.c b/contrib/tools/python3/PC/winsound.c
index 68a917810f8..68a917810f8 100644
--- a/contrib/tools/python3/src/PC/winsound.c
+++ b/contrib/tools/python3/PC/winsound.c
diff --git a/contrib/tools/python3/src/Parser/action_helpers.c b/contrib/tools/python3/Parser/action_helpers.c
index e68a9cac259..e68a9cac259 100644
--- a/contrib/tools/python3/src/Parser/action_helpers.c
+++ b/contrib/tools/python3/Parser/action_helpers.c
diff --git a/contrib/tools/python3/src/Parser/myreadline.c b/contrib/tools/python3/Parser/myreadline.c
index 7074aba74b7..7074aba74b7 100644
--- a/contrib/tools/python3/src/Parser/myreadline.c
+++ b/contrib/tools/python3/Parser/myreadline.c
diff --git a/contrib/tools/python3/src/Parser/parser.c b/contrib/tools/python3/Parser/parser.c
index 25b4ead7819..25b4ead7819 100644
--- a/contrib/tools/python3/src/Parser/parser.c
+++ b/contrib/tools/python3/Parser/parser.c
diff --git a/contrib/tools/python3/src/Parser/peg_api.c b/contrib/tools/python3/Parser/peg_api.c
index 1487ac4ff85..1487ac4ff85 100644
--- a/contrib/tools/python3/src/Parser/peg_api.c
+++ b/contrib/tools/python3/Parser/peg_api.c
diff --git a/contrib/tools/python3/src/Parser/pegen.c b/contrib/tools/python3/Parser/pegen.c
index cbceaae599d..cbceaae599d 100644
--- a/contrib/tools/python3/src/Parser/pegen.c
+++ b/contrib/tools/python3/Parser/pegen.c
diff --git a/contrib/tools/python3/src/Parser/pegen.h b/contrib/tools/python3/Parser/pegen.h
index c2a3e02b2e0..c2a3e02b2e0 100644
--- a/contrib/tools/python3/src/Parser/pegen.h
+++ b/contrib/tools/python3/Parser/pegen.h
diff --git a/contrib/tools/python3/src/Parser/pegen_errors.c b/contrib/tools/python3/Parser/pegen_errors.c
index cefec5d2757..cefec5d2757 100644
--- a/contrib/tools/python3/src/Parser/pegen_errors.c
+++ b/contrib/tools/python3/Parser/pegen_errors.c
diff --git a/contrib/tools/python3/src/Parser/string_parser.c b/contrib/tools/python3/Parser/string_parser.c
index 65c320c2173..65c320c2173 100644
--- a/contrib/tools/python3/src/Parser/string_parser.c
+++ b/contrib/tools/python3/Parser/string_parser.c
diff --git a/contrib/tools/python3/src/Parser/string_parser.h b/contrib/tools/python3/Parser/string_parser.h
index 0b34de1b4e4..0b34de1b4e4 100644
--- a/contrib/tools/python3/src/Parser/string_parser.h
+++ b/contrib/tools/python3/Parser/string_parser.h
diff --git a/contrib/tools/python3/src/Parser/token.c b/contrib/tools/python3/Parser/token.c
index 2bc963a91c7..2bc963a91c7 100644
--- a/contrib/tools/python3/src/Parser/token.c
+++ b/contrib/tools/python3/Parser/token.c
diff --git a/contrib/tools/python3/src/Parser/tokenizer.c b/contrib/tools/python3/Parser/tokenizer.c
index 27d49c6f89e..27d49c6f89e 100644
--- a/contrib/tools/python3/src/Parser/tokenizer.c
+++ b/contrib/tools/python3/Parser/tokenizer.c
diff --git a/contrib/tools/python3/src/Parser/tokenizer.h b/contrib/tools/python3/Parser/tokenizer.h
index 1e1daa3648f..1e1daa3648f 100644
--- a/contrib/tools/python3/src/Parser/tokenizer.h
+++ b/contrib/tools/python3/Parser/tokenizer.h
diff --git a/contrib/tools/python3/src/Programs/python.c b/contrib/tools/python3/Programs/python.c
index 84148f7767a..84148f7767a 100644
--- a/contrib/tools/python3/src/Programs/python.c
+++ b/contrib/tools/python3/Programs/python.c
diff --git a/contrib/tools/python3/src/Python/Python-ast.c b/contrib/tools/python3/Python/Python-ast.c
index 6c95f07c386..6c95f07c386 100644
--- a/contrib/tools/python3/src/Python/Python-ast.c
+++ b/contrib/tools/python3/Python/Python-ast.c
diff --git a/contrib/tools/python3/src/Python/Python-tokenize.c b/contrib/tools/python3/Python/Python-tokenize.c
index 179f71aa1f5..179f71aa1f5 100644
--- a/contrib/tools/python3/src/Python/Python-tokenize.c
+++ b/contrib/tools/python3/Python/Python-tokenize.c
diff --git a/contrib/tools/python3/src/Python/_warnings.c b/contrib/tools/python3/Python/_warnings.c
index 1f91edbf5cb..1f91edbf5cb 100644
--- a/contrib/tools/python3/src/Python/_warnings.c
+++ b/contrib/tools/python3/Python/_warnings.c
diff --git a/contrib/tools/python3/src/Python/asdl.c b/contrib/tools/python3/Python/asdl.c
index a7f2180c88e..a7f2180c88e 100644
--- a/contrib/tools/python3/src/Python/asdl.c
+++ b/contrib/tools/python3/Python/asdl.c
diff --git a/contrib/tools/python3/src/Python/asm_trampoline.S b/contrib/tools/python3/Python/asm_trampoline.S
index 460707717df..460707717df 100644
--- a/contrib/tools/python3/src/Python/asm_trampoline.S
+++ b/contrib/tools/python3/Python/asm_trampoline.S
diff --git a/contrib/tools/python3/src/Python/assemble.c b/contrib/tools/python3/Python/assemble.c
index 8789d8ef978..8789d8ef978 100644
--- a/contrib/tools/python3/src/Python/assemble.c
+++ b/contrib/tools/python3/Python/assemble.c
diff --git a/contrib/tools/python3/src/Python/ast.c b/contrib/tools/python3/Python/ast.c
index 82d7beec0ee..82d7beec0ee 100644
--- a/contrib/tools/python3/src/Python/ast.c
+++ b/contrib/tools/python3/Python/ast.c
diff --git a/contrib/tools/python3/src/Python/ast_opt.c b/contrib/tools/python3/Python/ast_opt.c
index f8c4a951323..f8c4a951323 100644
--- a/contrib/tools/python3/src/Python/ast_opt.c
+++ b/contrib/tools/python3/Python/ast_opt.c
diff --git a/contrib/tools/python3/src/Python/ast_unparse.c b/contrib/tools/python3/Python/ast_unparse.c
index 8aff045101c..8aff045101c 100644
--- a/contrib/tools/python3/src/Python/ast_unparse.c
+++ b/contrib/tools/python3/Python/ast_unparse.c
diff --git a/contrib/tools/python3/src/Python/bltinmodule.c b/contrib/tools/python3/Python/bltinmodule.c
index 84fbc33a48c..84fbc33a48c 100644
--- a/contrib/tools/python3/src/Python/bltinmodule.c
+++ b/contrib/tools/python3/Python/bltinmodule.c
diff --git a/contrib/tools/python3/src/Python/bootstrap_hash.c b/contrib/tools/python3/Python/bootstrap_hash.c
index da85db35c14..da85db35c14 100644
--- a/contrib/tools/python3/src/Python/bootstrap_hash.c
+++ b/contrib/tools/python3/Python/bootstrap_hash.c
diff --git a/contrib/tools/python3/src/Python/ceval.c b/contrib/tools/python3/Python/ceval.c
index 6110883ca0e..6110883ca0e 100644
--- a/contrib/tools/python3/src/Python/ceval.c
+++ b/contrib/tools/python3/Python/ceval.c
diff --git a/contrib/tools/python3/src/Python/ceval_gil.c b/contrib/tools/python3/Python/ceval_gil.c
index c1ab5883568..c1ab5883568 100644
--- a/contrib/tools/python3/src/Python/ceval_gil.c
+++ b/contrib/tools/python3/Python/ceval_gil.c
diff --git a/contrib/tools/python3/src/Python/ceval_macros.h b/contrib/tools/python3/Python/ceval_macros.h
index fccf9088cbd..fccf9088cbd 100644
--- a/contrib/tools/python3/src/Python/ceval_macros.h
+++ b/contrib/tools/python3/Python/ceval_macros.h
diff --git a/contrib/tools/python3/src/Python/clinic/Python-tokenize.c.h b/contrib/tools/python3/Python/clinic/Python-tokenize.c.h
index 28f5075826e..28f5075826e 100644
--- a/contrib/tools/python3/src/Python/clinic/Python-tokenize.c.h
+++ b/contrib/tools/python3/Python/clinic/Python-tokenize.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/_warnings.c.h b/contrib/tools/python3/Python/clinic/_warnings.c.h
index 432e554af85..432e554af85 100644
--- a/contrib/tools/python3/src/Python/clinic/_warnings.c.h
+++ b/contrib/tools/python3/Python/clinic/_warnings.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/bltinmodule.c.h b/contrib/tools/python3/Python/clinic/bltinmodule.c.h
index b77b4a1e4b4..b77b4a1e4b4 100644
--- a/contrib/tools/python3/src/Python/clinic/bltinmodule.c.h
+++ b/contrib/tools/python3/Python/clinic/bltinmodule.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/context.c.h b/contrib/tools/python3/Python/clinic/context.c.h
index 27c375717bf..27c375717bf 100644
--- a/contrib/tools/python3/src/Python/clinic/context.c.h
+++ b/contrib/tools/python3/Python/clinic/context.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/import.c.h b/contrib/tools/python3/Python/clinic/import.c.h
index cb74be6a422..cb74be6a422 100644
--- a/contrib/tools/python3/src/Python/clinic/import.c.h
+++ b/contrib/tools/python3/Python/clinic/import.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/instrumentation.c.h b/contrib/tools/python3/Python/clinic/instrumentation.c.h
index cf3984ca24b..cf3984ca24b 100644
--- a/contrib/tools/python3/src/Python/clinic/instrumentation.c.h
+++ b/contrib/tools/python3/Python/clinic/instrumentation.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/marshal.c.h b/contrib/tools/python3/Python/clinic/marshal.c.h
index a593b980544..a593b980544 100644
--- a/contrib/tools/python3/src/Python/clinic/marshal.c.h
+++ b/contrib/tools/python3/Python/clinic/marshal.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/sysmodule.c.h b/contrib/tools/python3/Python/clinic/sysmodule.c.h
index 7a7c188bccc..7a7c188bccc 100644
--- a/contrib/tools/python3/src/Python/clinic/sysmodule.c.h
+++ b/contrib/tools/python3/Python/clinic/sysmodule.c.h
diff --git a/contrib/tools/python3/src/Python/clinic/traceback.c.h b/contrib/tools/python3/Python/clinic/traceback.c.h
index 3c344934971..3c344934971 100644
--- a/contrib/tools/python3/src/Python/clinic/traceback.c.h
+++ b/contrib/tools/python3/Python/clinic/traceback.c.h
diff --git a/contrib/tools/python3/src/Python/codecs.c b/contrib/tools/python3/Python/codecs.c
index 1983f56ba20..1983f56ba20 100644
--- a/contrib/tools/python3/src/Python/codecs.c
+++ b/contrib/tools/python3/Python/codecs.c
diff --git a/contrib/tools/python3/src/Python/compile.c b/contrib/tools/python3/Python/compile.c
index ddd7b5c795b..ddd7b5c795b 100644
--- a/contrib/tools/python3/src/Python/compile.c
+++ b/contrib/tools/python3/Python/compile.c
diff --git a/contrib/tools/python3/src/Python/condvar.h b/contrib/tools/python3/Python/condvar.h
index 4ddc5311cf8..4ddc5311cf8 100644
--- a/contrib/tools/python3/src/Python/condvar.h
+++ b/contrib/tools/python3/Python/condvar.h
diff --git a/contrib/tools/python3/src/Python/context.c b/contrib/tools/python3/Python/context.c
index 1ffae9871be..1ffae9871be 100644
--- a/contrib/tools/python3/src/Python/context.c
+++ b/contrib/tools/python3/Python/context.c
diff --git a/contrib/tools/python3/src/Python/deepfreeze/README.txt b/contrib/tools/python3/Python/deepfreeze/README.txt
index 276ab51143a..276ab51143a 100644
--- a/contrib/tools/python3/src/Python/deepfreeze/README.txt
+++ b/contrib/tools/python3/Python/deepfreeze/README.txt
diff --git a/contrib/tools/python3/src/Python/deepfreeze/deepfreeze.c b/contrib/tools/python3/Python/deepfreeze/deepfreeze.c
index d6ce3426b45..d6ce3426b45 100644
--- a/contrib/tools/python3/src/Python/deepfreeze/deepfreeze.c
+++ b/contrib/tools/python3/Python/deepfreeze/deepfreeze.c
diff --git a/contrib/tools/python3/src/Python/dtoa.c b/contrib/tools/python3/Python/dtoa.c
index c5e343b82f7..c5e343b82f7 100644
--- a/contrib/tools/python3/src/Python/dtoa.c
+++ b/contrib/tools/python3/Python/dtoa.c
diff --git a/contrib/tools/python3/src/Python/dynamic_annotations.c b/contrib/tools/python3/Python/dynamic_annotations.c
index 7febaa09df1..7febaa09df1 100644
--- a/contrib/tools/python3/src/Python/dynamic_annotations.c
+++ b/contrib/tools/python3/Python/dynamic_annotations.c
diff --git a/contrib/tools/python3/src/Python/dynload_shlib.c b/contrib/tools/python3/Python/dynload_shlib.c
index 6761bba4579..6761bba4579 100644
--- a/contrib/tools/python3/src/Python/dynload_shlib.c
+++ b/contrib/tools/python3/Python/dynload_shlib.c
diff --git a/contrib/tools/python3/src/Python/dynload_win.c b/contrib/tools/python3/Python/dynload_win.c
index acab05e2c6d..acab05e2c6d 100644
--- a/contrib/tools/python3/src/Python/dynload_win.c
+++ b/contrib/tools/python3/Python/dynload_win.c
diff --git a/contrib/tools/python3/src/Python/errors.c b/contrib/tools/python3/Python/errors.c
index 68e740425b6..68e740425b6 100644
--- a/contrib/tools/python3/src/Python/errors.c
+++ b/contrib/tools/python3/Python/errors.c
diff --git a/contrib/tools/python3/src/Python/fileutils.c b/contrib/tools/python3/Python/fileutils.c
index 45de2b891d9..45de2b891d9 100644
--- a/contrib/tools/python3/src/Python/fileutils.c
+++ b/contrib/tools/python3/Python/fileutils.c
diff --git a/contrib/tools/python3/src/Python/flowgraph.c b/contrib/tools/python3/Python/flowgraph.c
index fbbe053ae58..fbbe053ae58 100644
--- a/contrib/tools/python3/src/Python/flowgraph.c
+++ b/contrib/tools/python3/Python/flowgraph.c
diff --git a/contrib/tools/python3/src/Python/formatter_unicode.c b/contrib/tools/python3/Python/formatter_unicode.c
index 38e5f69bfb4..38e5f69bfb4 100644
--- a/contrib/tools/python3/src/Python/formatter_unicode.c
+++ b/contrib/tools/python3/Python/formatter_unicode.c
diff --git a/contrib/tools/python3/src/Python/frame.c b/contrib/tools/python3/Python/frame.c
index b84fd9b6a93..b84fd9b6a93 100644
--- a/contrib/tools/python3/src/Python/frame.c
+++ b/contrib/tools/python3/Python/frame.c
diff --git a/contrib/tools/python3/src/Python/frozen.c b/contrib/tools/python3/Python/frozen.c
index f8e0b8b065a..f8e0b8b065a 100644
--- a/contrib/tools/python3/src/Python/frozen.c
+++ b/contrib/tools/python3/Python/frozen.c
diff --git a/contrib/tools/python3/src/Python/frozen_modules/README.txt b/contrib/tools/python3/Python/frozen_modules/README.txt
index 795bb0efad3..795bb0efad3 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/README.txt
+++ b/contrib/tools/python3/Python/frozen_modules/README.txt
diff --git a/contrib/tools/python3/src/Python/frozen_modules/__hello__.h b/contrib/tools/python3/Python/frozen_modules/__hello__.h
index 3325f05298a..3325f05298a 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/__hello__.h
+++ b/contrib/tools/python3/Python/frozen_modules/__hello__.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/__phello__.h b/contrib/tools/python3/Python/frozen_modules/__phello__.h
index 70394ad9b82..70394ad9b82 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/__phello__.h
+++ b/contrib/tools/python3/Python/frozen_modules/__phello__.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.eggs.h b/contrib/tools/python3/Python/frozen_modules/__phello__.ham.eggs.h
index 26151b1ccfe..26151b1ccfe 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.eggs.h
+++ b/contrib/tools/python3/Python/frozen_modules/__phello__.ham.eggs.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.h b/contrib/tools/python3/Python/frozen_modules/__phello__.ham.h
index 04fbf313adc..04fbf313adc 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/__phello__.ham.h
+++ b/contrib/tools/python3/Python/frozen_modules/__phello__.ham.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/__phello__.spam.h b/contrib/tools/python3/Python/frozen_modules/__phello__.spam.h
index a9903d8224c..a9903d8224c 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/__phello__.spam.h
+++ b/contrib/tools/python3/Python/frozen_modules/__phello__.spam.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/_collections_abc.h b/contrib/tools/python3/Python/frozen_modules/_collections_abc.h
index 07817070698..07817070698 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/_collections_abc.h
+++ b/contrib/tools/python3/Python/frozen_modules/_collections_abc.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/_sitebuiltins.h b/contrib/tools/python3/Python/frozen_modules/_sitebuiltins.h
index 7569a3ac216..7569a3ac216 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/_sitebuiltins.h
+++ b/contrib/tools/python3/Python/frozen_modules/_sitebuiltins.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/abc.h b/contrib/tools/python3/Python/frozen_modules/abc.h
index ba88c8d67da..ba88c8d67da 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/abc.h
+++ b/contrib/tools/python3/Python/frozen_modules/abc.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/codecs.h b/contrib/tools/python3/Python/frozen_modules/codecs.h
index ad126ebe86f..ad126ebe86f 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/codecs.h
+++ b/contrib/tools/python3/Python/frozen_modules/codecs.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/frozen_only.h b/contrib/tools/python3/Python/frozen_modules/frozen_only.h
index 0fca6de55cc..0fca6de55cc 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/frozen_only.h
+++ b/contrib/tools/python3/Python/frozen_modules/frozen_only.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/genericpath.h b/contrib/tools/python3/Python/frozen_modules/genericpath.h
index cdbd57a934a..cdbd57a934a 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/genericpath.h
+++ b/contrib/tools/python3/Python/frozen_modules/genericpath.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/getpath.h b/contrib/tools/python3/Python/frozen_modules/getpath.h
index 1bc2a38dc05..1bc2a38dc05 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/getpath.h
+++ b/contrib/tools/python3/Python/frozen_modules/getpath.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap.h b/contrib/tools/python3/Python/frozen_modules/importlib._bootstrap.h
index 20e6d2d6189..20e6d2d6189 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap.h
+++ b/contrib/tools/python3/Python/frozen_modules/importlib._bootstrap.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap_external.h b/contrib/tools/python3/Python/frozen_modules/importlib._bootstrap_external.h
index 0fa4dc9016e..0fa4dc9016e 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/importlib._bootstrap_external.h
+++ b/contrib/tools/python3/Python/frozen_modules/importlib._bootstrap_external.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/importlib.machinery.h b/contrib/tools/python3/Python/frozen_modules/importlib.machinery.h
index e655b7ae5ec..e655b7ae5ec 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/importlib.machinery.h
+++ b/contrib/tools/python3/Python/frozen_modules/importlib.machinery.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/importlib.util.h b/contrib/tools/python3/Python/frozen_modules/importlib.util.h
index 22663178b90..22663178b90 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/importlib.util.h
+++ b/contrib/tools/python3/Python/frozen_modules/importlib.util.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/io.h b/contrib/tools/python3/Python/frozen_modules/io.h
index a0c9f67c889..a0c9f67c889 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/io.h
+++ b/contrib/tools/python3/Python/frozen_modules/io.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/ntpath.h b/contrib/tools/python3/Python/frozen_modules/ntpath.h
index ce208ace9e1..ce208ace9e1 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/ntpath.h
+++ b/contrib/tools/python3/Python/frozen_modules/ntpath.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/os.h b/contrib/tools/python3/Python/frozen_modules/os.h
index 455e9a35749..455e9a35749 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/os.h
+++ b/contrib/tools/python3/Python/frozen_modules/os.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/posixpath.h b/contrib/tools/python3/Python/frozen_modules/posixpath.h
index 76f4e739ffa..76f4e739ffa 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/posixpath.h
+++ b/contrib/tools/python3/Python/frozen_modules/posixpath.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/runpy.h b/contrib/tools/python3/Python/frozen_modules/runpy.h
index c192f57021d..c192f57021d 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/runpy.h
+++ b/contrib/tools/python3/Python/frozen_modules/runpy.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/site.h b/contrib/tools/python3/Python/frozen_modules/site.h
index df8b6f839f6..df8b6f839f6 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/site.h
+++ b/contrib/tools/python3/Python/frozen_modules/site.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/stat.h b/contrib/tools/python3/Python/frozen_modules/stat.h
index ae8573d7b7b..ae8573d7b7b 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/stat.h
+++ b/contrib/tools/python3/Python/frozen_modules/stat.h
diff --git a/contrib/tools/python3/src/Python/frozen_modules/zipimport.h b/contrib/tools/python3/Python/frozen_modules/zipimport.h
index 5f2f63046dc..5f2f63046dc 100644
--- a/contrib/tools/python3/src/Python/frozen_modules/zipimport.h
+++ b/contrib/tools/python3/Python/frozen_modules/zipimport.h
diff --git a/contrib/tools/python3/src/Python/future.c b/contrib/tools/python3/Python/future.c
index d56f7330964..d56f7330964 100644
--- a/contrib/tools/python3/src/Python/future.c
+++ b/contrib/tools/python3/Python/future.c
diff --git a/contrib/tools/python3/src/Python/generated_cases.c.h b/contrib/tools/python3/Python/generated_cases.c.h
index ea17c0410bc..ea17c0410bc 100644
--- a/contrib/tools/python3/src/Python/generated_cases.c.h
+++ b/contrib/tools/python3/Python/generated_cases.c.h
diff --git a/contrib/tools/python3/src/Python/getargs.c b/contrib/tools/python3/Python/getargs.c
index 066739f21fc..066739f21fc 100644
--- a/contrib/tools/python3/src/Python/getargs.c
+++ b/contrib/tools/python3/Python/getargs.c
diff --git a/contrib/tools/python3/src/Python/getcompiler.c b/contrib/tools/python3/Python/getcompiler.c
index a5d26239e87..a5d26239e87 100644
--- a/contrib/tools/python3/src/Python/getcompiler.c
+++ b/contrib/tools/python3/Python/getcompiler.c
diff --git a/contrib/tools/python3/src/Python/getcopyright.c b/contrib/tools/python3/Python/getcopyright.c
index c1f1aad9b84..c1f1aad9b84 100644
--- a/contrib/tools/python3/src/Python/getcopyright.c
+++ b/contrib/tools/python3/Python/getcopyright.c
diff --git a/contrib/tools/python3/src/Python/getopt.c b/contrib/tools/python3/Python/getopt.c
index 4135bf1446e..4135bf1446e 100644
--- a/contrib/tools/python3/src/Python/getopt.c
+++ b/contrib/tools/python3/Python/getopt.c
diff --git a/contrib/tools/python3/src/Python/getplatform.c b/contrib/tools/python3/Python/getplatform.c
index 81a0f7ac537..81a0f7ac537 100644
--- a/contrib/tools/python3/src/Python/getplatform.c
+++ b/contrib/tools/python3/Python/getplatform.c
diff --git a/contrib/tools/python3/src/Python/getversion.c b/contrib/tools/python3/Python/getversion.c
index 5db836ab4bf..5db836ab4bf 100644
--- a/contrib/tools/python3/src/Python/getversion.c
+++ b/contrib/tools/python3/Python/getversion.c
diff --git a/contrib/tools/python3/src/Python/hamt.c b/contrib/tools/python3/Python/hamt.c
index 8cb94641bef..8cb94641bef 100644
--- a/contrib/tools/python3/src/Python/hamt.c
+++ b/contrib/tools/python3/Python/hamt.c
diff --git a/contrib/tools/python3/src/Python/hashtable.c b/contrib/tools/python3/Python/hashtable.c
index 9f005c7ad96..9f005c7ad96 100644
--- a/contrib/tools/python3/src/Python/hashtable.c
+++ b/contrib/tools/python3/Python/hashtable.c
diff --git a/contrib/tools/python3/src/Python/import.c b/contrib/tools/python3/Python/import.c
index 76b418840e7..76b418840e7 100644
--- a/contrib/tools/python3/src/Python/import.c
+++ b/contrib/tools/python3/Python/import.c
diff --git a/contrib/tools/python3/src/Python/importdl.c b/contrib/tools/python3/Python/importdl.c
index 3a3a30ddbdc..3a3a30ddbdc 100644
--- a/contrib/tools/python3/src/Python/importdl.c
+++ b/contrib/tools/python3/Python/importdl.c
diff --git a/contrib/tools/python3/src/Python/importdl.h b/contrib/tools/python3/Python/importdl.h
index 26d18b626df..26d18b626df 100644
--- a/contrib/tools/python3/src/Python/importdl.h
+++ b/contrib/tools/python3/Python/importdl.h
diff --git a/contrib/tools/python3/src/Python/initconfig.c b/contrib/tools/python3/Python/initconfig.c
index a1256a542a6..a1256a542a6 100644
--- a/contrib/tools/python3/src/Python/initconfig.c
+++ b/contrib/tools/python3/Python/initconfig.c
diff --git a/contrib/tools/python3/src/Python/instrumentation.c b/contrib/tools/python3/Python/instrumentation.c
index a6ff7a8a985..a6ff7a8a985 100644
--- a/contrib/tools/python3/src/Python/instrumentation.c
+++ b/contrib/tools/python3/Python/instrumentation.c
diff --git a/contrib/tools/python3/src/Python/intrinsics.c b/contrib/tools/python3/Python/intrinsics.c
index c6f5ac5402d..c6f5ac5402d 100644
--- a/contrib/tools/python3/src/Python/intrinsics.c
+++ b/contrib/tools/python3/Python/intrinsics.c
diff --git a/contrib/tools/python3/src/Python/legacy_tracing.c b/contrib/tools/python3/Python/legacy_tracing.c
index 43fa5910ef6..43fa5910ef6 100644
--- a/contrib/tools/python3/src/Python/legacy_tracing.c
+++ b/contrib/tools/python3/Python/legacy_tracing.c
diff --git a/contrib/tools/python3/src/Python/marshal.c b/contrib/tools/python3/Python/marshal.c
index 90953cbb728..90953cbb728 100644
--- a/contrib/tools/python3/src/Python/marshal.c
+++ b/contrib/tools/python3/Python/marshal.c
diff --git a/contrib/tools/python3/src/Python/modsupport.c b/contrib/tools/python3/Python/modsupport.c
index df4ae35a525..df4ae35a525 100644
--- a/contrib/tools/python3/src/Python/modsupport.c
+++ b/contrib/tools/python3/Python/modsupport.c
diff --git a/contrib/tools/python3/src/Python/mysnprintf.c b/contrib/tools/python3/Python/mysnprintf.c
index 2a505d14f82..2a505d14f82 100644
--- a/contrib/tools/python3/src/Python/mysnprintf.c
+++ b/contrib/tools/python3/Python/mysnprintf.c
diff --git a/contrib/tools/python3/src/Python/mystrtoul.c b/contrib/tools/python3/Python/mystrtoul.c
index e6fe154eed6..e6fe154eed6 100644
--- a/contrib/tools/python3/src/Python/mystrtoul.c
+++ b/contrib/tools/python3/Python/mystrtoul.c
diff --git a/contrib/tools/python3/src/Python/opcode_metadata.h b/contrib/tools/python3/Python/opcode_metadata.h
index f9b1c928cd4..f9b1c928cd4 100644
--- a/contrib/tools/python3/src/Python/opcode_metadata.h
+++ b/contrib/tools/python3/Python/opcode_metadata.h
diff --git a/contrib/tools/python3/src/Python/opcode_targets.h b/contrib/tools/python3/Python/opcode_targets.h
index 3add0636271..3add0636271 100644
--- a/contrib/tools/python3/src/Python/opcode_targets.h
+++ b/contrib/tools/python3/Python/opcode_targets.h
diff --git a/contrib/tools/python3/src/Python/pathconfig.c b/contrib/tools/python3/Python/pathconfig.c
index be0f97c4b20..be0f97c4b20 100644
--- a/contrib/tools/python3/src/Python/pathconfig.c
+++ b/contrib/tools/python3/Python/pathconfig.c
diff --git a/contrib/tools/python3/src/Python/perf_trampoline.c b/contrib/tools/python3/Python/perf_trampoline.c
index ea9dc83dd0f..ea9dc83dd0f 100644
--- a/contrib/tools/python3/src/Python/perf_trampoline.c
+++ b/contrib/tools/python3/Python/perf_trampoline.c
diff --git a/contrib/tools/python3/src/Python/preconfig.c b/contrib/tools/python3/Python/preconfig.c
index 77a86d651eb..77a86d651eb 100644
--- a/contrib/tools/python3/src/Python/preconfig.c
+++ b/contrib/tools/python3/Python/preconfig.c
diff --git a/contrib/tools/python3/src/Python/pyarena.c b/contrib/tools/python3/Python/pyarena.c
index ead03370d15..ead03370d15 100644
--- a/contrib/tools/python3/src/Python/pyarena.c
+++ b/contrib/tools/python3/Python/pyarena.c
diff --git a/contrib/tools/python3/src/Python/pyctype.c b/contrib/tools/python3/Python/pyctype.c
index da117d58fd0..da117d58fd0 100644
--- a/contrib/tools/python3/src/Python/pyctype.c
+++ b/contrib/tools/python3/Python/pyctype.c
diff --git a/contrib/tools/python3/src/Python/pyfpe.c b/contrib/tools/python3/Python/pyfpe.c
index 9b1260f687a..9b1260f687a 100644
--- a/contrib/tools/python3/src/Python/pyfpe.c
+++ b/contrib/tools/python3/Python/pyfpe.c
diff --git a/contrib/tools/python3/src/Python/pyhash.c b/contrib/tools/python3/Python/pyhash.c
index d5ac9f83be6..d5ac9f83be6 100644
--- a/contrib/tools/python3/src/Python/pyhash.c
+++ b/contrib/tools/python3/Python/pyhash.c
diff --git a/contrib/tools/python3/src/Python/pylifecycle.c b/contrib/tools/python3/Python/pylifecycle.c
index a0130fde15d..a0130fde15d 100644
--- a/contrib/tools/python3/src/Python/pylifecycle.c
+++ b/contrib/tools/python3/Python/pylifecycle.c
diff --git a/contrib/tools/python3/src/Python/pymath.c b/contrib/tools/python3/Python/pymath.c
index e7d0161ff94..e7d0161ff94 100644
--- a/contrib/tools/python3/src/Python/pymath.c
+++ b/contrib/tools/python3/Python/pymath.c
diff --git a/contrib/tools/python3/src/Python/pystate.c b/contrib/tools/python3/Python/pystate.c
index 0ebbdfbfb41..0ebbdfbfb41 100644
--- a/contrib/tools/python3/src/Python/pystate.c
+++ b/contrib/tools/python3/Python/pystate.c
diff --git a/contrib/tools/python3/src/Python/pystrcmp.c b/contrib/tools/python3/Python/pystrcmp.c
index 9224ce4c706..9224ce4c706 100644
--- a/contrib/tools/python3/src/Python/pystrcmp.c
+++ b/contrib/tools/python3/Python/pystrcmp.c
diff --git a/contrib/tools/python3/src/Python/pystrhex.c b/contrib/tools/python3/Python/pystrhex.c
index e4f06d76639..e4f06d76639 100644
--- a/contrib/tools/python3/src/Python/pystrhex.c
+++ b/contrib/tools/python3/Python/pystrhex.c
diff --git a/contrib/tools/python3/src/Python/pystrtod.c b/contrib/tools/python3/Python/pystrtod.c
index 9bb060e3d11..9bb060e3d11 100644
--- a/contrib/tools/python3/src/Python/pystrtod.c
+++ b/contrib/tools/python3/Python/pystrtod.c
diff --git a/contrib/tools/python3/src/Python/pythonrun.c b/contrib/tools/python3/Python/pythonrun.c
index 5f3d249df45..5f3d249df45 100644
--- a/contrib/tools/python3/src/Python/pythonrun.c
+++ b/contrib/tools/python3/Python/pythonrun.c
diff --git a/contrib/tools/python3/src/Python/pytime.c b/contrib/tools/python3/Python/pytime.c
index acd1842056a..acd1842056a 100644
--- a/contrib/tools/python3/src/Python/pytime.c
+++ b/contrib/tools/python3/Python/pytime.c
diff --git a/contrib/tools/python3/src/Python/specialize.c b/contrib/tools/python3/Python/specialize.c
index 2c0d99b04ed..2c0d99b04ed 100644
--- a/contrib/tools/python3/src/Python/specialize.c
+++ b/contrib/tools/python3/Python/specialize.c
diff --git a/contrib/tools/python3/src/Python/stdlib_module_names.h b/contrib/tools/python3/Python/stdlib_module_names.h
index ed4a0ac2dd3..ed4a0ac2dd3 100644
--- a/contrib/tools/python3/src/Python/stdlib_module_names.h
+++ b/contrib/tools/python3/Python/stdlib_module_names.h
diff --git a/contrib/tools/python3/src/Python/structmember.c b/contrib/tools/python3/Python/structmember.c
index ebebaa0a034..ebebaa0a034 100644
--- a/contrib/tools/python3/src/Python/structmember.c
+++ b/contrib/tools/python3/Python/structmember.c
diff --git a/contrib/tools/python3/src/Python/suggestions.c b/contrib/tools/python3/Python/suggestions.c
index ad58393490e..ad58393490e 100644
--- a/contrib/tools/python3/src/Python/suggestions.c
+++ b/contrib/tools/python3/Python/suggestions.c
diff --git a/contrib/tools/python3/src/Python/symtable.c b/contrib/tools/python3/Python/symtable.c
index a5c6b465b71..a5c6b465b71 100644
--- a/contrib/tools/python3/src/Python/symtable.c
+++ b/contrib/tools/python3/Python/symtable.c
diff --git a/contrib/tools/python3/src/Python/sysmodule.c b/contrib/tools/python3/Python/sysmodule.c
index 3146f2a943c..3146f2a943c 100644
--- a/contrib/tools/python3/src/Python/sysmodule.c
+++ b/contrib/tools/python3/Python/sysmodule.c
diff --git a/contrib/tools/python3/src/Python/thread.c b/contrib/tools/python3/Python/thread.c
index 7fc53f9b613..7fc53f9b613 100644
--- a/contrib/tools/python3/src/Python/thread.c
+++ b/contrib/tools/python3/Python/thread.c
diff --git a/contrib/tools/python3/src/Python/thread_nt.h b/contrib/tools/python3/Python/thread_nt.h
index 26f441bd6d3..26f441bd6d3 100644
--- a/contrib/tools/python3/src/Python/thread_nt.h
+++ b/contrib/tools/python3/Python/thread_nt.h
diff --git a/contrib/tools/python3/src/Python/thread_pthread.h b/contrib/tools/python3/Python/thread_pthread.h
index e5535a945e4..e5535a945e4 100644
--- a/contrib/tools/python3/src/Python/thread_pthread.h
+++ b/contrib/tools/python3/Python/thread_pthread.h
diff --git a/contrib/tools/python3/src/Python/thread_pthread_stubs.h b/contrib/tools/python3/Python/thread_pthread_stubs.h
index 56e5b614192..56e5b614192 100644
--- a/contrib/tools/python3/src/Python/thread_pthread_stubs.h
+++ b/contrib/tools/python3/Python/thread_pthread_stubs.h
diff --git a/contrib/tools/python3/src/Python/traceback.c b/contrib/tools/python3/Python/traceback.c
index fdaf19d3707..fdaf19d3707 100644
--- a/contrib/tools/python3/src/Python/traceback.c
+++ b/contrib/tools/python3/Python/traceback.c
diff --git a/contrib/tools/python3/src/Python/tracemalloc.c b/contrib/tools/python3/Python/tracemalloc.c
index bc765623522..bc765623522 100644
--- a/contrib/tools/python3/src/Python/tracemalloc.c
+++ b/contrib/tools/python3/Python/tracemalloc.c
diff --git a/contrib/tools/python3/src/README.rst b/contrib/tools/python3/README.rst
index a5321cf3e20..a5321cf3e20 100644
--- a/contrib/tools/python3/src/README.rst
+++ b/contrib/tools/python3/README.rst
diff --git a/contrib/tools/python3/bin/ya.make b/contrib/tools/python3/bin/ya.make
index 05c20b88485..45f1dde162d 100644
--- a/contrib/tools/python3/bin/ya.make
+++ b/contrib/tools/python3/bin/ya.make
@@ -11,7 +11,7 @@ LICENSE(Python-2.0)
USE_PYTHON3()
PEERDIR(
- contrib/tools/python3/src/Modules/_sqlite
+ contrib/tools/python3/Modules/_sqlite
)
CFLAGS(
@@ -19,7 +19,7 @@ CFLAGS(
)
SRCS(
- ../src/Programs/python.c
+ ../Programs/python.c
)
END()
diff --git a/contrib/tools/python3/lib/lsan.supp b/contrib/tools/python3/lib/lsan.supp
deleted file mode 100644
index 37121682e78..00000000000
--- a/contrib/tools/python3/lib/lsan.supp
+++ /dev/null
@@ -1,2 +0,0 @@
-leak:PyBytes_FromStringAndSize
-leak:PyUnicode_New
diff --git a/contrib/tools/python3/lib/ya.make b/contrib/tools/python3/lib/ya.make
deleted file mode 100644
index ce0b27a92fd..00000000000
--- a/contrib/tools/python3/lib/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-LIBRARY()
-
-PROVIDES(python)
-
-LICENSE(Python-2.0)
-
-PEERDIR(
- contrib/tools/python3/src
- contrib/tools/python3/src/Lib
- contrib/tools/python3/src/Modules
-)
-
-SUPPRESSIONS(lsan.supp)
-
-END()
diff --git a/contrib/tools/python3/lib/py/ya.make b/contrib/tools/python3/lib2/py/ya.make
index 1df62e39658..49371b8a10f 100644
--- a/contrib/tools/python3/lib/py/ya.make
+++ b/contrib/tools/python3/lib2/py/ya.make
@@ -6,7 +6,7 @@ LICENSE(Python-2.0)
NO_PYTHON_INCLUDES()
-SRCDIR(contrib/tools/python3/src/Lib)
+SRCDIR(contrib/tools/python3/Lib)
NO_CHECK_IMPORTS(
antigravity
diff --git a/contrib/tools/python3/lib2/ya.make b/contrib/tools/python3/lib2/ya.make
new file mode 100644
index 00000000000..3fb8db51644
--- /dev/null
+++ b/contrib/tools/python3/lib2/ya.make
@@ -0,0 +1,15 @@
+LIBRARY()
+
+PROVIDES(python)
+
+LICENSE(Python-2.0)
+
+PEERDIR(
+ contrib/tools/python3
+ contrib/tools/python3/Lib
+ contrib/tools/python3/Modules
+)
+
+SUPPRESSIONS(lsan.supp)
+
+END()
diff --git a/contrib/tools/python3/patches/all-changes.patch b/contrib/tools/python3/patches/all-changes.patch
new file mode 100644
index 00000000000..cc1ae0b16e4
--- /dev/null
+++ b/contrib/tools/python3/patches/all-changes.patch
@@ -0,0 +1,339 @@
+--- contrib/tools/python3/Modules/posixmodule.c (index)
++++ contrib/tools/python3/Modules/posixmodule.c (working tree)
+@@ -288,6 +288,7 @@ corresponding Unix manual entries for more information on calls.");
+ #endif
+ #ifdef HAVE_GETRANDOM_SYSCALL
+ # include <sys/syscall.h>
++# include <sys/random.h>
+ #endif
+
+ #if defined(MS_WINDOWS)
+--- contrib/tools/python3/Lib/ctypes/__init__.py (index)
++++ contrib/tools/python3/Lib/ctypes/__init__.py (working tree)
+@@ -11,6 +11,7 @@ from _ctypes import CFuncPtr as _CFuncPtr
+ from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
+ from _ctypes import ArgumentError
+ from _ctypes import SIZEOF_TIME_T
++from .util import find_library as _find_library
+
+ from struct import calcsize as _calcsize
+
+@@ -372,8 +373,15 @@ class CDLL(object):
+ _restype_ = self._func_restype_
+ self._FuncPtr = _FuncPtr
+
++ self._builtin = {}
++
+ if handle is None:
+- self._handle = _dlopen(self._name, mode)
++ if isinstance(self._name, dict):
++ self._builtin = self._name['symbols']
++ self._name = self._name['name']
++ self._handle = 0
++ else:
++ self._handle = _dlopen(self._name, mode)
+ else:
+ self._handle = handle
+
+@@ -391,7 +399,13 @@ class CDLL(object):
+ return func
+
+ def __getitem__(self, name_or_ordinal):
+- func = self._FuncPtr((name_or_ordinal, self))
++ if self._builtin:
++ if name_or_ordinal not in self._builtin:
++ raise AttributeError("function %r not found" % name_or_ordinal)
++ func = self._FuncPtr(self._builtin[name_or_ordinal])
++ else:
++ func = self._FuncPtr((name_or_ordinal, self))
++
+ if not isinstance(name_or_ordinal, int):
+ func.__name__ = name_or_ordinal
+ return func
+@@ -458,12 +472,20 @@ class LibraryLoader(object):
+ cdll = LibraryLoader(CDLL)
+ pydll = LibraryLoader(PyDLL)
+
+-if _os.name == "nt":
+- pythonapi = PyDLL("python dll", None, _sys.dllhandle)
+-elif _sys.platform == "cygwin":
+- pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])
+-else:
++#if _os.name == "nt":
++# pythonapi = PyDLL("python dll", None, _sys.dllhandle)
++#elif _sys.platform == "cygwin":
++# pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])
++#else:
++# pythonapi = PyDLL(None)
++
++try:
+ pythonapi = PyDLL(None)
++except:
++ try:
++ pythonapi = PyDLL(_find_library('python'))
++ except:
++ pythonapi = PyDLL(dict(name='python', symbols={}))
+
+
+ if _os.name == "nt":
+--- contrib/tools/python3/Lib/ctypes/util.py (index)
++++ contrib/tools/python3/Lib/ctypes/util.py (working tree)
+@@ -329,6 +329,16 @@ elif os.name == "posix":
+ return _findSoname_ldconfig(name) or \
+ _get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
+
++try:
++ from library.python.symbols.module import find_library as _find_library
++except ImportError:
++ pass
++else:
++ _next_find_library = find_library
++
++ def find_library(name):
++ return _find_library(name, _next_find_library)
++
+ ################################################################
+ # test code
+
+--- contrib/tools/python3/Lib/doctest.py (index)
++++ contrib/tools/python3/Lib/doctest.py (working tree)
+@@ -957,7 +957,7 @@ class DocTestFinder:
+ return module.__dict__ is object.__globals__
+ elif (inspect.ismethoddescriptor(object) or
+ inspect.ismethodwrapper(object)):
+- if hasattr(object, '__objclass__'):
++ if hasattr(object, '__objclass__') and hasattr(object.__objclass__, '__module__'):
+ obj_mod = object.__objclass__.__module__
+ elif hasattr(object, '__module__'):
+ obj_mod = object.__module__
+@@ -965,7 +965,10 @@ class DocTestFinder:
+ return True # [XX] no easy way to tell otherwise
+ return module.__name__ == obj_mod
+ elif inspect.isclass(object):
+- return module.__name__ == object.__module__
++ try:
++ return module.__name__ == object.__module__
++ except:
++ return True
+ elif hasattr(object, '__module__'):
+ return module.__name__ == object.__module__
+ elif isinstance(object, property):
+--- contrib/tools/python3/Lib/multiprocessing/popen_spawn_win32.py (index)
++++ contrib/tools/python3/Lib/multiprocessing/popen_spawn_win32.py (working tree)
+@@ -65,5 +65,6 @@ class Popen(object):
+ env["__PYVENV_LAUNCHER__"] = sys.executable
+ else:
+- env = None
++ env = os.environ.copy()
++ env['Y_PYTHON_ENTRY_POINT'] = ':main'
+
+ cmd = ' '.join('"%s"' % x for x in cmd)
+--- contrib/tools/python3/Lib/multiprocessing/spawn.py (index)
++++ contrib/tools/python3/Lib/multiprocessing/spawn.py (working tree)
+@@ -82,7 +82,7 @@ def get_command_line(**kwds):
+ '''
+ Returns prefix of command line used for spawning a child process
+ '''
+- if getattr(sys, 'frozen', False):
++ if False and getattr(sys, 'frozen', False):
+ return ([sys.executable, '--multiprocessing-fork'] +
+ ['%s=%r' % item for item in kwds.items()])
+ else:
+--- contrib/tools/python3/Lib/multiprocessing/util.py (index)
++++ contrib/tools/python3/Lib/multiprocessing/util.py (working tree)
+@@ -383,8 +383,11 @@ class ForkAwareThreadLock(object):
+
+
+ class ForkAwareLocal(threading.local):
+- def __init__(self):
+- register_after_fork(self, lambda obj : obj.__dict__.clear())
++ def __new__(cls):
++ self = threading.local.__new__(cls)
++ register_after_fork(self, lambda obj: obj.__dict__.clear())
++ return self
++
+ def __reduce__(self):
+ return type(self), ()
+
+@@ -444,14 +447,26 @@ def _flush_std_streams():
+ # Start a program with only specified fds kept open
+ #
+
++
++def _env_list():
++ # Based on fork_exec in subprocess.py.
++ env = os.environ.copy()
++ env['Y_PYTHON_ENTRY_POINT'] = ':main'
++ env_list = []
++ for k, v in env.items():
++ if '=' not in k:
++ env_list.append(os.fsencode(k) + b'=' + os.fsencode(v))
++ return env_list
++
++
+ def spawnv_passfds(path, args, passfds):
+ import _posixsubprocess
+ import subprocess
+ passfds = tuple(sorted(map(int, passfds)))
+ errpipe_read, errpipe_write = os.pipe()
+ try:
+ return _posixsubprocess.fork_exec(
+- args, [path], True, passfds, None, None,
++ args, [path], True, passfds, None, _env_list(),
+ -1, -1, -1, -1, -1, -1, errpipe_read, errpipe_write,
+ False, False, -1, None, None, None, -1, None,
+ subprocess._USE_VFORK)
+--- contrib/tools/python3/Modules/_ctypes/_ctypes.c (index)
++++ contrib/tools/python3/Modules/_ctypes/_ctypes.c (working tree)
+@@ -109,6 +109,7 @@ bytes(cdata)
+ // windows.h must be included before pycore internal headers
+ #ifdef MS_WIN32
+ # include <windows.h>
++# include <Unknwn.h>
+ #endif
+
+ #include "pycore_call.h" // _PyObject_CallNoArgs()
+--- contrib/tools/python3/Modules/_ctypes/callbacks.c (index)
++++ contrib/tools/python3/Modules/_ctypes/callbacks.c (working tree)
+@@ -7,6 +7,7 @@
+ // windows.h must be included before pycore internal headers
+ #ifdef MS_WIN32
+ # include <windows.h>
++# include <Unknwn.h>
+ #endif
+
+ #include "pycore_call.h" // _PyObject_CallNoArgs()
+--- contrib/tools/python3/Modules/_ctypes/callproc.c (index)
++++ contrib/tools/python3/Modules/_ctypes/callproc.c (working tree)
+@@ -63,6 +63,7 @@
+
+ #ifdef MS_WIN32
+ #include <windows.h>
++#include <Unknwn.h>
+ #include <tchar.h>
+ #else
+ #include "ctypes_dlfcn.h"
+--- contrib/tools/python3/Modules/_ctypes/cfield.c (index)
++++ contrib/tools/python3/Modules/_ctypes/cfield.c (working tree)
+@@ -6,6 +6,7 @@
+ // windows.h must be included before pycore internal headers
+ #ifdef MS_WIN32
+ # include <windows.h>
++# include <Unknwn.h>
+ #endif
+
+ #include "pycore_bitutils.h" // _Py_bswap32()
+--- contrib/tools/python3/Modules/_ctypes/stgdict.c (index)
++++ contrib/tools/python3/Modules/_ctypes/stgdict.c (working tree)
+@@ -7,6 +7,7 @@
+ // windows.h must be included before pycore internal headers
+ #ifdef MS_WIN32
+ # include <windows.h>
++# include <Unknwn.h>
+ #endif
+
+ #include "pycore_call.h" // _PyObject_CallNoArgs()
+--- contrib/tools/python3/Modules/_decimal/libmpdec/io.c (index)
++++ contrib/tools/python3/Modules/_decimal/libmpdec/io.c (working tree)
+@@ -37,7 +37,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-#include "io.h"
++#include "mpd_io.h"
+ #include "typearith.h"
+
+
+--- contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.h (index)
++++ contrib/tools/python3/Modules/_decimal/libmpdec/mpdecimal.h (working tree)
+@@ -96,17 +96,17 @@ const char *mpd_version(void);
+ /* Configuration */
+ /******************************************************************************/
+
+-#if defined(UNIVERSAL)
++#if 1
+ #if defined(CONFIG_64) || defined(CONFIG_32)
+ #error "cannot use CONFIG_64 or CONFIG_32 with UNIVERSAL."
+ #endif
+- #if defined(__ppc__)
+- #define CONFIG_32
+- #define ANSI
+- #elif defined(__ppc64__)
++ #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__)
+ #define CONFIG_64
+ #define ANSI
+- #elif defined(__i386__)
++ #elif defined(__powerpc__)
++ #define CONFIG_32
++ #define ANSI
++ #elif defined(__i386__) || defined(_M_IX86)
+ #define CONFIG_32
+ #define ANSI
+ #elif defined(__x86_64__)
+--- contrib/tools/python3/Modules/getpath.c (index)
++++ contrib/tools/python3/Modules/getpath.c (working tree)
+@@ -1,3 +1,4 @@
++#define PYTHONPATH ":"
+ /* Return the initial module search path. */
+
+ #include "Python.h"
+--- contrib/tools/python3/Modules/main.c (index)
++++ contrib/tools/python3/Modules/main.c (working tree)
+@@ -51,6 +51,7 @@ pymain_init(const _PyArgv *args)
+
+ PyConfig config;
+ PyConfig_InitPythonConfig(&config);
++ config.pathconfig_warnings = 0; /* Suppress errors from getpath.c */
+
+ /* pass NULL as the config: config is read from command line arguments,
+ environment variables, configuration files */
+--- contrib/tools/python3/PC/pyconfig.h (index)
++++ contrib/tools/python3/PC/pyconfig.h (working tree)
+@@ -306,10 +306,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
+ # endif
+ #endif
+
+-#ifdef _DEBUG
+-# define Py_DEBUG
+-#endif
+-
+
+ #ifdef MS_WIN32
+
+@@ -460,7 +456,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
+ /* #define WITH_READLINE 1 */
+
+ /* Use Python's own small-block memory-allocator. */
++#ifndef address_sanitizer_enabled
+ #define WITH_PYMALLOC 1
++#endif
+
+ /* Define if you want to compile in object freelists optimization */
+ #define WITH_FREELISTS 1
+--- contrib/tools/python3/Python/initconfig.c (index)
++++ contrib/tools/python3/Python/initconfig.c (working tree)
+@@ -163,7 +163,7 @@ int Py_InspectFlag = 0; /* Needed to determine whether to exit at SystemExit */
+ int Py_OptimizeFlag = 0; /* Needed by compile.c */
+ int Py_NoSiteFlag = 0; /* Suppress 'import site' */
+ int Py_BytesWarningFlag = 0; /* Warn on str(bytes) and str(buffer) */
+-int Py_FrozenFlag = 0; /* Needed by getpath.c */
++int Py_FrozenFlag = 1; /* Needed by getpath.c */
+ int Py_IgnoreEnvironmentFlag = 0; /* e.g. PYTHONPATH, PYTHONHOME */
+ int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */
+ int Py_NoUserSiteDirectory = 0; /* for -s and site.py */
+--- contrib/tools/python3/Python/import.c (index)
++++ contrib/tools/python3/Python/import.c (working tree)
+@@ -2101,6 +2101,13 @@ init_importlib_external(PyInterpreterState *interp)
+ return -1;
+ }
+ Py_DECREF(value);
++
++ value = PyImport_ImportModule("__res");
++ if (value == NULL) {
++ return -1;
++ }
++ Py_DECREF(value);
++
+ return 0;
+ }
+
diff --git a/contrib/tools/python3/src/tsan.supp b/contrib/tools/python3/tsan.supp
index 65dce089ffc..65dce089ffc 100644
--- a/contrib/tools/python3/src/tsan.supp
+++ b/contrib/tools/python3/tsan.supp
diff --git a/contrib/tools/python3/src/ya.make b/contrib/tools/python3/ya.make
index 8cf54187460..6bc4b6d1bff 100644
--- a/contrib/tools/python3/src/ya.make
+++ b/contrib/tools/python3/ya.make
@@ -1,4 +1,4 @@
-# Generated by devtools/yamaker.
+# Generated by devtools/yamaker from nixpkgs 22.11.
LIBRARY()
@@ -10,14 +10,14 @@ LICENSE(Python-2.0)
PEERDIR(
contrib/libs/libc_compat
- contrib/tools/python3/src/Modules
+ contrib/tools/python3/Modules
library/cpp/sanitizer/include
)
ADDINCL(
- contrib/tools/python3/src/Include
- contrib/tools/python3/src/Include/internal
- contrib/tools/python3/src/PC
+ contrib/tools/python3/Include
+ contrib/tools/python3/Include/internal
+ contrib/tools/python3/PC
)
NO_COMPILER_WARNINGS()
@@ -201,3 +201,10 @@ SUPPRESSIONS(
)
END()
+
+RECURSE(
+ Lib
+ Modules
+ Modules/_sqlite
+ bin
+)