Check for matching Python implementation during uv python upgrade (#16420)
Closes https://github.com/astral-sh/uv/issues/16416
This commit is contained in:
@@ -411,6 +411,10 @@ impl PythonDownloadRequest {
|
||||
self.libc.as_ref()
|
||||
}
|
||||
|
||||
pub fn take_version(&mut self) -> Option<VersionRequest> {
|
||||
self.version.take()
|
||||
}
|
||||
|
||||
/// Iterate over all [`PythonDownload`]'s that match this request.
|
||||
pub fn iter_downloads<'a>(
|
||||
&'a self,
|
||||
|
||||
Reference in New Issue
Block a user