Files
cpython/Lib/test
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-01-28 18:13:45 +01:00
2016-03-15 23:08:44 +01:00
2016-02-20 18:37:04 -08:00
2015-09-06 22:31:26 -07:00
2016-03-12 08:16:48 +01:00
2016-03-04 09:40:03 +02:00
2016-01-18 21:18:35 -08:00
2016-01-23 13:52:05 +01:00
2016-03-03 22:10:52 -08:00
2015-06-02 10:38:01 -04:00
2016-01-23 13:29:02 +01:00
2015-09-06 21:44:45 +03:00
2016-03-02 11:08:05 -05:00
2016-03-06 18:12:08 -08:00
2015-08-20 10:48:46 +12:00
2016-03-11 22:53:15 +01:00
2015-05-09 13:53:57 -04:00
2015-09-09 01:56:53 +00:00
2015-09-09 01:56:53 +00:00
2015-12-04 23:33:59 -06:00
2016-02-04 14:08:23 -05:00
2016-03-14 17:47:30 +01:00
2015-09-29 10:30:04 -04:00
2015-10-12 23:30:15 -05:00
2015-12-04 23:33:59 -06:00
2016-03-14 18:22:12 +01:00
2016-01-15 11:23:46 -08:00