πŸ“œπŸ€– Added by blurb_it.

This commit is contained in:
blurb-it[bot] 2026-05-03 22:52:14 +00:00 β€’ committed by GitHub
parent e56672391b
commit c98f0ffbdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
:exc:`bdb.BdbQuit` is now a subclass of :exc:`BaseException`, instead of :exc:`Exception`, to allow it to be used for cleanly exiting the debugger without being accidentally caught by user code.