[Python-checkins] cpython: Issue #20500: clarify that invocation may be indirect

nick.coghlan python-checkins at python.org
Sun Feb 9 03:05:26 CET 2014


http://hg.python.org/cpython/rev/9e7594d65178
changeset: 89081:9e7594d65178
user: Nick Coghlan <ncoghlan at gmail.com>
date: Sun Feb 09 12:05:13 2014 +1000
summary:
 Issue #20500: clarify that invocation may be indirect
files:
 Doc/whatsnew/3.4.rst | 5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1716,8 +1716,9 @@
 because it has already been saved locally with :c:func:`PyErr_Fetch` or
 is being deliberately replaced with a different exception), an explicit
 :c:func:`PyErr_Clear` call will be needed to avoid triggering the
- assertion when running against a version of Python that is compiled with
- assertions enabled.
+ assertion when invoking these operations (directly or indirectly) and
+ running against a version of Python that is compiled with assertions
+ enabled.
 
 * :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**
 argument is not set. Previously only ``NULL`` was returned with no exception
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /