diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-11-01 12:03:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 12:03:40 +0900 |
| commit | a6ac6b20f35f4d35d54a686ec6410bbb91373923 (patch) | |
| tree | 037208ce9ae2d6b9b2a6bdcb7cfe1bf5d48fe1db /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 024207ab43aceb49f2ca957509c503ccf12089d7 (diff) | |
| parent | c83ddaef948e5aadf3e64169dd3ab4268834fbff (diff) | |
| download | rust-a6ac6b20f35f4d35d54a686ec6410bbb91373923.tar.gz rust-a6ac6b20f35f4d35d54a686ec6410bbb91373923.zip | |
Rollup merge of #103007 - albertlarsan68:better-python-discovery, r=jyn514
Add better python discovery The Microsoft Store version of Python installs itself as `pythonM.m`, with `M` being the major version and `m` the minor. The `x.ps1` script will now search for python executables whose command matches the regex `python\d`. The `\d` at the end is to protect from using the `pythonw` versions, which do not work as standard python.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
