Files
cpython/Modules
Victor Stinner bc7d3aa6d7 bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
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().
2019-11-18 17:40:07 +01:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.