- 29 Eki, 2013 32 kayıt (commit)
-
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
It is causing trouble like e.g. hanging processes.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
It is causing trouble like e.g. hanging processes.
-
Victor Stinner yazdı
failure (memory allocation failure): raise a MemoryError exception
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
attributes before checking for error. The destructor expects all attributes to be set. It is now safe to call Py_DECREF(unicode) in the constructor.
-
Victor Stinner yazdı
PyTuple_New() failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyObject_IsInstance() failure
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
On AIX, the locale encoding may be "iso8859-1", which was not a known syntax of the legacy ISO 8859-1 encoding. Using a C codec instead of a Python codec is faster but also avoids tricky issues during Python startup or complex code.
-
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 8 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ı
-