Author: Antonio Cuni <[email protected]>
Branch: hpy
Changeset: r98169:88722810d26d
Date: 2019-11-28 11:10 +0100
http://bitbucket.org/pypy/pypy/changeset/88722810d26d/
Log: update to pyhandle/hpy 2aec7ae
diff --git a/pypy/module/hpy_universal/_vendored/test/support.py
b/pypy/module/hpy_universal/_vendored/test/support.py
--- a/pypy/module/hpy_universal/_vendored/test/support.py
+++ b/pypy/module/hpy_universal/_vendored/test/support.py
@@ -79,7 +79,7 @@
source = expand_template(template, name)
filename = self.tmpdir.join(name + '.c')
filename.write(source)
- return filename
+ return str(filename)
def compile_module(self, main_template, name, extra_templates):
"""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit