commit | 9cc3ebd7e04cb645ac7b2f372eaafa7464e16b9c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Apr 07 18:36:04 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 07 18:36:04 2020 +0200 |
tree | 6567a7cfc6b9b42168698121df78e77d82d6e5f0 | |
parent | d8acf0d9aae71d1897e8f91989bd8bfb4a9ef9c6 [diff] |
bpo-40149: Implement traverse in _abc._abc_data (GH-19412) Implement traverse and clear slots in _abc._abc_data type.