commit | 0c2b509f9d1d3a9065bc62c2407e1dc2ed70e9c2 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Mon Mar 02 23:12:54 2020 +0000 |
committer | GitHub <noreply@github.com> | Mon Mar 02 23:12:54 2020 +0000 |
tree | e4aa312203b373608f069a04d7ad7fd8a61951ea | |
parent | b3b9ade4a3d3fe00d933bcd8fc5c5c755d1024f9 [diff] |
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) Objects do not own weak references to them directly through the __weakref__ list so these do not need to be traversed by the GC.