Hi Alex,

On 22 April 2015 at 19:31, Alex Stewart <foo...@gmail.com> wrote:
> Sorry, I couldn't help noticing this:
>
>>              if sys.maxsize < 2**32:
>>                  offset = tid & 0xFFFF     # 32bit
>
> 0xFFFF is not 32 bit, it's 16 bit.. Should that be 0xFFFFFFFF instead?

No, this "32bit" comment means "we're running on a 32-bit machine".
We take half of the word here.

Armin
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to