Skip to content

Commit 170d3c9

Browse files
committed
gh-156204: drop docs change
1 parent b6be6c5 commit 170d3c9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Doc/c-api/exceptions.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,6 @@ Querying the error indicator
486486
of a subclass. If *exc* is a tuple, all exception types in the tuple (and
487487
recursively in subtuples) are searched for a match.
488488
489-
If the subtuples are nested deeply enough to risk exhausting the C stack,
490-
the search is abandoned, a :exc:`RecursionError` is set, and the function
491-
returns false.
492-
493-
.. versionchanged:: next
494-
Deeply nested subtuples previously crashed the interpreter.
495-
496489
497490
.. c:function:: PyObject *PyErr_GetRaisedException(void)
498491

0 commit comments

Comments
 (0)