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 belopolsky
Recipients belopolsky, nnorwitz
Date 2008-02-27.22:08:07
SpamBayes Score 0.4606069
Marked as misclassified No
Message-id <1204150089.73.0.661085714061.issue2185@psf.upfronthosting.co.za>
In-reply-to
Content
Since names and varnames are known to be tuples of interned strings, 
they can be compared without calling abstract API. Just compare sizes 
and then compare item pointers in a loop.

What are the cases when co_names == co_varnames?  How often is this the 
case in the wild?
History
Date User Action Args
2008-02-27 22:08:09belopolskysetspambayes_score: 0.460607 -> 0.4606069
recipients: + belopolsky, nnorwitz
2008-02-27 22:08:09belopolskysetspambayes_score: 0.460607 -> 0.460607
messageid: <1204150089.73.0.661085714061.issue2185@psf.upfronthosting.co.za>
2008-02-27 22:08:08belopolskylinkissue2185 messages
2008-02-27 22:08:07belopolskycreate