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 01bbf04 commit 29a8b8cCopy full SHA for 29a8b8c
stdlib/@tests/stubtest_allowlists/win32-py39.txt
@@ -2,6 +2,12 @@
2
# Temporary
3
# =========
4
5
+# According to stubtest, these are sometimes not present at runtime, starting
6
+# with Python 3.9.13. Which is not true.
7
+(_frozen_importlib_external.PathFinder.find_distributions)?
8
+(importlib._bootstrap_external.PathFinder.find_distributions)?
9
+(importlib.machinery.PathFinder.find_distributions)?
10
+
11
# Added in Python 3.9.14
12
# (Remove once 3.9.14 becomes available for GitHub Actions)
13
sys.set_int_max_str_digits
0 commit comments