commit | df71dcbef212d0800c428532872d32727c58776b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jun 26 23:27:41 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jun 26 23:27:41 2014 -0700 |
tree | 89f63b7b305ad62367de3219ac387cb226d738fd | |
parent | e75f527b5a3b3dc63ff55efcf817db95885165bf [diff] [blame] |
don't overwrite the error from PyObject_GetAttrString (closes #4346)
diff --git a/Misc/NEWS b/Misc/NEWS index 66c558a..4f86a51 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #4346: In PyObject_CallMethod and PyObject_CallMethodObjArgs, don't + overwrite the error set in PyObject_GetAttr. + - Issue #21831: Avoid integer overflow when large sizes and offsets are given to the buffer type.