File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2929msilib(.[a-z]+)?
3030ossaudiodev
3131spwd
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
Original file line number Diff line number Diff line change 1717msilib(.[a-z]+)?
1818ossaudiodev
1919spwd
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
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+ # ================
9+ # Unclear problems
10+ # ================
11+
12+ # Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
13+ errno.ENOTCAPABLE
You can’t perform that action at this time.
0 commit comments