Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-121459: Add missing return to _PyDict_LoadGlobalStackRef (py…
…thon#124085) 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.
- Loading branch information