summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2020-11-02 15:16:25 +0100
committerGitHub <noreply@github.com>2020-11-02 16:16:25 +0200
commit64366fa9b3ba71b8a503a8719eff433f4ea49eb9 (patch)
tree8aa6d76484553d2f29bfe5d03709a86c0abe547f /Python/Python-ast.c
parent3d86d090dcbbdfdd3e5a5951cab30612d6131222 (diff)
downloadcpython-git-64366fa9b3ba71b8a503a8719eff433f4ea49eb9.tar.gz
bpo-41435: Add sys._current_exceptions() function (GH-21689)
This adds a new function named sys._current_exceptions() which is equivalent ot sys._current_frames() except that it returns the exceptions currently handled by other threads. It is equivalent to calling sys.exc_info() for each running thread.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions