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 martin.panter
Recipients Arfrever, benjamin.peterson, docs@python, flox, gvanrossum, jaraco, jgeralnik, martin.panter, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2016-03-08.20:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457469691.22.0.890272875234.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
It seems this change is causing some (intermittent?) buildbot failures in 2.7:

http://buildbot.python.org/all/builders/s390x%20RHEL%202.7/builds/273/steps/test/logs/stdio

======================================================================
FAIL: test_saveall (test.test_gc.GCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel-z/build/Lib/test/test_gc.py", line 199, in test_saveall
    self.assertEqual(gc.garbage, [])
AssertionError: Lists differ: [<fileinput.FileInput instance... != []

First list contains 28 additional elements.
First extra element 0:
<fileinput.FileInput instance at 0x3fff6821a68>

Diff is 1461 characters long. Set self.maxDiff to None to see it.

======================================================================
FAIL: test_create_read (test.test_csv.TestLeaks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel-z/build/Lib/test/test_csv.py", line 1103, in test_create_read
    self.assertEqual(gc.garbage, [])
AssertionError: Lists differ: [<fileinput.FileInput instance... != []

First list contains 28 additional elements.
First extra element 0:
<fileinput.FileInput instance at 0x3fff6821a68>

Diff is 1461 characters long. Set self.maxDiff to None to see it.
History
Date User Action Args
2016-03-08 20:41:31martin.pantersetrecipients: + martin.panter, gvanrossum, jaraco, pitrou, benjamin.peterson, Arfrever, r.david.murray, flox, docs@python, zach.ware, serhiy.storchaka, jgeralnik
2016-03-08 20:41:31martin.pantersetmessageid: <1457469691.22.0.890272875234.issue15068@psf.upfronthosting.co.za>
2016-03-08 20:41:31martin.panterlinkissue15068 messages
2016-03-08 20:41:30martin.pantercreate