Skip to content

Commit b780ac0

Browse files
authored
py313: mark Linux-only decimal allowlist entries as unfixable for now (#12061)
1 parent 4f3c564 commit b780ac0

File tree

1 file changed

+57
-55
lines changed

1 file changed

+57
-55
lines changed

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

Lines changed: 57 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@ _stat.SF_SYNTHETIC
66
asyncio.unix_events.EventLoop
77
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
88
asyncio.unix_events.__all__
9+
fcntl.F_GETOWN_EX
10+
fcntl.F_GET_FILE_RW_HINT
11+
fcntl.F_GET_RW_HINT
12+
fcntl.F_OWNER_PGRP
13+
fcntl.F_OWNER_PID
14+
fcntl.F_OWNER_TID
15+
fcntl.F_SEAL_FUTURE_WRITE
16+
fcntl.F_SETOWN_EX
17+
fcntl.F_SET_FILE_RW_HINT
18+
fcntl.F_SET_RW_HINT
19+
fcntl.RWH_WRITE_LIFE_EXTREME
20+
fcntl.RWH_WRITE_LIFE_LONG
21+
fcntl.RWH_WRITE_LIFE_MEDIUM
22+
fcntl.RWH_WRITE_LIFE_NONE
23+
fcntl.RWH_WRITE_LIFE_NOT_SET
24+
fcntl.RWH_WRITE_LIFE_SHORT
25+
mmap.MAP_32BIT
26+
mmap.MAP_NORESERVE
27+
os.POSIX_SPAWN_CLOSEFROM
28+
os.TFD_CLOEXEC
29+
os.TFD_NONBLOCK
30+
os.TFD_TIMER_ABSTIME
31+
os.TFD_TIMER_CANCEL_ON_SET
32+
os.grantpt
33+
os.posix_openpt
34+
os.ptsname
35+
os.timerfd_create
36+
os.timerfd_gettime
37+
os.timerfd_gettime_ns
38+
os.timerfd_settime
39+
os.timerfd_settime_ns
40+
os.unlockpt
41+
posix.POSIX_SPAWN_CLOSEFROM
42+
posix.TFD_CLOEXEC
43+
posix.TFD_NONBLOCK
44+
posix.TFD_TIMER_ABSTIME
45+
posix.TFD_TIMER_CANCEL_ON_SET
46+
posix.grantpt
47+
posix.posix_openpt
48+
posix.ptsname
49+
posix.timerfd_create
50+
posix.timerfd_gettime
51+
posix.timerfd_gettime_ns
52+
posix.timerfd_settime
53+
posix.timerfd_settime_ns
54+
posix.unlockpt
55+
readline.backend
56+
stat.SF_SETTABLE
57+
stat.SF_SUPPORTED
58+
stat.SF_SYNTHETIC
59+
syslog.LOG_INSTALL
60+
syslog.LOG_LAUNCHD
61+
syslog.LOG_NETINFO
62+
syslog.LOG_RAS
63+
syslog.LOG_REMOTEAUTH
64+
65+
# Python 3.13.0b2 will use the _decimal C extension and this will be resolved. https://github.com/python/typeshed/pull/12061#issuecomment-2139352738
966
decimal.Context.abs
1067
decimal.Context.add
1168
decimal.Context.canonical
@@ -102,61 +159,6 @@ decimal.InvalidContext.handle
102159
decimal.InvalidOperation.handle
103160
decimal.Overflow.handle
104161
decimal.setcontext
105-
fcntl.F_GETOWN_EX
106-
fcntl.F_GET_FILE_RW_HINT
107-
fcntl.F_GET_RW_HINT
108-
fcntl.F_OWNER_PGRP
109-
fcntl.F_OWNER_PID
110-
fcntl.F_OWNER_TID
111-
fcntl.F_SEAL_FUTURE_WRITE
112-
fcntl.F_SETOWN_EX
113-
fcntl.F_SET_FILE_RW_HINT
114-
fcntl.F_SET_RW_HINT
115-
fcntl.RWH_WRITE_LIFE_EXTREME
116-
fcntl.RWH_WRITE_LIFE_LONG
117-
fcntl.RWH_WRITE_LIFE_MEDIUM
118-
fcntl.RWH_WRITE_LIFE_NONE
119-
fcntl.RWH_WRITE_LIFE_NOT_SET
120-
fcntl.RWH_WRITE_LIFE_SHORT
121-
mmap.MAP_32BIT
122-
mmap.MAP_NORESERVE
123-
os.POSIX_SPAWN_CLOSEFROM
124-
os.TFD_CLOEXEC
125-
os.TFD_NONBLOCK
126-
os.TFD_TIMER_ABSTIME
127-
os.TFD_TIMER_CANCEL_ON_SET
128-
os.grantpt
129-
os.posix_openpt
130-
os.ptsname
131-
os.timerfd_create
132-
os.timerfd_gettime
133-
os.timerfd_gettime_ns
134-
os.timerfd_settime
135-
os.timerfd_settime_ns
136-
os.unlockpt
137-
posix.POSIX_SPAWN_CLOSEFROM
138-
posix.TFD_CLOEXEC
139-
posix.TFD_NONBLOCK
140-
posix.TFD_TIMER_ABSTIME
141-
posix.TFD_TIMER_CANCEL_ON_SET
142-
posix.grantpt
143-
posix.posix_openpt
144-
posix.ptsname
145-
posix.timerfd_create
146-
posix.timerfd_gettime
147-
posix.timerfd_gettime_ns
148-
posix.timerfd_settime
149-
posix.timerfd_settime_ns
150-
posix.unlockpt
151-
readline.backend
152-
stat.SF_SETTABLE
153-
stat.SF_SUPPORTED
154-
stat.SF_SYNTHETIC
155-
syslog.LOG_INSTALL
156-
syslog.LOG_LAUNCHD
157-
syslog.LOG_NETINFO
158-
syslog.LOG_RAS
159-
syslog.LOG_REMOTEAUTH
160162

161163
# Exists on some Linux builds, and is documented,
162164
# but is unavailable in Github Actions on Linux with Python 3.12

0 commit comments

Comments
 (0)