]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
If close() fails in file_dealloc, then print an error message to
authorPeter Astrand <astrand@lysator.liu.se>
Sun, 7 Nov 2004 14:15:28 +0000 (14:15 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sun, 7 Nov 2004 14:15:28 +0000 (14:15 +0000)
commitf8e74b12b00401b9cd6322fc339a1b9111e944df
tree51c81e79cb15554e54ca3a0deb5ad2645f5aeeed
parent4f802ac2b6dfbf28de270dafcf11f8d71a607b81
If close() fails in file_dealloc, then print an error message to
stderr. close() can fail if the user is out-of-quota, for example.
Fixes #959379.
Objects/fileobject.c