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 Demur Rumed, mark.dickinson, serhiy.storchaka
Date 2016-05-24.17:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464111444.5.0.978926162531.issue27097@psf.upfronthosting.co.za>
In-reply-to
Content
This assignment:

    oparg = *(unsigned short*)next_instr

has undefined behaviour, according to the C standards. I'm not sure it's a good idea to introduce this into the core.
History
Date User Action Args
2016-05-24 17:37:24mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka, Demur Rumed
2016-05-24 17:37:24mark.dickinsonsetmessageid: <1464111444.5.0.978926162531.issue27097@psf.upfronthosting.co.za>
2016-05-24 17:37:24mark.dickinsonlinkissue27097 messages
2016-05-24 17:37:24mark.dickinsoncreate