You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not use the signatures in pythran.tables.MODULES instead? They don't appear to know the names of their arguments, but – shouldn't they?
Also see GeneralCallNode.map_to_simple_call_node(), which does this transformation (for keyword arguments to C functions), so the main thing that you need is a Cython function type for the target signature.
Investigating the C++ code generated from
shows that Pythran is not used to implement
np.roll
, while there's support for that in Pythran.The text was updated successfully, but these errors were encountered: