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 list() issue mentioned in
pyccel#1892 . This PR fixes the list()
implementation when using a list or a tuple as a parameter
Commit Summary
- Created PythonListFunction class which acts as a wrapper for
PythonList and handles such cases.
- Created unit tests using the newly implemented class.
---------
Co-authored-by: Emily Bourne <[email protected]>
0 commit comments