mirror of https://github.com/python/cpython
Browse Source
Py_FatalError() instead of using an assertion in debug mode. Py_FatalError() displays the current exception and the traceback which contain more information than just the assertion error.
1 changed files with 9 additions and 12 deletions
Loading…
Reference in new issue