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.16:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524156341.33.0.682650639539.issue33312@psf.upfronthosting.co.za>
In-reply-to
Content
By my reading on how strict aliasing works, I think just changing the int64_t[1] or int32_t[1] in my PR to char[1] will work as char is always assumed to alias?

the clang ubsan i was testing my PR against wasn't warning me about strict aliasing. :/
History
Date User Action Args
2018-04-19 16:45:41gregory.p.smithsetrecipients: + gregory.p.smith, twouters, benjamin.peterson, methane, fweimer
2018-04-19 16:45:41gregory.p.smithsetmessageid: <1524156341.33.0.682650639539.issue33312@psf.upfronthosting.co.za>
2018-04-19 16:45:41gregory.p.smithlinkissue33312 messages
2018-04-19 16:45:41gregory.p.smithcreate