diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-12-05 19:04:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 19:04:52 (GMT) |
commit | beb834292db54fea129dd073cc822179430cee52 (patch) | |
tree | e4a3383665647e721132b178ca028020a725f384 /Lib/test/test_dataclasses.py | |
parent | f6648e229edf07a1e4897244d7d34989dd9ea647 (diff) | |
download | cpython-beb834292db54fea129dd073cc822179430cee52.zip cpython-beb834292db54fea129dd073cc822179430cee52.tar.gz cpython-beb834292db54fea129dd073cc822179430cee52.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/test/test_dataclasses.py')
0 files changed, 0 insertions, 0 deletions