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 serhiy.storchaka, vstinner
Date 2016-08-22.11:04:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471863872.97.0.545406154066.issue27809@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2:

* add a fast-path to fastlocals_dict() when total_args==0
* Extract co_varnames assignement out of the loop (it's a constant)
* Cleanup also the code to make it more readable
History
Date User Action Args
2016-08-22 11:04:33vstinnersetrecipients: + vstinner, serhiy.storchaka
2016-08-22 11:04:32vstinnersetmessageid: <1471863872.97.0.545406154066.issue27809@psf.upfronthosting.co.za>
2016-08-22 11:04:32vstinnerlinkissue27809 messages
2016-08-22 11:04:32vstinnercreate