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.