diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-12-05 19:04:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 19:04:59 (GMT) |
commit | 52a9a71fe682e47f6c78a9c34aa9a797ca632c86 (patch) | |
tree | 1af19e896e075cbdd5abd2cac8947f891d90f84b /Lib/dataclasses.py | |
parent | 257eea55860c5f35acce49c062c5823c7a3a1317 (diff) | |
download | cpython-52a9a71fe682e47f6c78a9c34aa9a797ca632c86.zip cpython-52a9a71fe682e47f6c78a9c34aa9a797ca632c86.tar.gz cpython-52a9a71fe682e47f6c78a9c34aa9a797ca632c86.tar.bz2 |
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Getting an attribute via attrib.get() simultaneously with replacing
the attrib dict can lead to access to deallocated dict.
(cherry picked from commit d15cdb2f32f572ce56d7120135da24b9fdce4c99)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/dataclasses.py')
0 files changed, 0 insertions, 0 deletions