]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__
authorAteeq Sharfuddin <ateeq.sharfuddin@gmail.com>
Thu, 15 Dec 2022 22:59:37 +0000 (17:59 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 22:59:37 +0000 (22:59 +0000)
commit101cfe679fe10b9b662e815999dadf81fcc32c9c
tree5f3db871f2a96f0aa647d06952c8f532cb84c195
parentb430399d41fa88e9040cd055e55cf9211bf63c61
gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Co-authored-by: Filipe LaĆ­ns <filipe.lains@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Lib/ctypes/__init__.py
Lib/ctypes/test/test_loading.py [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2021-04-08-00-36-37.bpo-34816.4Xe0id.rst [new file with mode: 0644]