Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions stdlib/@tests/stubtest_allowlists/win32-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down