SIGN IN SIGN UP

Refactored the update_slot() code a bit to be hopefully slightly more

efficient:

- recurse down subclasses only once rather than for each affected
  slot;

- short-circuit recursing down subclasses when a subclass has its own
  definition of the name that caused the update_slot() calls in the
  first place;

- inline collect_ptrs().
G
Guido van Rossum committed
b85a8b7bc79179c97ad1e7f876f885166f855cc8
Parent: 26633f4