[pypy-commit] cffi cffi-1.0: comment

arigo noreply at buildbot.pypy.org
Fri May 8 18:03:15 CEST 2015


Author: Armin Rigo <arigo at 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) {


More information about the pypy-commit mailing list