Cython has moved to github.

cython

view tests/compile/del.pyx @ 724:4e4808271bdf

Bump version number.
author Robert Bradshaw <robertwb@math.washington.edu>
date Thu Jun 12 16:53:51 2008 -0700 (3 years ago)
parents 612957ef6e8f
children
line source
1 def f(a, b):
2 global g
3 del g
4 del a[b]
5 del a[b][42]
6 del a.spam
7 del a.spam.eggs