[issue7878] regrtest should check for changes in import machinery

2010-02-08 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7878] regrtest should check for changes in import machinery

2010-02-07 Thread Brett Cannon
New submission from Brett Cannon : The saved_test_environment context manager should check that sys.path_hooks, sys.path_importer_cache, and __import__ have not changed. The thing that is tricky, though, is that sys.path_importer_cache is legitimately mutated by other tests simply because vali