File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Version history
3
3
4
4
This library adheres to `Semantic Versioning 2.0 <http://semver.org/ >`_.
5
5
6
+ **UNRELEASED **
7
+
8
+ - Removed an ``assert `` in ``exceptiongroup._formatting `` that caused compatibility
9
+ issues with Sentry (`#123 <https://github.com/agronholm/exceptiongroup/issues/123 >`_)
10
+
6
11
**1.2.1 **
7
12
8
13
- Updated the copying of ``__notes__ `` to match CPython behavior (PR by CF Bolz-Tereick)
Original file line number Diff line number Diff line change @@ -391,8 +391,6 @@ def format_exception_only(self):
391
391
392
392
import apport_python_hook
393
393
394
- assert sys .excepthook is apport_python_hook .apport_excepthook
395
-
396
394
# monkeypatch the sys module that apport has imported
397
395
fake_sys = ModuleType ("exceptiongroup_fake_sys" )
398
396
fake_sys .__dict__ .update (sys .__dict__ )
You can’t perform that action at this time.
0 commit comments