- 10 Apr, 2011 7 commits
-
-
R David Murray authored
Eventually I'll actually replace the calls in the tests themselves.
-
Ezio Melotti authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Apr, 2011 15 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
and on OS X with pydebug.
-
Antoine Pitrou authored
is passed (previously, a select.error with EINVAL would be raised). Patch by Charles-François Natali.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren)
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
Patch by Nadeem Vawda.
-
Victor Stinner authored
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
Victor Stinner authored
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
Victor Stinner authored
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 08 Apr, 2011 15 commits
-
-
Victor Stinner authored
faulthandler.enable(all_threads=True) dumps the tracebacks even if it is not possible to get the state of the current thread Create also the get_thread_state() subfunction to factorize the code.
-
Victor Stinner authored
-
Victor Stinner authored
The comment was already correct.
-
Victor Stinner authored
* 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.
-
Victor Stinner authored
Fix a crash: don't read from NULL.
-
R David Murray authored
Not a complete fix for this issue.
-
R David Murray authored
Not a complete fix for this issue.
-
R David Murray authored
Not a complete fix for this issue.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 07 Apr, 2011 3 commits
-
-
Brian Quinlan authored
-
Brian Quinlan authored
-
Antoine Pitrou authored
-