- 05 Eyl, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 01 Eyl, 2000 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
we don't need to run gc frequently
-
Jeremy Hylton yazdı
add sanity check to gc: if an exception occurs during GC, call PyErr_WriteUnraisable and then call Py_FatalEror.
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
also initial static debug variable to 0
-
- 06 Agu, 2000 1 kayıt (commit)
-
-
Vladimir Marangozov yazdı
Small stylistic changes by VM: - is_enabled() -> isenabled() - static ... Py_<func> -> static ... gc_<func>
-
- 12 Tem, 2000 2 kayıt (commit)
-
-
Barry Warsaw yazdı
debug_cycle(), and don't cast the pointer to a long. Neither needs the literal `0x' prefix as %p automatically inserts this (on Linux at least).
-
Fred Drake yazdı
so we get better error messages.
-
- 11 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Change a cast, intialize a local, and make some sprintf() format strings type-appropriate (add the "l" to "%d"). Closes SourceForge patch #100737.
-
- 10 Tem, 2000 2 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
Vladimir Marangozov yazdı
conditionally in the code.
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-