mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 09:18:44 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user