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 <rep...@bugs.python.org> <http://bugs.python.org/issue26100> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com