]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3662: Fix segfault introduced when fixing memory leaks.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 22:03:05 +0000 (22:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 22:03:05 +0000 (22:03 +0000)
commit901e4715bd50bd96469c7fea8c9ed22e61ff6028
treeceb84aedaa2be351f3776577812f7d92c5befa63
parentdcf48912102e3caa6f00a06ebc0a80867ec795b8
#3662: Fix segfault introduced when fixing memory leaks.

TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio
R (approach from bug)=Amaury and Benjamin
Lib/test/test_fileio.py
Modules/_fileio.c