]> granicus.if.org Git - python/commit
test_module_with_large_stack(): This failed when Python was run with -O,
authorTim Peters <tim.peters@gmail.com>
Sat, 15 Jun 2002 05:14:05 +0000 (05:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 15 Jun 2002 05:14:05 +0000 (05:14 +0000)
commit0f1afb1df3c1150cc2906ed85b2f52f89f51f670
treeb95a48b4a41af02ce3643bdcf631bee6e9af5039
parent06727123db954c6dd79b5db9348b36927f604a27
test_module_with_large_stack():  This failed when Python was run with -O,
trying to delete a .pyc file that didn't exist (it needed to delete .pyo
then).
Lib/test/test_import.py