- 29 Eki, 2013 15 kayıt (commit)
-
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
_ctypes_alloc_format_string() failure
-
Victor Stinner yazdı
allocation failure
-
Victor Stinner yazdı
PyByteArray_FromStringAndSize() failure (ex: on memory allocation failure)
-
Victor Stinner yazdı
_PyBytes_Resize(&new) sets new to NULL on error, don't call Py_DECREF() with NULL.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ZIP archive.
-
Victor Stinner yazdı
memory allocation failure
-
Victor Stinner yazdı
exceptions when merging fast locals into f_locals of a frame. PyEval_GetLocals() now raises an exception and return NULL on failure.
-
- 28 Eki, 2013 16 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
Nadeem Vawda yazdı
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Nadeem Vawda yazdı
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
finalization. sys.argv is set to None during Python finalization: add PyList_Check() to avoid a crash in PyList_Size().
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
screen refresh problem.
-
- 27 Eki, 2013 9 kayıt (commit)
-
-
Tim Golden yazdı
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
pseudo-random number generator on fork().
-
Georg Brandl yazdı
-