From: Ben Steffen Date: Tue, 26 Nov 2019 19:20:36 +0000 (-0500) Subject: Remove struct X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/54077f57e847f2a99d925b6eb1642f47055b5be5?ds=inline;hp=54077f57e847f2a99d925b6eb1642f47055b5be5 Remove struct The advanced features of struct were not being used anywhere and accessing members using just a dot can be problematic (e.g. a key named "items" would break dict.items()) ---