[stdlib] Ignore find_distributions problems on windows (#15392)

Closes: #15390
Also also occurred in #15389
Previous issue on linux: #14886
This commit is contained in:
Semyon Moroz
2026-02-08 22:15:37 +00:00
committed by GitHub
parent 01bbf04a15
commit 29a8b8c51a
@@ -2,6 +2,12 @@
# Temporary
# =========
# According to stubtest, these are sometimes not present at runtime, starting
# with Python 3.9.13. Which is not true.
(_frozen_importlib_external.PathFinder.find_distributions)?
(importlib._bootstrap_external.PathFinder.find_distributions)?
(importlib.machinery.PathFinder.find_distributions)?
# Added in Python 3.9.14
# (Remove once 3.9.14 becomes available for GitHub Actions)
sys.set_int_max_str_digits