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 gregory.p.smith
Recipients benjamin.peterson, fweimer, gregory.p.smith, methane, twouters
Date 2018-04-19.15:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524150846.15.0.682650639539.issue33312@psf.upfronthosting.co.za>
In-reply-to
Content
notably, C99 variable length arrays syntax is not mentioned as allowed in https://www.python.org/dev/peps/pep-0007/.  If we want to use VLAs, that should be clarified.  But both our solutions should work with [1] instead of [] which is allowed by the ubsan checker.

it means keeping the annoying "- Py_MEMBER_SIZE(...)" of the array on all size calculations (but because of that the patch is smaller).
History
Date User Action Args
2018-04-19 15:14:06gregory.p.smithsetrecipients: + gregory.p.smith, twouters, benjamin.peterson, methane, fweimer
2018-04-19 15:14:06gregory.p.smithsetmessageid: <1524150846.15.0.682650639539.issue33312@psf.upfronthosting.co.za>
2018-04-19 15:14:06gregory.p.smithlinkissue33312 messages
2018-04-19 15:14:06gregory.p.smithcreate