◐ Shell
clean mode source ↗

[3.14] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) by miss-islington · Pull Request #146552 · python/cpython

Expand Up @@ -559,12 +559,19 @@ def test_args_from_interpreter_flags(self): # -X options ['-X', 'dev'], ['-Wignore', '-X', 'dev'], ['-X', 'cpu_count=4'], ['-X', 'disable-remote-debug'], ['-X', 'faulthandler'], ['-X', 'importtime'], ['-X', 'importtime=2'], ['-X', 'int_max_str_digits=1000'], ['-X', 'lazy_imports=all'], ['-X', 'no_debug_ranges'], ['-X', 'pycache_prefix=/tmp/pycache'], ['-X', 'showrefcount'], ['-X', 'tracemalloc'], ['-X', 'tracemalloc=3'], ['-X', 'warn_default_encoding'], ): with self.subTest(opts=opts): self.check_options(opts, 'args_from_interpreter_flags') Expand Down