]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125519: Improve traceback if `importlib.reload()` is called with a non-module...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 21 Oct 2024 06:53:21 +0000 (07:53 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 06:53:21 +0000 (07:53 +0100)
commitc5c21fee7ae1ea689a351caa454c98e716a6e537
tree19705a0cb736d7f972c816fdb40aeddbea7b9c42
parent9256be7ff0ab035cfd262127d893c9bc88b3c84c
gh-125519: Improve traceback if `importlib.reload()` is called with a non-module object (#125520)
Lib/importlib/__init__.py
Lib/test/test_importlib/test_api.py
Misc/NEWS.d/next/Library/2024-10-15-14-01-03.gh-issue-125519.TqGh6a.rst [new file with mode: 0644]