Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove gc-token from WeakKeyDict (#33825)
This was a hold-over from the old iteration protocol, which needed to maintain state between `done` and `next`. The `iteration` function of `Dict` has since been re-written to be safe for concurrent deletions. Replaces: #33756 Co-Authored-By: Hans-Peter Suter <hps@treetron.ch> (cherry picked from commit 1731d0a)
- Loading branch information