Cleared file executable bit that was set earlier by a mistake
[cython.git] / tests / compile / extdelslice.pyx
1 cdef class Spam:
2     
3     def __delslice__(self, Py_ssize_t i, Py_ssize_t j):
4         pass