Author: Armin Rigo <[email protected]>
Branch:
Changeset: r974:403f68d50b37
Date: 2012-09-26 09:05 +0200
http://bitbucket.org/cffi/cffi/changeset/403f68d50b37/
Log: Oups.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2698,6 +2698,7 @@
if (!PyArg_ParseTuple(args, "|Oi:load_library",
&dummy, &flags))
return NULL;
+ filename_or_null = NULL;
}
else if (!PyArg_ParseTuple(args, "et|i:load_library",
Py_FileSystemDefaultEncoding, &filename_or_null,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit