]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a new private version to the builtin dict type
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 19:51:24 +0000 (12:51 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 19:51:24 +0000 (12:51 -0700)
commit3b6a6b4215950bce2a3b4bfc7d1876ab11e5f591
treeea9d0eb92290e7565280d82bb1e2f92f5a38fb83
parent70897ec54c824bc66ae15678e0dc8da144227582
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.
Doc/whatsnew/3.6.rst
Include/dictobject.h
Lib/test/test_ordered_dict.py
Lib/test/test_pep509.py [new file with mode: 0644]
Lib/test/test_sys.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/dictobject.c