commit | 3b6a6b4215950bce2a3b4bfc7d1876ab11e5f591 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 08 12:51:24 2016 -0700 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 08 12:51:24 2016 -0700 |
tree | ea9d0eb92290e7565280d82bb1e2f92f5a38fb83 | |
parent | 70897ec54c824bc66ae15678e0dc8da144227582 [diff] |
Add a new private version to the builtin dict type Issue #26058: Add a new private version to the builtin dict type, incremented at each dictionary creation and at each dictionary change. Implementation of the PEP 509.