]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
authorGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:42:58 +0000 (21:42 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:42:58 +0000 (21:42 +0000)
commit28930e418b370237f3344bcdeee4b15fb4383f4d
tree9355f0d5a14e18103a02651dc4f6b84e32a58031
parent429036701c9e656af92c3b388b0b24cc1a0f08cd
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
raises the correct exceptions.
 (backport from rev. 51285)
Lib/test/test_bz2.py
Misc/NEWS
Modules/bz2module.c