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 mark.dickinson
Recipients benjamin.peterson, eric.smith, mark.dickinson, vstinner
Date 2017-04-21.12:46:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492778814.98.0.248556752374.issue30124@psf.upfronthosting.co.za>
In-reply-to
Content
And the basic rule that bans aliasing in the first place is C99 6.5p7:
"""
An object shall have its stored value accessed only by an lvalue expression that has one of the following types ...
"""
But I'd argue that the "an aggregate or union type" subclause of 6.5p7 covers this case.
History
Date User Action Args
2017-04-21 12:46:55mark.dickinsonsetrecipients: + mark.dickinson, vstinner, eric.smith, benjamin.peterson
2017-04-21 12:46:54mark.dickinsonsetmessageid: <1492778814.98.0.248556752374.issue30124@psf.upfronthosting.co.za>
2017-04-21 12:46:54mark.dickinsonlinkissue30124 messages
2017-04-21 12:46:54mark.dickinsoncreate