- 20 Tem, 2013 6 kayıt (commit)
-
-
Christian Heimes yazdı
The fix only affects the error message of __class__ assignment. CID 983564
-
Christian Heimes yazdı
sizeof(Py_ssize_t *) == sizeof(Py_ssize_t) but it's not a portable assumption. CID 486403
-
Christian Heimes yazdı
CID 486616, CID 486617, CID 486615
-
Raymond Hettinger yazdı
-
Ethan Furman yazdı
Before this change only the methods were _single_underscored_; now the attributes are as well.
-
Ethan Furman yazdı
-
- 19 Tem, 2013 7 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
I tested the patch manually by injecting a fault using gdb: list items are correctly restored on failure.
-
Vinay Sajip yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
-
Ethan Furman yazdı
The docs also clarify the 'Interesting Example' duplicate-free enum is for demonstration purposes.
-
- 18 Tem, 2013 6 kayıt (commit)
-
-
Victor Stinner yazdı
follow_symlinks=False whereas the fchmodat() function is not avaialble.
-
Victor Stinner yazdı
whereas the fchmodat() function is not avaialble.
-
Victor Stinner yazdı
functions if a Python exception was raised
-
Victor Stinner yazdı
handler if a Python exception is set
-
Victor Stinner yazdı
Modules/python.c:40: warning: ISO C90 forbids mixed declarations and code
-
Victor Stinner yazdı
Don't call PyErr_NewException() if an exception is set, or type_call() would fail with an assertion error.
-
- 17 Tem, 2013 21 kayıt (commit)
-
-
Victor Stinner yazdı
assertion error if they are called with an exception set (PyErr_Occurred()). As PyEval_EvalFrameEx(), they may clear the current exception and so the caller looses its exception.
-
Victor Stinner yazdı
type_call() with an exception set
-
Victor Stinner yazdı
with an assertion error if they are called with an exception set (PyErr_Occurred()). If these functions are called with an exception set, the exception may be cleared and so the caller looses its exception. Add also assertions to PyEval_CallObjectWithKeywords() and call_function() to check if the function succeed with no exception set, or the function failed with an exception set.
-
Victor Stinner yazdı
the last call to the step() method of a user function
-
Victor Stinner yazdı
PyObject_Repr() can removes the current exception. For example, module_repr() calls PyErr_Clear() if calling loader.module_repr(mod) failed.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
small integers (0 or 1 digit)
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
supports running only selected tests. Patch by Zachary Ware.
-
Serhiy Storchaka yazdı
supports running only selected tests. Patch by Zachary Ware.
-
Serhiy Storchaka yazdı
Original patch by Zachary Ware.
-