Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
# =======

(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub

# ================
# Unclear problems
# ================

# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
errno.ENOTCAPABLE
10 changes: 5 additions & 5 deletions stdlib/@tests/stubtest_allowlists/linux-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# while being inspected by stubtest. Fixed in Python 3.10.
select.epoll.register

# According to stubtest, these are not present at runtime, starting with
# Python 3.9.24. Which is not true.
_frozen_importlib_external.PathFinder.find_distributions
importlib._bootstrap_external.PathFinder.find_distributions
importlib.machinery.PathFinder.find_distributions
# According to stubtest, these are sometimes not present at runtime, starting
# with Python 3.9.24. Which is not true.
(_frozen_importlib_external.PathFinder.find_distributions)?
(importlib._bootstrap_external.PathFinder.find_distributions)?
(importlib.machinery.PathFinder.find_distributions)?


# =============================================================
Expand Down