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-117657: Make Py_TYPE and Py_SET_TYPE thread safe #120165

Merged
merged 9 commits into from
Jun 12, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    df767e5 View commit details
    Browse the repository at this point in the history
  2. fix Windows

    Fidget-Spinner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2e9fda6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add test

    Fidget-Spinner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bda9545 View commit details
    Browse the repository at this point in the history
  2. style nits

    Fidget-Spinner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b49dc1a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    07459a1 View commit details
    Browse the repository at this point in the history
  2. Update Include/internal/pycore_interp.h

    Co-authored-by: Bénédikt Tran <[email protected]>
    Fidget-Spinner and picnixz authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    156908d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    af62c36 View commit details
    Browse the repository at this point in the history
  2. Lock critical section

    Fidget-Spinner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9a33a78 View commit details
    Browse the repository at this point in the history
  3. shrink critical section

    Co-Authored-By: Nadeshiko Manju <[email protected]>
    Fidget-Spinner and Zheaoli committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e43acf0 View commit details
    Browse the repository at this point in the history