We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a970cf commit d119712Copy full SHA for d119712
stdlib/@tests/stubtest_allowlists/linux-py39.txt
@@ -6,6 +6,12 @@
6
# while being inspected by stubtest. Fixed in Python 3.10.
7
select.epoll.register
8
9
+# According to stubtest, these are not present at runtime, starting with
10
+# Python 3.9.24. Which is not true.
11
+_frozen_importlib_external.PathFinder.find_distributions
12
+importlib._bootstrap_external.PathFinder.find_distributions
13
+importlib.machinery.PathFinder.find_distributions
14
+
15
16
# =============================================================
17
# Allowlist entries that cannot or should not be fixed; <= 3.12
0 commit comments