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 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:02yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, vstinner, francismb
2016-02-04 00:46:02yselivanovsetmessageid: <1454546762.76.0.655307899617.issue26219@psf.upfronthosting.co.za>
2016-02-04 00:46:02yselivanovlinkissue26219 messages
2016-02-04 00:46:02yselivanovcreate