mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
401fff7423
We need to return immediately if there's an error during dictionary lookup. Also avoid the conditional-if operator. MSVC versions through v19.27 miscompile compound literals with side effects within a conditional operator. This caused crashes in the Windows10 buildbot.
Source files for various builtin objects