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 aa8c0db commit 8811826Copy full SHA for 8811826
stdlib/sys/__init__.pyi
@@ -354,6 +354,7 @@ else:
354
def _current_frames() -> dict[int, FrameType]: ...
355
def _getframe(depth: int = 0, /) -> FrameType: ...
356
357
+# documented -- see https://docs.python.org/3/library/sys.html#sys._current_exceptions
358
if sys.version_info >= (3, 12):
359
def _current_exceptions() -> dict[int, BaseException | None]: ...
360
0 commit comments