Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bc0b4 commit 72318b9Copy full SHA for 72318b9
1 file changed
Doc/whatsnew/3.4.rst
@@ -1716,8 +1716,9 @@ Changes in the C API
1716
because it has already been saved locally with :c:func:`PyErr_Fetch` or
1717
is being deliberately replaced with a different exception), an explicit
1718
:c:func:`PyErr_Clear` call will be needed to avoid triggering the
1719
- assertion when running against a version of Python that is compiled with
1720
- assertions enabled.
+ assertion when invoking these operations (directly or indirectly) and
+ running against a version of Python that is compiled with assertions
1721
+ enabled.
1722
1723
* :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**
1724
argument is not set. Previously only ``NULL`` was returned with no exception
0 commit comments