diff --git a/mercurial/dispatch.py b/mercurial/dispatch.py index dbc462e34e92269f7ff943aa9e853f2d56246e02_bWVyY3VyaWFsL2Rpc3BhdGNoLnB5..d04c0e494cfe8f1de323679fd8bf43a4205bc8ea_bWVyY3VyaWFsL2Rpc3BhdGNoLnB5 100644 --- a/mercurial/dispatch.py +++ b/mercurial/dispatch.py @@ -207,9 +207,7 @@ except IOError: pass # Otherwise mark it as closed to silence "Exception ignored in" - # message emitted by the interpreter finalizer. Be careful to - # not close procutil.stdout, which may be a fdopen-ed file object - # and its close() actually closes the underlying file descriptor. + # message emitted by the interpreter finalizer. try: fp.close() except IOError: