[Python-Dev] test_builtin failing on Windows

Tim Peters tim.one@home.com
Fri, 23 Feb 2001 14:36:04 -0500


But only if run under a debug build *and* passing -O to Python:

> python_d -O ../lib/test/test_builtin.py
Adding parser accelerators ...
Done.
4. Built-in functions
test_b1
__import__
abs
apply
callable
chr
cmp
coerce
compile
complex
delattr
dir
divmod
eval
execfile
filter
float
getattr
hasattr
hash
hex
id
int
isinstance
issubclass
len
long
map
max
min
test_b2

and here it blows up with some kind of memory error.

Other systems?