Files
cpython/Include
Victor Stinner 2a4903fcce bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Add _Py_NO_RETURN to functions calling Py_FatalError():

* _PyObject_AssertFailed()
* dummy_dealloc()
* faulthandler_fatal_error_thread()
* none_dealloc()
* notimplemented_dealloc()
2020-01-30 13:09:11 +01:00
..
2019-11-16 01:04:44 +01:00
2020-01-25 14:52:44 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00