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 xiang.zhang
Recipients mark.dickinson, meador.inge, serhiy.storchaka, xiang.zhang
Date 2017-05-03.04:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493785853.95.0.0519827037008.issue30242@psf.upfronthosting.co.za>
In-reply-to
Content
In struct there are several places using code like:

  p[--i] = (char)x;

to extract the least significant byte from a long. Although this behaviour seems to apply to common implementations but it does not conform to C standard.
History
Date User Action Args
2017-05-03 04:30:54xiang.zhangsetrecipients: + xiang.zhang, mark.dickinson, meador.inge, serhiy.storchaka
2017-05-03 04:30:53xiang.zhangsetmessageid: <1493785853.95.0.0519827037008.issue30242@psf.upfronthosting.co.za>
2017-05-03 04:30:53xiang.zhanglinkissue30242 messages
2017-05-03 04:30:53xiang.zhangcreate