Files
cpython/Lib
Victor Stinner 861d9abfcf faulthandler now works in non-Python threads
Issue #26563:

* Add _PyGILState_GetInterpreterStateUnsafe() function: the single
  PyInterpreterState used by this process' GILState implementation.
* Enhance _Py_DumpTracebackThreads() to retrieve the interpreter state from
  autoInterpreterState in last resort. The function now accepts NULL for interp
  and current_tstate parameters.
* test_faulthandler: fix a ResourceWarning when test is interrupted by CTRL+c
2016-03-16 22:45:24 +01:00
..
2016-02-25 00:25:45 -08:00
2016-02-25 00:59:16 +11:00
2016-01-21 21:55:32 -05:00
2016-03-01 01:19:02 -05:00
2016-03-15 23:08:44 +01:00
2015-07-05 11:45:31 -07:00
2016-02-25 20:18:00 +01:00
2015-10-06 18:52:52 +03:00
2016-03-11 15:31:02 -05:00
2016-02-13 16:27:25 +00:00
2015-08-23 11:28:01 -07:00
2016-01-26 00:40:57 +01:00
2015-03-05 15:45:01 +13:00
2015-04-14 10:35:43 -04:00
2016-03-02 11:08:05 -05:00
2015-09-05 19:17:24 -04:00
2015-10-28 23:15:22 -07:00
2016-02-04 14:08:23 -05:00
2015-03-18 17:27:57 -07:00
2015-09-29 10:30:47 -04:00
2015-10-06 18:52:52 +03:00