• Kevin Modzelewski's avatar
    Fix up some attributes and __dict__ handling · f80d8bb6
    Kevin Modzelewski authored
    - make sure that, except for a few special cases, any type which
      has instance attributes gets a __dict__ descriptor
    - remove instance attributes from generator and builtin_function_or_method
      objects
    f80d8bb6
generators.py 1.29 KB