New submission from Brett Cannon <br...@python.org>:

If you run test_sys under coverage.py with ``./python.exe -m coverage run 
--pylib Lib/test/regrtest.py test_sys`` you get::

  Fatal Python error: Cannot recover from stack overflow

Have not taken the time to try to figure out exactly what code is triggering 
the recursion, but coverage.py is being used w/o its extension coverage 
support. Could be caused by coverage.py, but I'm a bit surprised that it's a 
fatal error instead of a recursion limit exception.

----------
messages: 126865
nosy: brett.cannon
priority: normal
severity: normal
stage: unit test needed
status: open
title: test_sys triggers a fatal python error when run under coverage.py
type: crash
versions: Python 3.2

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

Reply via email to