You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python builder implementation does not consider the object size when it does vtable de-duplication. This can lead to an object using a vtable indicating an object size smaller than the actual object.
E.g. in this example both objects will share the same vtable, with the second object being larger than the size in the vtable.