diff options
author | Michael W. Hudson <mwh@python.net> | 2005-09-22 09:19:01 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-09-22 09:19:01 (GMT) |
commit | 10402a306f613b37c96b51771e7ad0e1cf60a3a4 (patch) | |
tree | 6c85e5c1a3d9cffc956aad4b7730ca86c88e008a /Misc/NEWS | |
parent | 19e11c86a72f6da18bd07b822eabe2f38dd6d6c4 (diff) | |
download | cpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.zip cpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.tar.gz cpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.tar.bz2 |
Patches #1298449 and #1298499: Add some missing checks for error
returns in cStringIO.c. Thanks to Andrew Bennetts.
This must be a backport candidate.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ present). Extension Modules ----------------- +- Patches #1298449 and #1298499: Add some missing checks for error + returns in cStringIO.c. + - Patch #1297028: fix segfault if call type on MultibyteCodec, MultibyteStreamReader, or MultibyteStreamWriter |