> I quite don't understand why this is bad. I mean how is python achieving it > through OOP and not a "meta" concept like macros? It's just a private > function in each object and some external functions belonging in the standard > library.
It's bad because depending on how it's implemented it means I cannot rename private symbols to something else because thanks to introspection the name could have leaked into the outside world.
