]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
authorAN Long <aisk@users.noreply.github.com>
Mon, 22 Jan 2024 17:15:29 +0000 (01:15 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 17:15:29 +0000 (17:15 +0000)
commit7fc51c3f6b7b13f88480557ff14bdb1c049f9a37
tree3964242126169c19450d54fe37531f00d6b4f702
parented30a3c337f30abd2ea5357565a956ed3dc0719c
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
Lib/ctypes/util.py
Lib/test/test_ctypes/test_find.py
Misc/NEWS.d/next/Library/2024-01-21-16-32-55.gh-issue-114257.bCFld5.rst [new file with mode: 0644]