STINNER Victor added the comment:

It has been long time since I didn't work on Python 2.7, so I forgot that 
regrtest of Python 2.7 lacks *many* features of Python master. I created the 
issue #30258 to add code to handle crash of a test child process.

> Maybe be related to issue #30255 (test_xml_etree crash related to slices).

regrtest stopped at the first crash of a child process and swallow child 
stdout/stderr. This crash explains this issue. Since issue #30255 is fixed, I 
close this issue to now focus on the issue #30258 (fix regrtest to detect 
crashes).

----------

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

Reply via email to