Week #10: Supporting immediate arguments in Pythran

Xingyu-Liu
Published: 08/17/2021

What did you do this week?

What is coming up next?

Did you get stuck anywhere?

In General implementation of supporting immediate arguments, I met a AttributeError: 'FunctionDef' object has no attribute 'immediate_arguments', the potential solution is hard-code checking if it is FunctionDef object, if so then skip.