| commit | ce798520778e9cb41adfdc4f0a3cb5085a0b11be | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sun Jan 22 11:24:29 2012 -0500 |
| committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 22 11:24:29 2012 -0500 |
| tree | 915ea477cc6dfaa170d851f0c54f72b07c544874 | |
| parent | cd8991255c963858cc74f32d718e1d54987b26a0 [diff] |
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.