How exactly is Python Bytecode Run in CPython?

前端 未结 3 2083
逝去的感伤
逝去的感伤 2020-12-04 06:48

I am trying to understand how Python works (because I use it all the time!). To my understanding, when you run something like python script.py, the script is converted to by

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 07:03

    Having read the answer of thg4535, I am sure you will find interesting the following explanations on ceval.c : Hello, ceval.c!

    This article is part of a series written by Yaniv Aknin whose I'm sort of a fan: Python's Innards

提交回复
热议问题