This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 06:36:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
test
/
test_os
History
AZero13
fa44efa0ef
gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144022)
...
The check was (fd > 0), should be (fd >= 0).
2026-01-20 11:50:51 +02:00
..
__init__.py
…
test_os.py
gh-143309: fix
test_execve_env_concurrent_mutation_with_fspath_posix
buildbot failure (
#143415
)
2026-01-04 21:44:47 +01:00
test_posix.py
gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144022)
2026-01-20 11:50:51 +02:00
test_windows.py
…
utils.py
…