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 brett.cannon, eric.snow, ncoghlan, ned.deily, ronaldoussoren, vstinner
Date 2018-08-03.20:35:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533328530.01.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
I tested manually attached t.c with PR 8659: I get optimize=2 as expected. Full output:

sys.flags(debug=0, inspect=0, interactive=0, optimize=2, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=1)
History
Date User Action Args
2018-08-03 20:35:30vstinnersetrecipients: + vstinner, brett.cannon, ronaldoussoren, ncoghlan, ned.deily, eric.snow
2018-08-03 20:35:30vstinnersetmessageid: <1533328530.01.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-08-03 20:35:30vstinnerlinkissue34247 messages
2018-08-03 20:35:29vstinnercreate