Message 286231 - Python tracker

Message286231

Author vstinner
Recipients methane, rhettinger, serhiy.storchaka, vstinner
Date 2017-01-25.07:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485330714.82.0.0899269025843.issue29336@psf.upfronthosting.co.za>
In-reply-to
Content
I vote +0 on merge-constants.patch: LGTM, may be useful, but not impressed :-)

Hopefully, .py => .pyc compilation "should" occur only once. Except of the main script, but more and more applications use a tiny entry point of 3 lines. I don't expect any significant slowdown. But even if there is a slowdown, IMHO it's worth it.
History
Date User Action Args
2017-01-25 07:51:54vstinnersetrecipients: + vstinner, rhettinger, methane, serhiy.storchaka
2017-01-25 07:51:54vstinnersetmessageid: <1485330714.82.0.0899269025843.issue29336@psf.upfronthosting.co.za>
2017-01-25 07:51:54vstinnerlinkissue29336 messages
2017-01-25 07:51:54vstinnercreate