- 24 Oct, 2007 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Temporary variables must be set to zero or they might be XDECREF'ed later, generating very hard to track bugs.
-
- 21 Oct, 2007 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 20 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 18 Oct, 2007 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Oct, 2007 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 14 Oct, 2007 1 commit
-
-
Carl Witty authored
Fix __Pyx_GetExcValue to avoid (possibly) running Python code while the thread state is inconsistent
-
- 13 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 12 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 11 Oct, 2007 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
For example, in the SAGE source we have 1158 PyInt_FromLong(0) 776 PyInt_FromLong(1) 258 PyInt_FromLong(2) 33 PyInt_FromLong(3) 21 PyInt_FromLong(10) and a thousand or so others... Who knows how many of these are in loops too.
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Oct, 2007 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 09 Oct, 2007 1 commit
-
-
Thomas Hunger authored
-
- 10 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
This is what the interpreter does, and allows one to get at the actual object (rather than just its truth value).
-
- 08 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 02 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 23 Sep, 2007 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Sep, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 23 Sep, 2007 1 commit
-
-
Stefan Behnel authored
-
- 21 Sep, 2007 1 commit
-
-
Thomas Hunger authored
gcc complained that a variable might be used uninitialized, which is true. If NULL is passed, all code gets executed with an uninitialized variable which is an error in almost every case. Since python itself never passes NULL, only a real error in other c code could trigger the assert.
-