]> granicus.if.org Git - python/commit
Fix issue5504: ctypes does now work with systems where mmap can't be
authorThomas Heller <theller@ctypes.org>
Sun, 8 Aug 2010 17:58:53 +0000 (17:58 +0000)
committerThomas Heller <theller@ctypes.org>
Sun, 8 Aug 2010 17:58:53 +0000 (17:58 +0000)
commit864cc6703a7c4399295b3601f49e0065639443bf
tree03fc3dc987860d40c7959cdfcb700a8281832ef9
parent93d768d6328ae6c0a7dd207e5b1790df6686fd62
Fix issue5504: ctypes does now work with systems where mmap can't be
PROT_WRITE and PROT_EXEC.
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/libffi/fficonfig.py.in
Modules/_ctypes/libffi_msvc/ffi.c
Modules/_ctypes/libffi_msvc/ffi.h
Modules/_ctypes/malloc_closure.c
setup.py