Mark Dickinson <[EMAIL PROTECTED]> added the comment: Here's an interesting snippet from the my most recent attempt to run 'make test'. I got a failed assertion:
[...] test_multibytecodec_support test_multifile test_multiprocessing Assertion failed: (bp != NULL), function PyObject_Malloc, file Objects/obmalloc.c, line 746. make: *** [test] Abort trap ./python.exe -E -tt ./Lib/test/regrtest.py -l test_grammar test_opcodes [...] This is again on OS X 10.5.3; I built with: LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include ./configure -- with-pydebug && make (the /opt/local stuff is there because that's where my readline library is...) Python 2.6b1+ (trunk:64671, Jul 2 2008, 21:51:37) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3088> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com