[pypy-commit] pypy hpy: update to pyhandle/hpy 2aec7ae

antocuni pypy.commits at gmail.com
Thu Nov 28 06:17:43 EST 2019


Author: Antonio Cuni <anto.cuni at gmail.com>
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):
         """


More information about the pypy-commit mailing list