[pypy-commit] creflect default: add comment

arigo noreply at buildbot.pypy.org
Mon Dec 1 13:38:31 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r136:96dd4b191e06
Date: 2014-12-01 13:38 +0100
http://bitbucket.org/cffi/creflect/changeset/96dd4b191e06/

Log:	add comment

diff --git a/zeffir/test/support.py b/zeffir/test/support.py
--- a/zeffir/test/support.py
+++ b/zeffir/test/support.py
@@ -12,6 +12,8 @@
         raise OSError("%r\n==> error code %s" % (cmd, err))
 
 def compile_and_open(modname):
+    """Process with creflect 'modname.crx', compile the result, and load it."""
+
     if not os.path.exists(zeffir_lib_path):
         run("cd '%s' && "
             "gcc -g -I'%s' -Wall -Werror -fPIC -shared zeffir.c -o '%s'" %


More information about the pypy-commit mailing list