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
We need to return immediately if there's an error during dictionary lookup. Also avoid the conditional-if operator. The Windows 10 buildbot seems to miscompile that for unknown reasons.
- Loading branch information