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:19 | methane | set | recipients: + methane, holdenweb, pitrou, vstinner, benjamin.peterson, eryksun |
| 2014年03月28日 10:04:19 | methane | set | messageid: <1396001059.41.0.163306259797.issue21074@psf.upfronthosting.co.za> |
| 2014年03月28日 10:04:19 | methane | link | issue21074 messages |
| 2014年03月28日 10:04:19 | methane | create | |