2013/4/11 Maciej Fijalkowski <[email protected]> > windows 64 patches that I got, can someone have a look?
This patch won't have any effect - linuxmemchk is not used on windows. - the changes in obmalloc, stack.c, stacklet.c are not necessary, differences between stack addresses won't overflow 32bit. - in thread_nt.c, RPyThreadSetStackSize should take a long, or maybe an unsigned (_beginthread takes an unsigned) - in thread_nt.c, _beginthread returns uintptr_t, so maybe rv should be changed to this type; -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
