Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r67085:d61a57a96a96
Date: 2013-09-24 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/d61a57a96a96/
Log: ups, actually export it
diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py
--- a/rpython/rtyper/module/ll_os.py
+++ b/rpython/rtyper/module/ll_os.py
@@ -1689,6 +1689,9 @@
finally:
lltype.free(buf, flavor='raw')
+ return extdef([str], None, llimpl=tmpnam_llimpl,
+ export_name="ll_os.ll_os_tmpnam")
+
# --------------------------- os.stat & variants ---------------------------
@registering(os.fstat)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit