Wykres commitów

1 Commity (d70865e406ad47af38566f227e0c87963e0f4c76)

Autor SHA1 Wiadomość Data
Angus Gratton d70865e406 py/gc: Support valgrind memcheck on the Python heap.
This seems to work quite well, can run individual test cases under
valgrind and (although slow) it shows any memory safety issues.

Replaces the valgrind false-positives fix previously applied in 8407159.
That one effectively disabled gc roots from being marked, so things would
be garbage collected even when there were valid references to them.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-04-03 18:18:40 +11:00