Open
Description
os.pidfd_open has been supported since python 3.9 and kernel 5.2, but despite this recent python versions pulled by uv don't support os.pidfd_open. It would be nice if either upstream provided builds with os.pidfd_open
enabled, or if uv provided more sources for python builds, or if uv had the option to build python from source.