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 serhiy.storchaka
Recipients benjamin.peterson, pitrou, serhiy.storchaka, skrah, vstinner
Date 2012-03-20.14:20:16
SpamBayes Score 0.0019472835
Marked as misclassified No
Message-id <1332253217.05.0.385982657457.issue14249@psf.upfronthosting.co.za>
In-reply-to
Content
Heh. This was in previous version of my patch. I have removed '& 0xFFFFu' and parents for simplicity. GCC produces same binaries for both sources. But you can return it back. It has effect only on plathforms with non-16-bit short, but now Python not supports they (Python is not well portable on exotic plathforms).
History
Date User Action Args
2012-03-20 14:20:17serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson, skrah
2012-03-20 14:20:17serhiy.storchakasetmessageid: <1332253217.05.0.385982657457.issue14249@psf.upfronthosting.co.za>
2012-03-20 14:20:16serhiy.storchakalinkissue14249 messages
2012-03-20 14:20:16serhiy.storchakacreate