Skip to content

Commit a05c46d

Browse files
committed
Add to allowlists where necessary
1 parent fdccaf0 commit a05c46d

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

stdlib/@tests/stubtest_allowlists/darwin-py311.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ _msi
2929
msilib(.[a-z]+)?
3030
ossaudiodev
3131
spwd
32+
33+
34+
# ================
35+
# Unclear problems
36+
# ================
37+
38+
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
39+
errno.ENOTCAPABLE

stdlib/@tests/stubtest_allowlists/darwin-py312.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ _msi
1717
msilib(.[a-z]+)?
1818
ossaudiodev
1919
spwd
20+
21+
22+
# ================
23+
# Unclear problems
24+
# ================
25+
26+
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
27+
errno.ENOTCAPABLE

stdlib/@tests/stubtest_allowlists/darwin-py313.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
# =======
44

55
(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
6+
7+
8+
# ================
9+
# Unclear problems
10+
# ================
11+
12+
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
13+
errno.ENOTCAPABLE

0 commit comments

Comments
 (0)