mirror of
https://github.com/python/cpython.git
synced 2026-06-29 22:26:44 -04:00
bc7d3aa6d7
If an exception is raised and PyInit__multibytecodec() returns NULL, Python reports properly the exception to the user. There is no need to crash Python with Py_FatalError().
Source files for standard library extension modules, and former extension modules that are now builtin modules.