]> granicus.if.org Git - python/commitdiff
Issue #20500: clarify that invocation may be indirect
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Feb 2014 02:05:13 +0000 (12:05 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Feb 2014 02:05:13 +0000 (12:05 +1000)
Doc/whatsnew/3.4.rst

index 720ea6ee17f6b216f30a685dd20c465c35403ceb..dcd9284095f884c6c8f0d931210ced277180d9f3 100644 (file)
@@ -1716,8 +1716,9 @@ Changes in the C API
   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