Skip to content
  • Brad King's avatar
    ENH: Simplify python wrapper reference counting. · cc7ae2e8
    Brad King authored
      - The vtkPythonUtil hash entry owns a reference
        for each object in it.
      - Therefore we do not need to Register/UnRegister
        a reference when the hash entry is created/destroyed.
      - This reduces all python-held reference counts by 1.
      - Also remove old delete observer code that is unused.
      - The observer is not needed because the python object
        has its own python reference count.
    cc7ae2e8