Fis issue5504: ctypes does now work with systems where mmap can't be

PROT_WRITE and PROT_EXEC.
This commit is contained in:
Thomas Heller 2010-08-08 17:56:41 +00:00
parent 6fe8c41e8f
commit 001d3a1d8a
9 changed files with 35 additions and 23 deletions

View file

@ -1867,8 +1867,7 @@ class PyBuildExt(build_ext):
'_ctypes/callbacks.c',
'_ctypes/callproc.c',
'_ctypes/stgdict.c',
'_ctypes/cfield.c',
'_ctypes/malloc_closure.c']
'_ctypes/cfield.c']
depends = ['_ctypes/ctypes.h']
if sys.platform == 'darwin':