mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
3bb475662b
Prior to this change, errors in _Py_NewInterpreterFromConfig() were always fatal. Instead, callers should be able to handle such errors and keep going. That's what this change supports. (This was an oversight in the original implementation of _Py_NewInterpreterFromConfig().) Note that the existing [fatal] behavior of the public Py_NewInterpreter() is preserved. https://github.com/python/cpython/issues/98608
Source files for standard library extension modules, and former extension modules that are now builtin modules.