[pypy-issue] [issue810] mmap on windows

Armin Rigo tracker at bugs.pypy.org
Wed Jul 27 14:22:55 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

>From a quick looking at the usage of "<<", what I meant is code like "size =
(high << 32) + low", which makes no sense on 32-bit and gives a warning by the C
compiler (which is how I found it out); and code like "if _64BIT: map_size =
(low << 32) + 1", which makes no sense for me so far, although that may just be
me not getting it.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue810>
________________________________________


More information about the pypy-issue mailing list