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 fweimer
Recipients benjamin.peterson, fweimer, gregory.p.smith, methane, twouters
Date 2018-04-20.06:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524205991.23.0.682650639539.issue33312@psf.upfronthosting.co.za>
In-reply-to
Content
Why does the code even need the flexible struct member?  If you use the surrounding backing store directly, the aliasing issue disappears if the backing store is untyped memory (if not, you have the aliasing problem with the rest of the struct anyway).
History
Date User Action Args
2018-04-20 06:33:11fweimersetrecipients: + fweimer, twouters, gregory.p.smith, benjamin.peterson, methane
2018-04-20 06:33:11fweimersetmessageid: <1524205991.23.0.682650639539.issue33312@psf.upfronthosting.co.za>
2018-04-20 06:33:11fweimerlinkissue33312 messages
2018-04-20 06:33:10fweimercreate