Cython has moved to github.

cython-devel

view cython.py @ 4256:b816b03ff502

Make __new__ -> __cinit__ into an error, fix compiler crash.
author Robert Bradshaw <robertwb@math.washington.edu>
date Tue Dec 21 02:09:22 2010 -0800 (17 months ago)
parents cfc5c05e0292
children
line source
1 #
2 # Cython -- Main Program, generic
3 #
5 if __name__ == '__main__':
7 from Cython.Compiler.Main import main
8 main(command_line = 1)
10 else:
11 # Void cython.* directives.
12 from Cython.Shadow import *