Commit f0aa55e1 authored by Stefan Behnel's avatar Stefan Behnel

add test for raw_input() renaming in Py3

parent 49c065c5
......@@ -25,4 +25,7 @@ cdef int f() except -1:
#i = issubtype(x, y)
x = abs
def not_called():
response = raw_input('xyz')
f()
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