]> granicus.if.org Git - python/commit
Disable the test for importing very long lists for MacPython: it triggers
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Jun 2002 21:34:35 +0000 (21:34 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Jun 2002 21:34:35 +0000 (21:34 +0000)
commite36a8e8201fdacb04d75dce83662a735afe91588
tree88cc85c9e482284845a41f1ec44309fd5e468012
parent473f46a8537e5ba4aa86e9026b6fff057959c587
Disable the test for importing very long lists for MacPython: it triggers
an out-of-memory condition (and a hang on OSX). Filed a bug report
(#571845) to make sure this is eventually fixed.
Lib/test/test_import.py