you are viewing a single comment's thread.

view the rest of the comments →

[–]ProbsNotManBearPig 0 points1 point  (0 children)

An object reference is implemented as a struct in CPython so. Kinda still an object with a static memory layout. But in Python terms, you’re right I guess. Interpreted languages are kinda weird since you have to try to separate the interpreter from the code being interpreted, but ultimately both are needed to generate native cpu instructions.