[Python-checkins] python/dist/src/Misc NEWS,1.1373,1.1374
nnorwitz@users.sourceforge.net
nnorwitz at users.sourceforge.net
Wed Sep 21 08:44:29 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31553/Misc
Modified Files:
NEWS
Log Message:
SF Patch #1297028, cjkcodecs does not initialize type pointer
Fix segfault. I tried to write a test, but it wouldn't crash
when running regrtest. This really should have some sort of test.
Should definitely be backported.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1373
retrieving revision 1.1374
diff -u -d -r1.1373 -r1.1374
--- NEWS 20 Sep 2005 18:49:54 -0000 1.1373
+++ NEWS 21 Sep 2005 06:44:25 -0000 1.1374
@@ -149,6 +149,9 @@
Extension Modules
-----------------
+- Patch #1297028: fix segfault if call type on MultibyteCodec,
+ MultibyteStreamReader, or MultibyteStreamWriter
+
- Fix memory leak in posix.access().
- Patch #1213831: Fix typo in unicodedata._getcode.
More information about the Python-checkins
mailing list