Files
cpython/Lib
Victor Stinner de10f4054b faulthandler: one more time, fix usage of locks in the watchdog thread
* Write a new test to ensure that dump_tracebacks_later() still works if
   it was already called and then cancelled before
 * Don't use a variable to check the status of the thread, only rely on locks
 * The thread only releases cancel_event if it was able to acquire it (if
   the timer was interrupted)
 * The main thread always hold this lock. It is only released when
   faulthandler_thread() is interrupted until this thread exits, or at Python
   exit.
2011-04-08 12:57:06 +02:00
..
2011-03-26 18:18:09 -05:00
2011-03-16 11:35:38 +02:00
2011-03-21 02:53:04 +01:00
2011-03-25 20:34:11 -04:00
2011-03-23 18:12:24 -07:00
2011-03-26 18:11:54 -05:00
2011-03-27 21:07:13 +02:00
2011-03-26 10:22:56 +00:00
2011-02-20 10:22:41 +00:00
2011-03-16 11:35:38 +02:00
2011-03-16 11:35:38 +02:00
2011-03-29 12:02:49 -07:00
2011-03-16 11:35:38 +02:00
2011-03-16 11:35:38 +02:00
2010-07-14 13:46:57 +00:00
2011-04-03 17:08:49 +02:00
2010-09-09 03:53:22 +00:00
2011-03-16 11:35:38 +02:00
2011-03-15 05:59:46 +02:00
2011-03-16 11:35:38 +02:00
2011-03-16 11:35:38 +02:00
2010-08-13 16:26:40 +00:00
2011-03-15 05:59:46 +02:00
2011-03-15 05:59:46 +02:00
2011-03-10 08:44:08 -05:00
2010-07-04 19:23:49 +00:00
2010-12-23 23:18:41 +00:00
2011-03-15 05:59:46 +02:00
2011-03-16 11:35:38 +02:00
2010-12-04 16:21:42 +00:00
2011-03-16 11:35:38 +02:00
2010-10-29 22:36:53 +00:00
2011-03-25 14:25:36 +02:00
2011-01-23 21:33:36 +00:00
2011-03-15 05:59:46 +02:00
2011-04-05 16:07:49 +02:00
2011-03-16 11:35:38 +02:00
2010-10-31 16:06:55 +00:00
2010-12-03 07:49:09 +00:00