SIGN IN SIGN UP

gh-115891: Fix debug byte filling in free-threaded build (#116018)

The previous code had two bugs. First, the debug offset in the mimalloc
heap includes the two pymalloc debug words, but the pointer passed to
fill_mem_debug does not include them. Second, the current object heap is
correct source for allocations, but not deallocations.
S
Sam Gross committed
75c6c05fea212330f4b0259602ffae1b2cb91be3
Parent: df5212d
Committed by GitHub <noreply@github.com> on 2/28/2024, 8:50:09 PM