julia
624e7346 - fix numerous issues with WeakKeyDict (#38180)

Commit
5 years ago
fix numerous issues with WeakKeyDict (#38180) Delay cleanup of WeakKeyDict items until the next insertion. And fix `get!`, since previously usage of it would have added keys without finalizers to the dict. Fixes #26939
Author
Parents
Loading