This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Ilya.Kulakov, alexei.romanov, amaury.forgeotdarc, belopolsky, eryksun, meador.inge, vinay.sajip, weeble
Date 2017-02-23.15:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487863954.92.0.179656831807.issue22273@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-02-23 15:32:34eryksunsetrecipients: + eryksun, vinay.sajip, amaury.forgeotdarc, belopolsky, weeble, meador.inge, Ilya.Kulakov, alexei.romanov
2017-02-23 15:32:34eryksunsetmessageid: <1487863954.92.0.179656831807.issue22273@psf.upfronthosting.co.za>
2017-02-23 15:32:34eryksunlinkissue22273 messages
2017-02-23 15:32:34eryksuncreate