]> granicus.if.org Git - python/commit
add _PyObject_LookupSpecial to handle fetching special method lookup
authorBenjamin Peterson <benjamin@python.org>
Fri, 8 May 2009 03:06:00 +0000 (03:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 8 May 2009 03:06:00 +0000 (03:06 +0000)
commit399e4c4f8f2570a342ac50e9500b12e86eb330a9
tree46472e94ea46a4fbe8c3eebe3a30ef9fc529f6f8
parentd846f1d4c21f4589966512f78a4a4d74f8399d6d
add _PyObject_LookupSpecial to handle fetching special method lookup
Include/object.h
Lib/test/test_descr.py
Objects/object.c
Objects/typeobject.c