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
Fix pointer assignment for list/set/dict (pyccel#2038)
Fix the recognition of an alias assign for an expression such as `a = b`
where `a` and `b` are lists/sets/dicts. Fixespyccel#2008. Fix the printing of
a list/set/dict pointer
0 commit comments