Cython has moved to github.

cython-devel

view cygdb.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 a5b7c5a4517e
children
line source
1 #!/usr/bin/env python
3 import sys
5 from Cython.Debugger import Cygdb as cygdb
7 if __name__ == '__main__':
8 cygdb.main()