-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python list: don't list system interpreters twice when directories are symlinked #12302
Comments
Related This is intentional, though this duplicate directory case is a fairly compelling one to de-duplicate (or a case to change the default). |
Got it. Not that on some distributions |
Yeah that seems far too noisy. |
Yup. For the record, this is what it looks like in a Fedora Rawhide container (that has the bin-sbin merge) with all the available Pythons installed:
Indeed very noisy. |
I think we can handle this with @BurntSushi random but perhaps you have an intuition for how to do that well? |
@zanieb If I'm understanding correctly here, I believe that's where The downside is that they all need to be open file handles. Depending on how many you have, this can run afoul of max open file descriptor limits (which will vary from system to system). |
Cool thanks, that's exactly the kind of thing I was looking for. |
Summary
Platform
Linux 6.13.6-100.fc40.x86_64 x86_64 GNU/Linux
Version
uv 0.5.4
Python version
Python 3.12.9
The text was updated successfully, but these errors were encountered: