What is the relationship between python code object and abstract syntax tree?

前端 未结 0 466
执笔经年
执笔经年 2020-12-10 00:57

I understand that the python compiler compiles python code into code objects, which contain the bytecode and a few other fields such as immediate values in the code block, v

相关标签:
回答
  • 消灭零回复
提交回复
热议问题