diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-31 00:37:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 00:37:09 (GMT) |
commit | e63e6311aa258a5f3f49a7aed9fdde445fd384d6 (patch) | |
tree | 4d56c5537d9821e093e30f8bde4054e2232de08e /Makefile.pre.in | |
parent | 48a62559dfaf775e4f1cc56b19379c799e8e2587 (diff) | |
download | cpython-e63e6311aa258a5f3f49a7aed9fdde445fd384d6.zip cpython-e63e6311aa258a5f3f49a7aed9fdde445fd384d6.tar.gz cpython-e63e6311aa258a5f3f49a7aed9fdde445fd384d6.tar.bz2 |
bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)
* bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak.
* Include new 'resources' dir in the Makefile.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index bf023a0..f503ac4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1516,6 +1516,7 @@ TESTSUBDIRS= ctypes/test \ test/test_importlib/namespace_pkgs/project3/parent/child \ test/test_importlib/namespacedata01 \ test/test_importlib/partial \ + test/test_importlib/resources \ test/test_importlib/source \ test/test_importlib/zipdata01 \ test/test_importlib/zipdata02 \ |