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.

作者 yselivanov
收信人 brett.cannon, francismb, ncoghlan, vstinner, yselivanov
日期 2016-02-04.00:46:02
SpamBayes Score -1.0
Marked as misclassified
Message-id <1454546762.76.0.655307899617.issue26219@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2016-02-04 00:46:02yselivanov修改recipients: + yselivanov, brett.cannon, ncoghlan, vstinner, francismb
2016-02-04 00:46:02yselivanov修改messageid: <1454546762.76.0.655307899617.issue26219@psf.upfronthosting.co.za>
2016-02-04 00:46:02yselivanov链接issue26219 messages
2016-02-04 00:46:02yselivanov创建