[issue9250] sys.modules changes size during iteration in regrtest module

2010-09-07 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> committed/rejected status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: Thanks for your comments, that was fast! I will skip using the test package then. -- status: pending -> open ___ Python tracker ___

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread R. David Murray
R. David Murray added the comment: Autotest runs the Python regression suite, it just does it a different way. And it still works on trunk. Since it isn't documented (I wasn't even aware it existed), maybe we should just delete it. :) Note that I'm not saying there's no bug here. But import

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Brett Cannon
Brett Cannon added the comment: The wording is poor. I'm going to fix them so it's obvious that the test package is meant for core developers only. -- nosy: +brett.cannon ___ Python tracker ___

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: http://pyclewn.sourceforge.net uses the regrtest module to run its testsuite. The test package is documented in the Standard Library documentation, quote: "The test package contains all regression tests for Python as well as the modules test.test_support and te

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread R. David Murray
R. David Murray added the comment: Why are you importing regrtest? It isn't designed to be imported, really. Or at least, not any more. -- nosy: +r.david.murray type: crash -> behavior ___ Python tracker ___

[issue9250] sys.modules changes size during iteration in regrtest module

2010-07-13 Thread Xavier de Gaye
New submission from Xavier de Gaye : Python 2.7 - svn revision 82852 Bug description === Test script foo.py -- #!/usr/bin/env python import distutils.core import test.regrtest Exception when running foo.py - Traceback (most