File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,6 @@ Modules/faulthandler.c - old_stack -
390
390
# #-----------------------
391
391
# # initialized once
392
392
393
- Modules/posixmodule.c os_dup2_impl dup3_works -
394
393
Modules/posixmodule.c - structseq_new -
395
394
Modules/posixmodule.c - ticks_per_second -
396
395
Modules/timemodule.c _PyTime_GetClockWithInfo initialized -
Original file line number Diff line number Diff line change @@ -11,14 +11,18 @@ filename funcname name reason
11
11
# These are effectively const.
12
12
13
13
# #-----------------------
14
- # # process-global resources - set during first init
14
+ # # process-global resources
15
15
16
16
# # indicators for resource availability/capability
17
+ # (set during first init)
17
18
Python/bootstrap_hash.c py_getrandom getrandom_works -
18
19
Python/fileutils.c - _Py_open_cloexec_works -
19
20
Python/fileutils.c set_inheritable ioctl_works -
21
+ # (set lazily, *after* first init)
22
+ # XXX Is this thread-safe?
23
+ Modules/posixmodule.c os_dup2_impl dup3_works -
20
24
21
- # # resource init
25
+ # # resource init - set during first init
22
26
Python/thread.c - initialized -
23
27
Python/thread_pthread.h - condattr_monotonic -
24
28
# safe static buffer used during one-time initialization
You can’t perform that action at this time.
0 commit comments