]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a memory leak when initializing the standard I/O streams.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 14:14:46 +0000 (15:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 14:14:46 +0000 (15:14 +0100)
commit2fabface500d74457593b55ed06bc41ead88163e
tree0452b6cf9c194e78593505a7ebfe68bfc4cc2817
parent892b0b928df40da72b0d88c5e1a2c879eff543c4
Fix a memory leak when initializing the standard I/O streams.
Python/pythonrun.c