]> granicus.if.org Git - python/commit
use the static identifier api for looking up special methods
authorBenjamin Peterson <benjamin@python.org>
Sun, 22 Jan 2012 16:24:29 +0000 (11:24 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 22 Jan 2012 16:24:29 +0000 (11:24 -0500)
commitce798520778e9cb41adfdc4f0a3cb5085a0b11be
tree915ea477cc6dfaa170d851f0c54f72b07c544874
parentcd8991255c963858cc74f32d718e1d54987b26a0
use the static identifier api for looking up special methods

I had to move the static identifier code from unicodeobject.h to object.h in
order for this to work.
Include/object.h
Include/unicodeobject.h
Modules/mathmodule.c
Objects/abstract.c
Objects/complexobject.c
Objects/dictobject.c
Objects/enumobject.c
Objects/object.c
Objects/typeobject.c
Python/ceval.c
Python/sysmodule.c