Author: Antonio Cuni <[email protected]>
Branch: cpyext-speedup-tests
Changeset: r98367:7171a0719fdb
Date: 2019-12-23 18:50 +0100
http://bitbucket.org/pypy/pypy/changeset/7171a0719fdb/
Log: missing import
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -131,6 +131,7 @@
Eagerly create pyobjs for various builtins so they don't look like
leaks.
"""
+ from pypy.module.cpyext.pyobject import make_ref
w_to_preload = space.appexec([], """():
import sys
import mmap
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit