]> granicus.if.org Git - python/commit
Issue #11391: Writing to a mmap object created with
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 01:03:34 +0000 (02:03 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 01:03:34 +0000 (02:03 +0100)
commitd6f3a3e3a820d05b6ad1b6689db185152bab249d
tree72775eb3630141c31ac7ad07ee1c0744b03c386f
parent414596ae8d97cc7ca075acde85ba8bbab16ff89b
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.
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c