astral-sh
uv
BlogDocsChangelog

Performance History

Latest Results

fix tilde equal
reneleonhardt:feat/upgrade-pyproject-toml
5 hours ago
fix: broadcast WM_SETTINGCHANGE on uv tool update-shell
samypr100:wm-settingchange
16 hours ago
Follow the similar pattern with other finders
ryanking13:pyodide-version-fetch
18 hours ago
fix: add Win32_Storage_FileSystem feature and improve handle closing logic (#17374) <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary fix https://github.com/astral-sh/uv/issues/17174 mentioned the invalid issues here: results of diagnostics: before: ``` --- TRAMPOLINE DIAGNOSTICS: STARTUP --- STDIN: Handle=184 -> Console Mode: 503 STDOUT: Handle=536 -> Console Mode: 7 STDERR: Handle=540 -> Console Mode: 7 ------------------------------------------- --- TRAMPOLINE DIAGNOSTICS: AFTER CLOSE_HANDLES --- STDIN: INVALID STDOUT: INVALID STDERR: Handle=540 -> Console Mode: 7 ``` after: ``` --- TRAMPOLINE DIAGNOSTICS: STARTUP --- STDIN: Handle=716 -> Console Mode: 503 STDOUT: Handle=580 -> Console Mode: 7 STDERR: Handle=604 -> Console Mode: 7 ------------------------------------------- --- TRAMPOLINE DIAGNOSTICS: AFTER CLOSE_HANDLES --- STDIN: Handle=716 -> Console Mode: 503 STDOUT: Handle=580 -> Console Mode: 7 STDERR: Handle=604 -> Console Mode: 7 ``` the problem was we were closing the handlers whatever they were from pipes (byte streams) or consoles, this will make sure we close only the handlers from pipes by using `FILE_TYPE_PIPE` ## Test Plan <!-- How was it tested? --> completely manual by adding debug statements and running a simple script to open the pdb.
main
1 day ago
refactor: use verbatim path at rm_rf entry
blueberrycongee:fix/windows-special-filename-cache-clean
1 day ago

Active Branches

feat: upgrade dependencies in pyproject.toml
last run
5 hours ago
#13934
CodSpeed Performance Gauge
+1%
#17372
CodSpeed Performance Gauge
0%
#17241
CodSpeed Performance Gauge
-1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs