# HG changeset patch # User Paul Boddie # Date 1338852335 -7200 # Node ID 18271fe1fd531bf7e99ccd9e4b7154e64da87ad4 # Parent 43f315a8e0f0ae4c7b4dc00481578b397a87d864 Reverted the introduction of instance attribute usage as declarations. diff -r 43f315a8e0f0 -r 18271fe1fd53 micropython/inspect.py --- a/micropython/inspect.py Tue Jun 05 01:20:25 2012 +0200 +++ b/micropython/inspect.py Tue Jun 05 01:25:35 2012 +0200 @@ -514,12 +514,6 @@ # to be an instance. else: - - # Record any instance attributes. - - if expr.name == "self": - self.store_instance_attr(attrname) - attr = make_instance() # Note usage of the attribute where a local is involved.