mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Fix issue5504: ctypes does now work with systems where mmap can't be
PROT_WRITE and PROT_EXEC.
This commit is contained in:
parent
93d768d632
commit
864cc6703a
9 changed files with 35 additions and 20 deletions
3
setup.py
3
setup.py
|
@ -1639,8 +1639,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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue