File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 33# =======
44
55(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
6+
7+ # ================
8+ # Unclear problems
9+ # ================
10+
11+ # Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
12+ errno.ENOTCAPABLE
Original file line number Diff line number Diff line change 66# while being inspected by stubtest. Fixed in Python 3.10.
77select.epoll.register
88
9- # According to stubtest, these are not present at runtime, starting with
10- # Python 3.9.24. Which is not true.
11- _frozen_importlib_external.PathFinder.find_distributions
12- importlib._bootstrap_external.PathFinder.find_distributions
13- importlib.machinery.PathFinder.find_distributions
9+ # According to stubtest, these are sometimes not present at runtime, starting
10+ # with Python 3.9.24. Which is not true.
11+ ( _frozen_importlib_external.PathFinder.find_distributions)?
12+ ( importlib._bootstrap_external.PathFinder.find_distributions)?
13+ ( importlib.machinery.PathFinder.find_distributions)?
1414
1515
1616# =============================================================
You can’t perform that action at this time.
0 commit comments