diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-04-03 02:43:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 02:43:53 (GMT) |
commit | d1c82c5cc7be0c21dddf86fd19c1702f6218459b (patch) | |
tree | eddb0cd4314b9eb1005b59580480dfed2095757b /Misc | |
parent | a68f2f0578bbf812fa2264d0e0bb388340d6e230 (diff) | |
download | cpython-d1c82c5cc7be0c21dddf86fd19c1702f6218459b.zip cpython-d1c82c5cc7be0c21dddf86fd19c1702f6218459b.tar.gz cpython-d1c82c5cc7be0c21dddf86fd19c1702f6218459b.tar.bz2 |
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-04-02-09-32-40.bpo-33199.TPnxQu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-02-09-32-40.bpo-33199.TPnxQu.rst b/Misc/NEWS.d/next/Core and Builtins/2018-04-02-09-32-40.bpo-33199.TPnxQu.rst new file mode 100644 index 0000000..22abf8d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-04-02-09-32-40.bpo-33199.TPnxQu.rst @@ -0,0 +1,2 @@ +Fix ``ma_version_tag`` in dict implementation is uninitialized when copying +from key-sharing dict. |