mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
cedff2d617
Avoid locking in the PyType_Lookup cache-miss path if the type's
tp_version_tag is already valid.
(cherry picked from commit cd52172831)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for various builtin objects