From 1224f65b13f462b3b33e9f2fe74fcff64c8fbc44 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 22 Sep 2025 12:24:10 -0500 Subject: [PATCH] Hide freethreaded+debug Python downloads in `uv python list` (#15985) ref https://github.com/astral-sh/uv/issues/15983#issuecomment-3319579833 --- crates/uv/src/commands/python/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/src/commands/python/list.rs b/crates/uv/src/commands/python/list.rs index db0ac1049..722268539 100644 --- a/crates/uv/src/commands/python/list.rs +++ b/crates/uv/src/commands/python/list.rs @@ -111,7 +111,7 @@ pub(crate) async fn list( .into_iter() .flatten() // TODO(zanieb): Add a way to show debug downloads, we just hide them for now - .filter(|download| download.key().variant() != &uv_python::PythonVariant::Debug); + .filter(|download| !download.key().variant().is_debug()); for download in downloads { output.insert((