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

2008-07-14 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: I can't reproduce the error using Windows. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[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 (__main_

[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]> ___ _

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

2008-07-14 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: I'll look at the test_set failure if no one else gets to it first. -- nosy: +rhettinger ___ Python tracker <[EMAIL PROTECTED]>

[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 test_main() File "Lib