##// 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 207 except IOError:
208 208 pass
209 209 # Otherwise mark it as closed to silence "Exception ignored in"
210 # message emitted by the interpreter finalizer. Be careful to
211 # not close procutil.stdout, which may be a fdopen-ed file object
212 # and its close() actually closes the underlying file descriptor.
210 # message emitted by the interpreter finalizer.
213 211 try:
214 212 fp.close()
215 213 except IOError:
General Comments 0
You need to be logged in to leave comments. Login now