You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: test_terminal.vim, fix expected return code for python3.13 on Windows
For some reasons, on Windows, python3.13 does no longer exit with the
expected return code. So let's check for either exit code 1 or 123 in
tests Test_terminal_duplicate_eof_arg() and Test_terminal_eof_arg()
related: python/cpython#129900
Signed-off-by: Christian Brabandt <[email protected]>
0 commit comments