Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix status check in dict lookup #4152

Merged
merged 1 commit into from
Jun 7, 2019
Merged

Commits on Jun 5, 2019

  1. fix status check in dict lookup

    We need to check that the ix-status is strictly greater than DKIX.EMPTY.
    Because only then was the slot full (and not empty) and a value was
    found indeed. The went unnoticed because in the implementation for
    @overload (impl_getitem) the ix-status is checked again and an
    appropriate KeyError is raised.
    esc committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ed8bf8c View commit details
    Browse the repository at this point in the history