mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
269e19e0a7
As noted in the new tests, there are a few situations we must carefully accommodate for functions that get pickled during interp.call(). We do so by running the script from the main interpreter's __main__ module in a hidden module in the other interpreter. That hidden module is used as the function __globals__.
Miscellaneous source files for the main Python shared library