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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-02-06.00:45:13
SpamBayes Score 0.081622794
Marked as misclassified No
Message-id <1202258715.2.0.486542039944.issue2015@psf.upfronthosting.co.za>
In-reply-to
Content
This is a reminder for the comment on top of ceval.c:
/* XXX TO DO:
   XXX speed up searching for keywords by using a dictionary
   XXX document it!
   */

It was also suggested to disallow subclasses of str in variable names,
in order to optimize comparisons. This restriction is not necessary if a
dict lookup is used: comparisons are less frequent and will often
succeed when comparing pointers of interned strings.
History
Date User Action Args
2008-02-06 00:45:15amaury.forgeotdarcsetspambayes_score: 0.0816228 -> 0.081622794
recipients: + amaury.forgeotdarc
2008-02-06 00:45:15amaury.forgeotdarcsetspambayes_score: 0.0816228 -> 0.0816228
messageid: <1202258715.2.0.486542039944.issue2015@psf.upfronthosting.co.za>
2008-02-06 00:45:14amaury.forgeotdarclinkissue2015 messages
2008-02-06 00:45:13amaury.forgeotdarccreate