New submission from Chris Jerdonek:

The test_threading.ThreadingExceptionTests.test_recursion_limit test fails on 
Mac OS X with the standard compilation command:

$ ./configure --with-pydebug && make -j2

Python 3.2.3+ (3.2:247d3e3c08ca, Sep 29 2012, 23:45:43) 
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)] on darwin
Mac OS X Lion 10.7.5

======================================================================
FAIL: test_recursion_limit (test.test_threading.ThreadingExceptionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../cpython/Lib/test/test_threading.py", line 774, in 
test_recursion_limit
    self.assertEqual(p.returncode, 0, "Unexpected error: " + stderr.decode())
AssertionError: -10 != 0 : Unexpected error: 

----------------------------------------------------------------------

This seems very similar to issue 14184 (copying the nosy list).

----------
components: Library (Lib)
messages: 171613
nosy: chris.jerdonek, dk, meador.inge, ned.deily
priority: normal
severity: normal
status: open
title: test_recursion_limit in test_threading fails on Mac OS X in 3.2
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to