mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
new_interpreter() now calls _PyBuiltin_Init() to create the builtins module and calls _PyImport_FixupBuiltin(), rather than using _PyImport_FindBuiltin(tstate, "builtins"). pycore_init_builtins() is now responsible to initialize intepr->builtins_copy: inline _PyImport_Init() and remove this function.
Miscellaneous source files for the main Python shared library