Overview

References that don’t prevent GC.

Quick Example

  weakref.WeakValueDictionary()
  

When to Use

Use this module when you need built-in support without adding third-party dependencies.

Common Tasks

See Also