cython / cython

The most widely used Python to C compiler
https://cython.org
Apache License 2.0
9.52k stars 1.49k forks source link

Libcpp.functional: Cython will not parse function[string()] #2041

Open RayVR opened 6 years ago

RayVR commented 6 years ago

Using a type of function[string()] results in:

Unknown type in template argument

Doubles and ints seem to work.

This is cython 0.27.3 Python 2.7.12

scoder commented 6 years ago

Not quite a duplicate, but see #534.