From: Neal Norwitz <nnorwitz@gmail.com>
Date: Fri, 10 Jan 2003 20:57:54 +0000 (+0000)
Subject: SF #665913, Fix mmap module core dump with unix
X-Git-Tag: v2.3c1~2482
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8b47fc80a0a1fac2902fa675ae7a547bb973a2;p=python

SF #665913, Fix mmap module core dump with unix

Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump.
---

diff --git a/Misc/NEWS b/Misc/NEWS
index d2d4f8a99b..b9d108a3db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,9 @@ Extension modules
   possible to have timestamps that differ by a second, yet where
   datetimes constructed from them are equal.
 
+- Fix a crash on Solaris that occurred when calling close() on
+  an mmap'ed file which was already closed.  (SF patch #665913)
+
 Library
 -------