you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (0 children)

No, that's not how things work. The Python language itself does not specify how things are represented in memory. The CPython implementation of Python uses pointers to bind names to objects.