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 arigo
Recipients
Date 2007-05-14.19:12:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A further minor improvement could be achieved by
re-doing the inlining of _PyType_Lookup() in
object.c.  Ideally, the fast path only could be
inlined, and the rest put in a separate function
or just using _PyType_Lookup().
History
Date User Action Args
2007-08-23 15:58:00adminlinkissue1700288 messages
2007-08-23 15:58:00admincreate