]> granicus.if.org Git - python/commit
Another modest speedup in PyObject_GenericGetAttr(): inline the call
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 2002 19:22:50 +0000 (19:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 2002 19:22:50 +0000 (19:22 +0000)
commit056fbf422de9bd73988e81053de43c733c6b3a8b
tree763ab9b0dd1e861d809e724486d3cb9726ed77f7
parent492b46f29e8a706d5f27040d58ba6727d962a548
Another modest speedup in PyObject_GenericGetAttr(): inline the call
to _PyType_Lookup().
Objects/object.c