From b8774ec5231e64853484d7957a891d8c09e87558 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Sun, 8 Aug 2010 18:09:32 +0000 Subject: [PATCH] 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. ........