- Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a
ValueErrorduring logging (#88). - Fix possible
RuntimeErrorwhen removing all handlers withlogger.remove()due to thread-safety issue (#1183, thanks @jeremyk). - Fix
diagnose=Trueoption of exception formatting not working as expected with Python 3.13 (#1235, thanks @etianen). - Fix non-...