Allow trivial __cinit__ that ignores __init__ values for speed.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 14:00:27 +0000 (06:00 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 14:00:27 +0000 (06:00 -0800)
commit1ae77b00b51076eabdf60c11c9c6ff0c6cf06459
tree007b3da54299bb33b04fad6da479e0df8939cb36
parent50bab2d6b251997f2d18ff7e882dc6d5e1740ac5
Allow trivial __cinit__ that ignores __init__ values for speed.
The signatures are no longer required to match if the only argument to __cinit__ is self.
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py