I am trying to accurately/definitively find the size differences between two different classes in Python. They are both new style classes, save for one not having sl
I ran into a similar problem and ended up writing my own helper to do the dirty work. Check it out here