Author: Armin Rigo <ar...@tunes.org> Branch: cffi-1.0 Changeset: r1932:60410fd493a2 Date: 2015-05-08 18:03 +0200 http://bitbucket.org/cffi/cffi/changeset/60410fd493a2/
Log: comment diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_type.c --- a/_cffi1/realize_c_type.c +++ b/_cffi1/realize_c_type.c @@ -587,6 +587,7 @@ static int do_realize_lazy_struct(CTypeDescrObject *ct) { + /* This is called by force_lazy_struct() in _cffi_backend.c */ assert(ct->ct_flags & (CT_STRUCT | CT_UNION)); if (ct->ct_flags & CT_LAZY_FIELD_LIST) { _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit