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 skrah
Recipients pitrou, serhiy.storchaka, skrah
Date 2015-08-09.11:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439121390.78.0.12525199761.issue24831@psf.upfronthosting.co.za>
In-reply-to
Content
It's very likely an I/O issue. There are several large file
tests that run even if 'largefile' is disabled. It already
helps a lot if the following tests are decorated with requires_resource('largefile'):

test_mmap: class LargeMmapTests()

test_io: large_file_ops()

test_largefile: all tests
History
Date User Action Args
2015-08-09 11:56:30skrahsetrecipients: + skrah, pitrou, serhiy.storchaka
2015-08-09 11:56:30skrahsetmessageid: <1439121390.78.0.12525199761.issue24831@psf.upfronthosting.co.za>
2015-08-09 11:56:30skrahlinkissue24831 messages
2015-08-09 11:56:30skrahcreate