]> granicus.if.org Git - python/commit
make sure fdopen always closes the fd in error cases (closes #21191)
authorBenjamin Peterson <benjamin@python.org>
Wed, 9 Apr 2014 19:40:18 +0000 (15:40 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 9 Apr 2014 19:40:18 +0000 (15:40 -0400)
commit02ab7a84ef86cfe043bbfbbd2912dcc8c8c67793
tree8e49d11fc2469920a5e0814d2ca90b251963c9f3
parentd5460096778dcb700f850c16c6ad63531430d433
make sure fdopen always closes the fd in error cases (closes #21191)
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c