8000 subprocess-frozen-modules: forward frozen_modules xoption · python/cpython@5a4ba34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a4ba34

Browse files
authored
subprocess-frozen-modules: forward frozen_modules xoption
1 parent 32718f9 commit 5a4ba34

File tree

1 file changed

+1
-1
lines changed

Lib/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def _args_from_interpreter_flags():
346346
if dev_mode:
347347
args.extend(('-X', 'dev'))
348348
for opt in ('faulthandler', 'tracemalloc', 'importtime',
349-
'showrefcount', 'utf8'):
349+
'frozen_modules', 'showrefcount', 'utf8'):
350350
if opt in xoptions:
351351
value = xoptions[opt]
352352
if value is True:

0 commit comments

Comments
 (0)
0