FYI: trio's excepthook competes with apport's
Bug #1879259 reported by
Jean Jordaan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
New
|
Undecided
|
Unassigned |
Bug Description
Trio – a friendly Python library for async concurrency and I/O trio.readthedocs.io
Trio uses the Python `sys.excepthook`, but this conflicts with Apport:
https:/
To get around this, it's monkey-patching the Apport excepthook:
https:/
This is just for interest's sake, in case you want to consider the case of conflicting use of `sys.excepthook` in future.
To post a comment you must log in.