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 skrah
Recipients florin.papa, pitrou, r.david.murray, rhettinger, skrah, vstinner, zach.ware
Date 2015-11-25.22:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448488892.96.0.957029834553.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
> Py_ssize_t ob_array[1] Py_VARIABLE_SIZE;   /* Looks weird and confusing */

Yes, I dislike that, too.  The question is why gcc has supported
the "struct hack" for more than 20 years but needs an annotation
just for MPX.

Is the annotation also needed for the C99 version (ob_array[])?


Which brings me again to the topic that the MPX support needs to
stabilize in gcc. ;)
History
Date User Action Args
2015-11-25 22:01:33skrahsetrecipients: + skrah, rhettinger, pitrou, vstinner, r.david.murray, zach.ware, florin.papa
2015-11-25 22:01:32skrahsetmessageid: <1448488892.96.0.957029834553.issue25300@psf.upfronthosting.co.za>
2015-11-25 22:01:32skrahlinkissue25300 messages
2015-11-25 22:01:32skrahcreate