STINNER Victor added the comment: Please try to get the Python stacktrace on the segfault using the faulthandler module: add faulthandler.enable() call at the beginning of your application.
https://docs.python.org/dev/library/faulthandler.html I suspect a bug in your C code, not in asyncio. asyncio is written in pure Python. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue26463> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
