about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2022-11-01 12:03:40 +0900
committerGitHub <noreply@github.com>2022-11-01 12:03:40 +0900
commita6ac6b20f35f4d35d54a686ec6410bbb91373923 (patch)
tree037208ce9ae2d6b9b2a6bdcb7cfe1bf5d48fe1db /library/std/src/sys/unix/stack_overflow.rs
parent024207ab43aceb49f2ca957509c503ccf12089d7 (diff)
parentc83ddaef948e5aadf3e64169dd3ab4268834fbff (diff)
downloadrust-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