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 flox
Recipients eli.bendersky, flox, ncoghlan, python-dev
Date 2012-06-16.07:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339832138.14.0.829100642066.issue15075@psf.upfronthosting.co.za>
In-reply-to
Content
>   File "/home/eliben/python-src/33/Lib/test/regrtest.py", line 710 in main
>   File "/home/eliben/python-src/33/Lib/test/regrtest.py", line 1829 in <module>
>   File "/home/eliben/python-src/33/Lib/runpy.py", line 75 in _run_code
>   File "/home/eliben/python-src/33/Lib/runpy.py", line 162 in _run_module_as_main
> Segmentation fault (core dumped)

Even if the ET tests are hacking sys.modules, I assume that the Python interpreter should not crash so badly.
It reveals probably a flaw somewhere else.

I suggest to re-open this to track the Segmentation fault.
History
Date User Action Args
2012-06-16 07:35:38floxsetrecipients: + flox, ncoghlan, eli.bendersky, python-dev
2012-06-16 07:35:38floxsetmessageid: <1339832138.14.0.829100642066.issue15075@psf.upfronthosting.co.za>
2012-06-16 07:35:37floxlinkissue15075 messages
2012-06-16 07:35:36floxcreate