Commit e0c899e3 authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent 22e13080
cdef void f() with gil:
x = 42
cdef object g(object x) with gil:
cdef int g(void* x) with gil:
pass
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