8000 Comparing python:main...lygstate:master · python/cpython · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lygstate/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 7, 2020

  1. subprocess: Add escape_wildcard parameter for program don't want the …

    …wildcard matched files
    
    According to https://docs.microsoft.com/en-us/cpp/cpp/main-function-command-line-args?redirectedfrom=MSDN#wildcard-expansion,
    the default msvcrt will automatically using wildcard to matching files, and sometimes it's not the program wanted, so provide a
    option to escape it.
    
    Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
    lygstate committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    9a5bcce View commit details
    Browse the repository at this point in the history
Loading
0