File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
PYTHON_THREADPOOL_THREAD_COUNT ,
39
39
PYTHON_THREADPOOL_THREAD_COUNT_DEFAULT ,
40
40
PYTHON_THREADPOOL_THREAD_COUNT_MAX_37 ,
41
- PYTHON_THREADPOOL_THREAD_COUNT_MIN
41
+ PYTHON_THREADPOOL_THREAD_COUNT_MIN ,
42
42
)
43
43
from .extension import ExtensionManager
44
44
from .http_v2 import (
Original file line number Diff line number Diff line change 7
7
FUNCTIONS_WORKER_SHARED_MEMORY_DATA_TRANSFER_ENABLED ,
8
8
PYTHON_ENABLE_DEBUG_LOGGING ,
9
9
PYTHON_ENABLE_INIT_INDEXING ,
10
+ PYTHON_ENABLE_OPENTELEMETRY ,
10
11
PYTHON_ENABLE_WORKER_EXTENSIONS ,
11
12
PYTHON_ENABLE_WORKER_EXTENSIONS_DEFAULT ,
12
13
PYTHON_ENABLE_WORKER_EXTENSIONS_DEFAULT_39 ,
13
14
PYTHON_ISOLATE_WORKER_DEPENDENCIES ,
14
15
PYTHON_ROLLBACK_CWD_PATH ,
15
16
PYTHON_SCRIPT_FILE_NAME ,
16
17
PYTHON_THREADPOOL_THREAD_COUNT ,
17
- PYTHON_ENABLE_OPENTELEMETRY
18
18
)
19
19
20
20
You can’t perform that action at this time.
0 commit comments