Serhiy Storchaka added the comment:

Non-Linux buildbots failed.

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2798/steps/test/logs/stdio
======================================================================
FAIL: test_return_result_with_error (test.test_capi.CAPITest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_capi.py", 
line 206, in test_return_result_with_error
    self.assertIn(b'_Py_CheckFunctionResult: Assertion', err)
AssertionError: b'_Py_CheckFunctionResult: Assertion' not found in b'2015-03-21 
10:28:29.114 defaults[68384:903] \nThe domain/default pair of 
(com.apple.CrashReporter, DialogType) does not exist\nAssertion failed: 
(!err_occurred), function _Py_CheckFunctionResult, file Objects/abstract.c, 
line 2088.\nFatal Python error: Aborted\n\nCurrent thread 0x00007fff71296cc0 
(most recent call first):\n  File "<string>", line 6 in <module>'

----------------------------------------------------------------------
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5906/steps/test/logs/stdio
======================================================================
FAIL: test_return_result_with_error (test.test_capi.CAPITest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_capi.py", 
line 206, in test_return_result_with_error
    self.assertIn(b'_Py_CheckFunctionResult: Assertion', err)
AssertionError: b'_Py_CheckFunctionResult: Assertion' not found in b'2015-03-21 
10:28:29.114 defaults[68384:903] \nThe domain/default pair of 
(com.apple.CrashReporter, DialogType) does not exist\nAssertion failed: 
(!err_occurred), function _Py_CheckFunctionResult, file Objects/abstract.c, 
line 2088.\nFatal Python error: Aborted\n\nCurrent thread 0x00007fff71296cc0 
(most recent call first):\n  File "<string>", line 6 in <module>'

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

Why this assert is needed? Why not always raise SystemError?

----------

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

Reply via email to