mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
927f882d76
The only remaining race in dictobject.c was in _PyDict_CheckConsistency
when the dictionary has shared keys.
(cherry picked from commit 3ec719fabf)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for various builtin objects