optimise calls on variables that reference builtin methods (e.g. pre-assigned unbound...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 15:58:48 +0000 (16:58 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 15:58:48 +0000 (16:58 +0100)
commitddb0c9e7b8104332382346d8a0c163db353fa501
treefeb61becca363887f076a79257d8e4d63344e47a
parente2edd243842c81cad0b4691ef6f8e3a19abf22c3
optimise calls on variables that reference builtin methods (e.g. pre-assigned unbound methods)

--HG--
extra : rebase_source : 4aeefab40694c611bfdaa4ecf56a3f4f6cdf3d04
Cython/Compiler/Optimize.py
Cython/Compiler/Tests/TestVisitor.py
Cython/Compiler/Visitor.py
tests/run/assigned_builtin_methods.pyx [new file with mode: 0644]