reimplement SimplifyCalls transform in-place in GeneralCallNode.analyse_types()
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 7 Feb 2013 17:59:43 +0000 (18:59 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 7 Feb 2013 17:59:43 +0000 (18:59 +0100)
commit9b0031737a1523ba4fad0131804ace547cb20450
treea46a5ba2c992ed2e3695900ec92c7163a130369e
parentf9c385e08401ed96b5b0afb8411480037dc772b9
reimplement SimplifyCalls transform in-place in GeneralCallNode.analyse_types()
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Pipeline.py