I am looking for resources on how python uses the address representation found when printing an instance object <main.class object at 0x107857490>.
My guess is that this can't be a hardware address as I know that even C does not represent hardware address in code and instead simply gives you pointers that represent addresses in the C runtime.
Are there resources on implementation details in python like this?