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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2015-02-11.18:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423677601.13.0.584737658052.issue23445@psf.upfronthosting.co.za>
In-reply-to
Content
This looks pretty harmless. Some slow buildbots run tests very long time and failed with timeout after 3600 seconds. May be this patch will make them faster.

Yet one advantage -- the code compiled with partial optimization will be closer to the code compiled with full optimization. Therefore debugging version could catch more bugs that exist only with optimization.

But may be apply this only to 3.5?
History
Date User Action Args
2015-02-11 18:00:01serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2015-02-11 18:00:01serhiy.storchakasetmessageid: <1423677601.13.0.584737658052.issue23445@psf.upfronthosting.co.za>
2015-02-11 18:00:01serhiy.storchakalinkissue23445 messages
2015-02-11 18:00:00serhiy.storchakacreate