Skip to content

Commit 29a8b8c

Browse files
authored
[stdlib] Ignore find_distributions problems on windows (#15392)
Closes: #15390 Also also occurred in #15389 Previous issue on linux: #14886
1 parent 01bbf04 commit 29a8b8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/@tests/stubtest_allowlists/win32-py39.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# Temporary
33
# =========
44

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+
511
# Added in Python 3.9.14
612
# (Remove once 3.9.14 becomes available for GitHub Actions)
713
sys.set_int_max_str_digits

0 commit comments

Comments
 (0)