]> granicus.if.org Git - python/commit
Issue #11391: Writing to a mmap object created with
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 00:11:03 +0000 (01:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 00:11:03 +0000 (01:11 +0100)
commit16a0a0b0a0b42dd42f2206a864d6325a278796f7
treea734d6acbfcbb5f28922d7f78bad4b01894f0a27
parent3c2ccf293619dc05b39db609be8e2cde80e0fe70
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/ACKS
Misc/NEWS
Modules/mmapmodule.c