[New-bugs-announce] [issue26100] Add test.support.optim_args_from_interpreter_flags()

STINNER Victor report at bugs.python.org
Wed Jan 13 11:32:31 EST 2016


New submission from STINNER Victor:

Attached patch adds a new optim_args_from_interpreter_flags() function to the test.support module, similar to the existing args_from_interpreter_flags() function. The function creates command line arguments related to optimization. The function is required by test_compileall.py and test_inspect.py.

The patch enables test_details() test of test_inspect when -O or -OO command line options are used.

----------
files: optim_args.patch
keywords: patch
messages: 258152
nosy: haypo
priority: normal
severity: normal
status: open
title: Add test.support.optim_args_from_interpreter_flags()
versions: Python 3.6
Added file: http://bugs.python.org/file41606/optim_args.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26100>
_______________________________________


More information about the New-bugs-announce mailing list