• Victor Stinner's avatar
    subprocess._optim_args_from_interpreter_flags() · 9def2843
    Victor Stinner yazdı
    Issue #26100:
    
    * Add subprocess._optim_args_from_interpreter_flags()
    * Add test.support.optim_args_from_interpreter_flags()
    * Use new functions in distutils, test_cmd_line_script, test_compileall and
      test_inspect
    
    The change enables test_details() test of test_inspect when -O or -OO command
    line option is used.
    9def2843
util.py 20.3 KB