Ilya Kulakov
Ilya Kulakov
I'm not sure how to cause asyncio to call exception handler without 'exception' but with handle of future with the _source_traceback attribute set.
@ashwoods I used the 'exception' level instead of 'fatal' as handled errors don't explicitly cause interpreter to exit by default. Was it a good idea?
@ashwoods Is there anything I should change / fix?
@asvetlov This change is to handle asyncio exceptions and unrelated to aiohttp transport. In one of the projects we are using this without raven-aiohttp.
@ashwoods I would love to address the issues if there are any
Anyone? I'm willing to fix any issues.
@ashwoods What test would show it?
Re-opened to re-run CI tests. @ashwoods Any thoughts?
@SethMichaelLarson I think it's not loading because VirtualBox.app on macOS is shipped only with `VBoxPython2_6.so` and `VBoxPython2_7.so`. That's likely because macOS does not ship Python 3 at all. You need...
@printdhruv I suppose it should be possible to develop a plugin that uses C-API over XPCOM instead of VBoxPython. That it will be a pain to maintain as well. If...