]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151560: fix `AttributeError` when running `test.test_importlib.resources.test_reso...
authorU2A2U2A1 <192709584+ringobanana-3900@users.noreply.github.com>
Mon, 22 Jun 2026 14:17:26 +0000 (23:17 +0900)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 14:17:26 +0000 (14:17 +0000)
commitb8786dc33b634946e5a295323e8cbc693e565ff8
tree20fba1829a4955ef37da13601aaa502056e513b0
parentf928475886ee36f0b6d10300a79578d2750590be
gh-151560: fix `AttributeError` when running `test.test_importlib.resources.test_resource` (#151561)

* [gh-151560]
import MetaPathFinder, Loader from importlib.abc
+ make it used

* sort import alphabetically
Lib/test/test_importlib/resources/util.py