@@ -6,6 +6,63 @@ _stat.SF_SYNTHETIC
6
6
asyncio.unix_events.EventLoop
7
7
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
8
8
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
9
66
decimal.Context.abs
10
67
decimal.Context.add
11
68
decimal.Context.canonical
@@ -102,61 +159,6 @@ decimal.InvalidContext.handle
102
159
decimal.InvalidOperation.handle
103
160
decimal.Overflow.handle
104
161
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
160
162
161
163
# Exists on some Linux builds, and is documented,
162
164
# but is unavailable in Github Actions on Linux with Python 3.12
0 commit comments