File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -252,12 +252,14 @@ environ: _Environ[str]
252
252
if sys .platform != "win32" :
253
253
environb : _Environ [bytes ]
254
254
255
+ if sys .version_info >= (3 , 11 ) or sys .platform != "win32" :
256
+ EX_OK : int
257
+
255
258
if sys .platform != "win32" :
256
259
confstr_names : dict [str , int ]
257
260
pathconf_names : dict [str , int ]
258
261
sysconf_names : dict [str , int ]
259
262
260
- EX_OK : int
261
263
EX_USAGE : int
262
264
EX_DATAERR : int
263
265
EX_NOINPUT : int
Original file line number Diff line number Diff line change 2
2
asyncio.IocpProactor.recvfrom_into
3
3
asyncio.windows_events.IocpProactor.recvfrom_into
4
4
msvcrt.GetErrorMode
5
- os.EX_OK
6
5
7
6
# pathlib methods that exist on Windows, but always raise NotImplementedError,
8
7
# so are omitted from the stub
You can’t perform that action at this time.
0 commit comments