Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5717:3db40beefd28 Date: 2016-09-27 22:12 +0200 http://bitbucket.org/pypy/extradoc/changeset/3db40beefd28/
Log: Next crasher diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst --- a/planning/py3.5/cpython-crashers.rst +++ b/planning/py3.5/cpython-crashers.rst @@ -36,6 +36,11 @@ this byte has the value 72, which is YIELD_FROM. Total nonsense and crashes follow. +* faulthandler: register(): the signal handler, faulthandler_user(), + changes errno in faulthandler_dump_traceback() but fails to restore it + if chain=False. This can rarely cause random nonsense in the main + program. + Other bugs ---------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
