The shared-reference feedback can be confusing when multiple variables/attributes are expected to point to the same object. In particular, NoneType objects should likely be handled as a special case, since multiple references to the same None object are valid.
The shared-reference feedback can be confusing when multiple variables/attributes are expected to point to the same object. In particular,
NoneTypeobjects should likely be handled as a special case, since multiple references to the sameNoneobject are valid.