File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
@tests/stubtest_allowlists Expand file tree Collapse file tree 4 files changed +25
-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
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ if sys.platform == "darwin":
121121 ESHLIBVERS : Final [int ]
122122 if sys .version_info >= (3 , 11 ):
123123 EQFULL : Final [int ]
124+ ENOTCAPABLE : Final [int ] # available starting with 3.11.1
124125
125126if sys .platform != "darwin" :
126127 EDEADLOCK : Final [int ]
You can’t perform that action at this time.
0 commit comments