]> granicus.if.org Git - python/commit
Issue #14505: Fix file descriptor leak when deallocating file objects created with...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Apr 2012 12:07:52 +0000 (14:07 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Apr 2012 12:07:52 +0000 (14:07 +0200)
commit02a380105d4cd31219d2dc468f277688973ec2bd
tree17252972b130ce680cd502104cf7b5938b35c610
parentb45c5e2d0ee566eba9400ac6b2b3e44ddbffdc58
Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString().
Misc/NEWS
Objects/fileobject.c