]> granicus.if.org Git - python/commit
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points...
authorChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 12:11:03 +0000 (14:11 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 12:11:03 +0000 (14:11 +0200)
commiteeb5635843810ee67f2b18b96f4266d134d913ee
treea384134435cea140997b598712dda5214f008712
parent05823f7d6783440920b11024bfc76f15e86093af
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
Python/pythonrun.c