File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,13 @@ Python/thread_pthread.h PyThread__init_thread lib_initialized -
2828# #-----------------------
2929# # other values (not Python-specific)
3030
31+ # computed by runtime init, before interpreters created
32+ Objects/longobject.c - log_base_BASE -
33+ Objects/longobject.c - convwidth_base -
34+ Objects/longobject.c - convmultmax_base -
35+
3136# # cached computed data - set lazily (*after* first init)
3237# XXX Are these safe relative to write races?
33- Objects/longobject.c long_from_non_binary_base log_base_BASE -
34- Objects/longobject.c long_from_non_binary_base convwidth_base -
35- Objects/longobject.c long_from_non_binary_base convmultmax_base -
3638Objects/unicodeobject.c - bloom_linebreak -
3739# This is safe:
3840Objects/unicodeobject.c _init_global_state initialized -
You can’t perform that action at this time.
0 commit comments