INADA Naoki <[email protected]> added the comment:

Yes.
The problem is large foldable constant (e.g. b'x' * (2**32)) in function not 
called is calculated.
This is nasty when I skip tests requires large memory.

@pytest.mark.skipif(True, reason="This test requires very larege memory")
def test_largebynary():
    x = b'x' * (2**32)
    do_something(x)

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1721>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to