- 01 Apr, 2011 1 commit
-
-
Victor Stinner authored
If the thread releases the join lock before the cancel lock, the thread may sometimes still be alive at cancel_dump_tracebacks_later() exit. So the cancel lock may be destroyed while the thread is still alive, whereas the thread will try to release the cancel lock, which just crash. Another minor fix: the thread doesn't release the cancel lock if it didn't acquire it.
-
- 31 Mar, 2011 22 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R David Murray authored
-
Victor Stinner authored
-
Victor Stinner authored
-
R David Murray authored
The split probably won't happen for a while, but I might as well lay the groundwork now since I'll be adding new test modules before too long.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
R David Murray authored
-
Victor Stinner authored
initfsencoding() was not called yet: detect bootstrap (startup) issues earlier.
-
Victor Stinner authored
called yet: detect bootstrap (startup) issues earlier.
-
Victor Stinner authored
-
Victor Stinner authored
Stop if the stack overflow doesn't occur after allocating 100 MB on the stack.
-
Victor Stinner authored
* dump_traceback_later() => dump_tracebacks_later() * cancel_dump_traceback_later() => cancel_dump_tracebacks_later()
-
Victor Stinner authored
-
Victor Stinner authored
-
- 30 Mar, 2011 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Windows.
-
Antoine Pitrou authored
Windows.
-
Kristjan Valur Jonsson authored
-
Kristjan Valur Jonsson authored
-
Kristjan Valur Jonsson authored
-
Kristjan Valur Jonsson authored
-
Kristjan Valur Jonsson authored
ti can raise an exception even if PyLong_Check() has succeeded.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 29 Mar, 2011 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
guido@google.com authored
-
guido@google.com authored
-
guido@google.com authored
-
guido@google.com authored
(This version is a cleaned-up backport of a fix by Senthil Kumaran.)
-