move dict.*() method implementations from Optimize.c to Builtin.c
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 18:49:03 +0000 (19:49 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 18:49:03 +0000 (19:49 +0100)
commit73414b22384485b1ddd48f9afeb924a839322b1f
tree6d5962925c196fa4e6c247568b6b4a309c3e0c50
parentf0df11b19b3e780ec2cd3140bda0fd27aac1120b
move dict.*() method implementations from Optimize.c to Builtin.c
Cython/Compiler/Builtin.py
Cython/Utility/Builtins.c
Cython/Utility/Optimize.c