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 vladris
Recipients higstar, ned.deily, ocean-city, r.david.murray, stutzbach, theller, vladris
Date 2011-07-11.01:15:26
SpamBayes Score 3.77008e-07
Marked as misclassified No
Message-id <1310346927.49.0.0704049744474.issue6493@psf.upfronthosting.co.za>
In-reply-to
Content
I have a similar patch for issue 6068. I wasn't aware of this issue when I looked into it.

I believe both patches fix the same thing (please take a look and correct me if I'm wrong). My fix: we don't need to treat Windows differently, just remove #ifdef and 

#define BIT_MASK(size) ((1LL << NUM_BITS(size))-1)

regardless of platform. Unittests for this patch pass for my patch too. I believe this is some old #ifdef that was put in place due to a compiler bug which got fixed since then.
History
Date User Action Args
2011-07-11 01:15:27vladrissetrecipients: + vladris, theller, ocean-city, ned.deily, stutzbach, r.david.murray, higstar
2011-07-11 01:15:27vladrissetmessageid: <1310346927.49.0.0704049744474.issue6493@psf.upfronthosting.co.za>
2011-07-11 01:15:26vladrislinkissue6493 messages
2011-07-11 01:15:26vladriscreate