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

[3.13] gh-117657: Fix data races when writing / reading ob_gc_bits (GH-118292) #118796

Merged
merged 1 commit into from
May 8, 2024

Commits on May 8, 2024

  1. pythongh-117657: Fix data races when writing / reading ob_gc_bits (p…

    …ythonGH-118292)
    
    Use relaxed atomics when reading / writing to the field. There are still a
    few places in the GC where we do not use atomics. Those should be safe as
    the world is stopped.
    (cherry picked from commit cb6f75a)
    
    Co-authored-by: mpage <mpage@meta.com>
    mpage authored and miss-islington committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a54b1d7 View commit details
    Browse the repository at this point in the history