Commit 044d0aff authored by Stefan Behnel's avatar Stefan Behnel

new failing test case (from Pyrex list)

parent a7b54653
__doc__ = u"""
>>> test()
1
"""
def test():
cdef int key = 0
d = {0:1}
print d[key]
del d[key]
print d[key]
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