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 pitrou
Recipients benjamin.peterson, martin.panter, ned.deily, pitrou, python-dev, serhiy.storchaka, stutzbach
Date 2014-06-10.23:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402443471.4.0.13712334201.issue21677@psf.upfronthosting.co.za>
In-reply-to
Content
This changeset crashes test_io here:

test_close_error_on_close (test.test_io.CBufferedReaderTest) ... python: Objects/abstract.c:2091: PyObject_Call: Assertion `(result != ((void *)0) && !PyErr_Occurred()) || (result == ((void *)0) && PyErr_Occurred())' failed.
Fatal Python error: Aborted

Current thread 0x00007ff1b3264740 (most recent call first):
  File "/home/antoine/cpython/default/Lib/test/test_io.py", line 793 in test_close_error_on_close
  File "/home/antoine/cpython/default/Lib/unittest/case.py", line 577 in run
  File "/home/antoine/cpython/default/Lib/unittest/case.py", line 625 in __call__
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125 in run
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87 in __call__
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125 in run
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87 in __call__
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 125 in run
  File "/home/antoine/cpython/default/Lib/unittest/suite.py", line 87 in __call__
  File "/home/antoine/cpython/default/Lib/unittest/runner.py", line 168 in run
  File "/home/antoine/cpython/default/Lib/test/support/__init__.py", line 1724 in _run_suite
  File "/home/antoine/cpython/default/Lib/test/support/__init__.py", line 1758 in run_unittest
  File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1277 in <lambda>
  File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1278 in runtest_inner
  File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 978 in runtest
  File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 763 in main
  File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1562 in main_in_temp_cwd
  File "/home/antoine/cpython/default/Lib/test/__main__.py", line 3 in <module>
  File "/home/antoine/cpython/default/Lib/runpy.py", line 85 in _run_code
  File "/home/antoine/cpython/default/Lib/runpy.py", line 170 in _run_module_as_main
Abandon
History
Date User Action Args
2014-06-10 23:37:51pitrousetrecipients: + pitrou, benjamin.peterson, ned.deily, stutzbach, python-dev, martin.panter, serhiy.storchaka
2014-06-10 23:37:51pitrousetmessageid: <1402443471.4.0.13712334201.issue21677@psf.upfronthosting.co.za>
2014-06-10 23:37:51pitroulinkissue21677 messages
2014-06-10 23:37:50pitroucreate