- 11 Nis, 2011 7 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Reid Kleckner yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 10 Nis, 2011 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali.
-
R David Murray yazdı
Eventually I'll actually replace the calls in the tests themselves.
-
Ezio Melotti yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
-
Eli Bendersky yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Nis, 2011 15 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
and on OS X with pydebug.
-
Antoine Pitrou yazdı
is passed (previously, a select.error with EINVAL would be raised). Patch by Charles-François Natali.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
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 yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
Patch by Nadeem Vawda.
-
Victor Stinner yazdı
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
Victor Stinner yazdı
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
Victor Stinner yazdı
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 08 Nis, 2011 8 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
The comment was already correct.
-
Victor Stinner yazdı
* 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 yazdı
Fix a crash: don't read from NULL.
-
R David Murray yazdı
Not a complete fix for this issue.
-
R David Murray yazdı
Not a complete fix for this issue.
-
R David Murray yazdı
Not a complete fix for this issue.
-