Author: Armin Rigo <[email protected]>
Branch: py3.5-marshal3
Changeset: r86614:9eb66e9bbf64
Date: 2016-08-27 19:15 +0200
http://bitbucket.org/pypy/pypy/changeset/9eb66e9bbf64/
Log: test fix
diff --git a/pypy/module/marshal/test/test_marshalimpl.py
b/pypy/module/marshal/test/test_marshalimpl.py
--- a/pypy/module/marshal/test/test_marshalimpl.py
+++ b/pypy/module/marshal/test/test_marshalimpl.py
@@ -32,6 +32,7 @@
assert getattr(code2, attr_name) == getattr(foo.__code__,
attr_name)
def test_shared_string(self):
+ import marshal
x = "hello, "
x += "world"
xl = 256
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit