summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-02-28 20:50:09 (GMT)
committerGitHub <noreply@github.com>2024-02-28 20:50:09 (GMT)
commit75c6c05fea212330f4b0259602ffae1b2cb91be3 (patch)
tree7802b594dc136dccba6b5b0dfa921813cbbadf91 /Python
parentdf5212df6c6f08308c68de4b3ed8a1b51ac6334b (diff)
downloadcpython-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')
0 files changed, 0 insertions, 0 deletions