This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Michael.Felt, vstinner, xtreak
Date 2019-08-01.09:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564650791.0.0.423751960997.issue36273@roundup.psfhosted.org>
In-reply-to
Content
test_threading has a similar issue, still on PPC64 AIX 3.x:
https://buildbot.python.org/all/#builders/10/builds/3171

test_recursion_limit (test.test_threading.ThreadingExceptionTests) ... FAIL
test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests) ... ok
test_start_thread_again (test.test_threading.ThreadingExceptionTests) ... ok
test_init_immutable_default_args (test.test_threading.TimerTests) ... ok

======================================================================
FAIL: test_recursion_limit (test.test_threading.ThreadingExceptionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.aixtools-aix-power6/build/Lib/test/test_threading.py", line 1088, in test_recursion_limit
    self.assertEqual(p.returncode, 0, "Unexpected error: " + stderr.decode())
AssertionError: -11 != 0 : Unexpected error:

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

Ran 168 tests in 12.623s

FAILED (failures=1)
Warning -- files was modified by test_threading
  Before: []
  After:  ['core']
History
Date User Action Args
2019-08-01 09:13:11vstinnersetrecipients: + vstinner, Michael.Felt, xtreak
2019-08-01 09:13:11vstinnersetmessageid: <1564650791.0.0.423751960997.issue36273@roundup.psfhosted.org>
2019-08-01 09:13:10vstinnerlinkissue36273 messages
2019-08-01 09:13:10vstinnercreate