Commit cd578c57 authored by Carl Witty's avatar Carl Witty

trac #562: test case for segmentation fault

parent 9698aea9
cdef class CrashIPOW:
"""
>>> CrashIPOW().__ipow__('a')
"""
def __ipow__(self, other, mod):
print "%s, %s" % (other, mod)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment