commit | d6f3a3e3a820d05b6ad1b6689db185152bab249d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 06 02:03:34 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 06 02:03:34 2011 +0100 |
tree | 72775eb3630141c31ac7ad07ee1c0744b03c386f | |
parent | 414596ae8d97cc7ca075acde85ba8bbab16ff89b [diff] |
Issue #11391: Writing to a mmap object created with `mmap.PROT_READ|mmap.PROT_EXEC` would segfault instead of raising a TypeError. Patch by Charles-François Natali.