gh-117385: Remove unhooked events on sys.settrace (GH-117386)

This commit is contained in:
Tian Gao 2024-04-26 09:01:44 -07:00 committed by GitHub
parent a5eeb832c2
commit 0f99861332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1 @@
Remove unhandled ``PY_MONITORING_EVENT_BRANCH`` and ``PY_MONITORING_EVENT_EXCEPTION_HANDLED`` events from :func:`sys.settrace`.