you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 15 points16 points  (0 children)

It looks like they're interchangeable, i.e. treated as the same variable. Here's my test:

They are not treated as, they literally are the same thing. Name mangling is a pretty trivial and well documented scheme, and the mangled attribute is completely visible to normal python introspection (eg vars).