FYI: trio's excepthook competes with apport's

Bug #1879259 reported by Jean Jordaan
6
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://github.com/python-trio/trio/issues/1065

To get around this, it's monkey-patching the Apport excepthook:
  https://github.com/python-trio/trio/pull/1528

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.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.