Releases: jaikoo/bloop-python
Releases · jaikoo/bloop-python
v0.2.0
What's New
capture_exception(exc)— Capture a Python exception with full traceback including chained exceptions viatraceback.format_exception()atexitflush —atexit.register(self.close)prevents data loss on normal process exitthreading.excepthook— Catches crashes in spawned threads (Python 3.8+), guarded withhasattr- Improved
_install_excepthook— Now usescapture_exception()for proper traceback extraction instead of rawcapture() - Clean shutdown —
close()unregisters atexit handler and restoresthreading.excepthook