You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: update exceptions proposal fuzzing and C-API status. (#12037)
* Docs: update exceptions proposal fuzzing and C-API status.
Noticed while reviewing another docs update: we still state that the
exceptions proposal is not fuzzed, and has no C API support. Neither is
true anymore, AFAIK:
- We fuzz exceptions via our usual infrastructure and we had a number of
fuzzbugs come in when we first merged support.
- We added C API support for enabling exceptions in #11861.
* Review feedback.
0 commit comments