Victor Stinner 0e98a76b65 Issue #23571: Enhance Py_FatalError()
* Display the current Python stack if an exception was raised but the exception
  has no traceback
* Disable faulthandler if an exception was raised (before it was only disabled
  if no exception was raised)
* To display the current Python stack, call PyGILState_GetThisThreadState()
  which works even if the GIL was released
2015-03-24 11:24:06 +01:00
..
2014-12-31 18:10:13 -06:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00
2015-01-28 17:10:48 +02:00
2014-02-19 23:05:26 -05:00
2013-09-26 22:21:41 -04:00