[issue21074] Too aggressive constant folding

INADA Naoki report at bugs.python.org
Fri Mar 28 11:04:19 CET 2014


INADA Naoki added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21074>
_______________________________________


More information about the Python-bugs-list mailing list