This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2016-01-13.16:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452702751.92.0.809582535795.issue26100@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-01-13 16:32:31vstinnersetrecipients: + vstinner
2016-01-13 16:32:31vstinnersetmessageid: <1452702751.92.0.809582535795.issue26100@psf.upfronthosting.co.za>
2016-01-13 16:32:31vstinnerlinkissue26100 messages
2016-01-13 16:32:31vstinnercreate