basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
256 stars 6 forks source link

Add Exception hooks #851

Closed chrisrink10 closed 1 month ago

chrisrink10 commented 8 months ago

Fixes #873

Users could probably stumble into some bizarre behavior with these until #839 is completed since the except hook functions use sys.stderr by default, which does not always track with *err*.