mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fis issue5504: ctypes does now work with systems where mmap can't be
PROT_WRITE and PROT_EXEC.
This commit is contained in:
parent
6fe8c41e8f
commit
001d3a1d8a
9 changed files with 35 additions and 23 deletions
3
setup.py
3
setup.py
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue