Message 259523 - Python tracker
Message259523
| Author | yselivanov |
|---|---|
| Recipients | brett.cannon, francismb, ncoghlan, vstinner, yselivanov |
| Date | 2016-02-04.00:46:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1454546762.76.0.655307899617.issue26219@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> From the two checks on Python/compile.c: Stuff done in compile.c is cached in *.pyc files. The for-loop you saw shouldn't take a lot of time - it iterates through function parameters, which an average function doesn't have more than 3-6. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-04 00:46:02 | yselivanov | set | recipients: + yselivanov, brett.cannon, ncoghlan, vstinner, francismb |
| 2016-02-04 00:46:02 | yselivanov | set | messageid: <1454546762.76.0.655307899617.issue26219@psf.upfronthosting.co.za> |
| 2016-02-04 00:46:02 | yselivanov | link | issue26219 messages |
| 2016-02-04 00:46:02 | yselivanov | create | |