Author: Antonio Cuni <[email protected]>
Branch: ffistruct
Changeset: r55091:61a2b32337cb
Date: 2012-05-14 21:45 +0200
http://bitbucket.org/pypy/pypy/changeset/61a2b32337cb/
Log: typo
diff --git a/pypy/module/_ffi/interp_struct.py
b/pypy/module/_ffi/interp_struct.py
--- a/pypy/module/_ffi/interp_struct.py
+++ b/pypy/module/_ffi/interp_struct.py
@@ -90,7 +90,7 @@
def descr_new_structdescr(space, w_type, name, w_fields=None):
descr = W__StructDescr(space, name)
if w_fields is not space.w_None:
- descr.define_fields(w_fields)
+ descr.define_fields(space, w_fields)
return descr
def round_up(size, alignment):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit