Allow Python requests to include +gil to require a GIL-enabled interpreter (#16537)

Addresses
https://github.com/astral-sh/uv/pull/16142#issuecomment-3390586957

Nobody seems to have a good idea about how to spell this. "not
free-threaded" would be the most technically correct, but I think "gil"
will be more intuitive.
This commit is contained in:
Zanie Blue
2025-11-03 13:35:52 -06:00
committed by GitHub
parent a87a3bbae4
commit 60a811e715
12 changed files with 97 additions and 39 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ impl Interpreter {
base_executable,
self.python_major(),
self.python_minor(),
self.variant().suffix(),
self.variant().executable_suffix(),
) {
Ok(path) => path,
Err(err) => {