STINNER Victor <[email protected]> added the comment:
> AssertionError: Process return code is 3221225477 > (...) > AssertionError: Process return code is 3221225477 This is STATUS_ACCESS_VIOLATION: the process crashed, not good :-( Moreover, even if the process was run with -X faulthandler, stderr is empty :-( ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44936> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
