New submission from baptistecrepin <baptiste.cre...@ntymail.com>:

The ctypes.windll.kernel32.VirtuAlloc function return by default a 
ctypes.c_long but on 64bits systems memory addresses can be higher so it should 
be a ctypes.c_uint64 or ctypes.c_void_p.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44051>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to