STINNER Victor added the comment:

Oh, it's even worse: "./python -m test test_sys" is enough to reproduce the 
crash. It looks like the crashs was introduced by the following change which 
(indirectly) adds one more Python frame in the code to execute test_sys.

changeset:   98417:281ab7954d7c
user:        Victor Stinner <victor.stin...@gmail.com>
date:        Tue Sep 29 23:36:27 2015 +0200
files:       Lib/test/libregrtest/main.py
description:
Issue #25220: Enhance regrtest --coverage

Add a new Regrtest.run_test() method to ensure that --coverage pass the same
options to the runtest() function.

----------
title: "./python -m test -R 3:3: test_sys": Fatal Python error: Cannot recover 
from stack overflow -> "./python -m test test_sys": Fatal Python error: Cannot 
recover from stack overflow

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25274>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to