- 09 Apr, 2011 10 commits
-
-
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 13 commits
-
-
Brian Quinlan authored
-
Brian Quinlan authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Barry Warsaw authored
dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do).
-
Barry Warsaw authored
dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do).
-
Barry Warsaw authored
dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do).
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Cleanup also the code
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
- 06 Apr, 2011 2 commits
-
-
Antoine Pitrou authored
up. Hopefully fixes transient buildbot failures.
-
Antoine Pitrou authored
up. Hopefully fixes transient buildbot failures.
-