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 vstinner
Recipients benjamin.peterson, pitrou, serhiy.storchaka, skrah, vstinner
Date 2012-03-20.14:54:01
SpamBayes Score 0.0017014865
Marked as misclassified No
Message-id <CAMpsgwY1nwFkrUjk8MXrc7B=cnfn3-LNzAs0b1oMqU0+=Ew-Yw@mail.gmail.com>
In-reply-to <1332253217.05.0.385982657457.issue14249@psf.upfronthosting.co.za>
Content
> It has effect only on plathforms with non-16-bit short

The problem is for 64-bit long: "long >> 32" returns the 32 higher
bits (32..64), not 16 bits (32..48).
History
Date User Action Args
2012-03-20 14:54:01vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, skrah, serhiy.storchaka
2012-03-20 14:54:01vstinnerlinkissue14249 messages
2012-03-20 14:54:01vstinnercreate