Eryk Sun added the comment:

I had suggested inheriting the TYPEFLAG_NONARGTYPE flag in StructUnionType_new. 
It requires a minor change to get basedict unconditionally, and then assign 

    if (basedict)
        dict->flags |= basedict->flags & TYPEFLAG_NONARGTYPE;

We need more feedback on this suggested flag, especially to stay consistent 
with CFFI if possible. Do you know whether CFFI supports passing unions and 
structs with bitfields in its ABI mode for 64-bit Unix?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to