]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Feb 2024 20:51:11 +0000 (22:51 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 20:51:11 +0000 (22:51 +0200)
commit652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74
tree61b36dd4f458619c68bbee592bade7ed18993dda
parent09096a1647913526a3d4fa69a9d2056ec82a8f37
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Doc/whatsnew/3.13.rst
Lib/_pyio.py
Lib/test/test_fileio.py
Lib/test/test_genericpath.py
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2023-10-24-19-19-54.gh-issue-82626._hfLRf.rst [new file with mode: 0644]
Modules/_io/fileio.c
Modules/faulthandler.c
Modules/posixmodule.c
Objects/fileobject.c