-
Committer:
John Arbash Meinel
-
Date:
2009-06-04 16:03:13 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4410.
-
Revision ID:
john@arbash-meinel.com-20090604160313-mo66r0hhgkg6vzil
Turn Decoder.decode_object into _decode_object.
def foo() functions have to be accessed via getattr() because they
can be overridden by python code. While
cdef _foo() functions can be accessed directly via the struct member.