Marcin Gozdalik

Results 7 issues of Marcin Gozdalik

## Summary * OS: Linux * Bug fix: yes * Type: performance * Fixes: [2109](https://github.com/giampaolo/psutil/issues/2109) ## Description Allow disabling expensive fetching of `maxfile` and `maxpath` in `disk_partitions`.

## Summary * OS: Linux * Architecture: 64bit * Psutil version: 5.7.4 * Python version: 3.10 * Type: performance ## Description After https://github.com/giampaolo/psutil/pull/1863 `disk_partitions` is (or can be) much slower....

bug
linux
performance

- [x] shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related #### Here's a snippet or...

I am trying to dump a Python process to understand why it's hung. I have tried using the same user as the process (it's running under `jenkins` user from another...

Quite often `uv venv` or `uv pip install` fails in our CI environment. There are multiple jobs creating virtual envs and/or installing requirements with `uv pip install`. Each is using...

windows

It seems that `uv pip install` deadlocks when running in parallel installing from git links. `uv 0.3.3` `ps auxwww | grep uv` ``` jenkins 44119 0.0 0.0 3430056 35320 ?...

bug
cache