SIGN IN SIGN UP

gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)

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.
S
Sam Gross committed
326119d3731f784aa9f5d4afa7b687dd1ab1d916
Parent: a95b1a5
Committed by GitHub <noreply@github.com> on 2/14/2024, 9:41:29 PM