mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
2582d46fbc
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