- 30 Eki, 2013 10 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Victor Stinner yazdı
The bug was introduced with the select.epoll module! So it's 5 years old :-)
-
Victor Stinner yazdı
-
Victor Stinner yazdı
memcmp() just takes raw pointers
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Eki, 2013 30 kayıt (commit)
-
-
Victor Stinner yazdı
Warnings may be emitted during Python shutdown, like "unclosed file XXX". During shutdown, globals()['__main__'] may be None.
-
Victor Stinner yazdı
"\xe9\u20ac" characters
-
Victor Stinner yazdı
characters.
-
Victor Stinner yazdı
Use fast memcmp() instead of a loop using the slow PyUnicode_READ() macro. strlen() is still necessary to check Unicode string containing null bytes.
-
Ned Deily yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
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ı
-