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

gh-112075: Fix race in constructing dict for instance #118499

Merged
merged 4 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    05092ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db4a3c View commit details
    Browse the repository at this point in the history
  3. Simplify incref's around new_dict_with_shared_keys, fix stats

    Lock obj instead of using atomic, and fix reads/writes
    DinoV committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f3f3445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9547a5f View commit details
    Browse the repository at this point in the history