Tips or strategies to understanding how CPython works under the hood

ElChino elchino at cnn.cn
Tue Jan 9 14:20:03 EST 2018


Chris Angelico wrote:

> CPython is a stack-based interpreter, which means it loads values onto
> an (invisible) internal stack, processes values at the top of the
> stack, and removes them when it's done.

Is this similar to how Lua operates too?




More information about the Python-list mailing list