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 vstinner
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-03.14:31:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493821902.88.0.724609336922.issue30254@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-05-03 14:31:42vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2017-05-03 14:31:42vstinnersetmessageid: <1493821902.88.0.724609336922.issue30254@psf.upfronthosting.co.za>
2017-05-03 14:31:42vstinnerlinkissue30254 messages
2017-05-03 14:31:42vstinnercreate