##// END OF EJS Templates
dispatch: remove stale comment about fdopen()-ed stdio...
Yuya Nishihara -
r46788:d04c0e49 default
parent child Browse files
Show More
@@ -207,9 +207,7 b' if pycompat.ispy3:'
207 except IOError:
207 except IOError:
208 pass
208 pass
209 # Otherwise mark it as closed to silence "Exception ignored in"
209 # Otherwise mark it as closed to silence "Exception ignored in"
210 # message emitted by the interpreter finalizer. Be careful to
210 # message emitted by the interpreter finalizer.
211 # not close procutil.stdout, which may be a fdopen-ed file object
212 # and its close() actually closes the underlying file descriptor.
213 try:
211 try:
214 fp.close()
212 fp.close()
215 except IOError:
213 except IOError:
General Comments 0
You need to be logged in to leave comments. Login now