commit | b8774ec5231e64853484d7957a891d8c09e87558 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Sun Aug 08 18:09:32 2010 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Sun Aug 08 18:09:32 2010 +0000 |
tree | fc83b45c8370714c94522d12b1f1a319fe23408d | |
parent | 001d3a1d8ac9b5a057a585950182880f5733c608 [diff] |
Recorded merge of revisions 83837 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83837 | thomas.heller | 2010-08-08 19:58:53 +0200 (So, 08 Aug 2010) | 3 lines Fix issue5504: ctypes does now work with systems where mmap can't be PROT_WRITE and PROT_EXEC. ........