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 methane
Recipients benjamin.peterson, eryksun, holdenweb, methane, pitrou, vstinner
Date 2014-03-28.10:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396001059.41.0.163306259797.issue21074@psf.upfronthosting.co.za>
In-reply-to
Content
For example. I want to write test like this:

@unittest.skip("This test requires huge memory")
def test_largebuf():
    client = self.create_client()
    data = b'x' * (2**32 - 1)
    client.send(data)
History
Date User Action Args
2014-03-28 10:04:19methanesetrecipients: + methane, holdenweb, pitrou, vstinner, benjamin.peterson, eryksun
2014-03-28 10:04:19methanesetmessageid: <1396001059.41.0.163306259797.issue21074@psf.upfronthosting.co.za>
2014-03-28 10:04:19methanelinkissue21074 messages
2014-03-28 10:04:19methanecreate