[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.51,1.337.2.4.2.52

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 10 Jan 2003 13:03:14 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv25944/Misc

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
backport:
SF #665913, Fix mmap module core dump with unix

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


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.51
retrieving revision 1.337.2.4.2.52
diff -C2 -d -r1.337.2.4.2.51 -r1.337.2.4.2.52
*** NEWS	7 Jan 2003 23:10:48 -0000	1.337.2.4.2.51
--- NEWS	10 Jan 2003 21:02:37 -0000	1.337.2.4.2.52
***************
*** 52,55 ****
--- 52,57 ----
  - New codec for Ukrainian Cyrillic.
  
+ - SF #665913: fix crash on Solaris when closing an mmap'ed file which
+   was already closed.
  
  What's New in Python 2.2.2 (final) ?