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-112529: Use _PyThread_Id() in mimalloc (free-threaded build) #115488

Merged
merged 1 commit into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. pythongh-112529: Use _PyThread_Id() in mimalloc (free-threaded build)

    The free-threaded GC uses mimallocs segment thread IDs to restore
    the overwritten `ob_tid` thread ids in PyObjects. For that reason, it's
    important that PyObjects and mimalloc use the same identifiers.
    colesbury committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b8a58a2 View commit details
    Browse the repository at this point in the history