[issue3356] some tests fail in debug mode (test_distutils, test_set)

2008-07-15 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: I can't reproduce the error using Windows. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3356 ___ ___

[issue3356] some tests fail in debug mode (test_distutils, test_set)

2008-07-14 Thread Antoine Pitrou
New submission from Antoine Pitrou [EMAIL PROTECTED]: With the latest py3k, some tests fail when run in debug mode: - test_distutils fails with the following message: FAILED (errors=1) Traceback (most recent call last): File Lib/test/test_distutils.py, line 17, in module test_main() File

[issue3356] some tests fail in debug mode (test_distutils, test_set)

2008-07-14 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Neither of these fail for me on MacOS. -- nosy: +benjamin.peterson ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3356 ___

[issue3356] some tests fail in debug mode (test_distutils, test_set)

2008-07-14 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: On another machine, with another distro (Debian stable) and another gcc version (4.1.2 instead of 4.3.1), I even get a segmentation fault on test_distutils: $ ./python Lib/test/test_set.py test_add (__main__.TestSet) ... ok test_and