]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 02:24:49 +0000 (02:24 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 02:24:49 +0000 (02:24 +0000)
commitfc477048e1dee78a1b4376584cac052be1b4752d
tree3018e0c1dc2d6896d3fd27d44f9ae63de3e27d61
parent4f1f422713358767de04642724ea4f96c6404f92
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
Lib/test/test_memoryio.py
Modules/_io/bytesio.c
Modules/_io/stringio.c