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
Allow the use of a list comprehension to initialise an array (pyccel#2082)
Allow the use of a list comprehension to initialise an array. Fixespyccel#2080 .
The type of the target that is created from the `FunctionalFor` is saved
into the `FunctionalFor`. This extra parameter will also be useful when
support for set comprehension and/or dictionary comprehension is added.
0 commit comments