mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
beb834292d
Getting an attribute via attrib.get() simultaneously with replacing
the attrib dict can lead to access to deallocated dict.
(cherry picked from commit d15cdb2f32)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.