Message273353
| 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:33 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2016-08-22 11:04:32 | vstinner | set | messageid: <1471863872.97.0.545406154066.issue27809@psf.upfronthosting.co.za> |
| 2016-08-22 11:04:32 | vstinner | link | issue27809 messages |
| 2016-08-22 11:04:32 | vstinner | create | |