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 python-dev, serhiy.storchaka, vstinner
Date 2016-12-15.13:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481809744.89.0.309079655078.issue28870@psf.upfronthosting.co.za>
In-reply-to
Content
I also tried Serhiy's approach, split the function into subfunctions, but the result is not as good as expected: 496 bytes. See attached subfunc.patch.
History
Date User Action Args
2016-12-15 13:49:04vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2016-12-15 13:49:04vstinnersetmessageid: <1481809744.89.0.309079655078.issue28870@psf.upfronthosting.co.za>
2016-12-15 13:49:04vstinnerlinkissue28870 messages
2016-12-15 13:49:04vstinnercreate