diff options
author | Sam Gross <colesbury@gmail.com> | 2024-02-28 20:50:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 20:50:09 (GMT) |
commit | 75c6c05fea212330f4b0259602ffae1b2cb91be3 (patch) | |
tree | 7802b594dc136dccba6b5b0dfa921813cbbadf91 /Python/modsupport.c | |
parent | df5212df6c6f08308c68de4b3ed8a1b51ac6334b (diff) | |
download | cpython-75c6c05fea212330f4b0259602ffae1b2cb91be3.zip cpython-75c6c05fea212330f4b0259602ffae1b2cb91be3.tar.gz cpython-75c6c05fea212330f4b0259602ffae1b2cb91be3.tar.bz2 |
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.
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions