julia
624e7346
- fix numerous issues with WeakKeyDict (#38180)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#38180 - fix numerous issues with WeakKeyDict
Author
vtjnash
Parents
aa2a35a3
Loading