##// END OF EJS Templates
procutil: move stdin assignment outside of try-finally block...
procutil: move stdin assignment outside of try-finally block There is an stdin variable in the global scope of this module. And in the `finally` block of this try-finally statement we're checking `if stdin is not None`. Let's make sure we don't confuse code check tools into thinking we want to use global stdin by moving this line of code outside of `try`. This was caught by pytype 2023.11.21 on Python 3.11.2.
av6 -
r52061:a9e00554 stable
Show More
Name Size Modified Last Commit Author
/ relnotes
5.1 Loading ...
5.2 Loading ...
5.3 Loading ...
5.4 Loading ...
5.5 Loading ...
5.6 Loading ...
5.7 Loading ...
5.8 Loading ...
5.9 Loading ...
6.0 Loading ...
6.1 Loading ...
6.2 Loading ...
6.3 Loading ...
6.4 Loading ...
6.5 Loading ...
6.6 Loading ...
next Loading ...