Rust for CPython is a community effort to introduce the Rust progamming language to CPython, the default Python implementation. Most of the work will occur in the Python Enhancement Proposals (PEPs) ...
It states The file descriptor is not inherited by child processes. However, taking a look through https://github.com/python/cpython/blob/main/Lib/tempfile.py there ...