This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miurahr
Recipients miurahr
Date 2020-10-17.03:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602904690.9.0.41669445481.issue42057@roundup.psfhosted.org>
In-reply-to
Content
Here is a result of running pytest on python 3.9.0 with gdb.

==================================================== test session starts ====================================================
platform linux -- Python 3.9.0, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
rootdir: /home/miurahr/Projects/cpython
collected 2 items

test_main.py .
Program received signal SIGSEGV, Segmentation fault.
PyException_GetContext (self=self@entry=<traceback at remote 0x7ffff62b47c0>) at ../Objects/exceptions.c:351
warning: Source file is more recent than executable.
351	    Py_XINCREF(context);
History
Date User Action Args
2020-10-17 03:18:10miurahrsetrecipients: + miurahr
2020-10-17 03:18:10miurahrsetmessageid: <1602904690.9.0.41669445481.issue42057@roundup.psfhosted.org>
2020-10-17 03:18:10miurahrlinkissue42057 messages
2020-10-17 03:18:10miurahrcreate