summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-2.7.18_p16.ebuild
AgeCommit message (Collapse)Author
2022-12-02Move {virtual → app-alternatives}/awkMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-23dev-lang/python: add valgrind supportJonas Jelten
When the valgrind useflag is enabled, Python performs a runtime check if it is run in the Valgrind VM, and adjusts its memory allocator to not use pymalloc. Valgrind then does a much better job in tracking the memory reachability. Closes: https://bugs.gentoo.org/610816 Signed-off-by: Jonas Jelten <jj@sft.lol> Closes: https://github.com/gentoo/gentoo/pull/11012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-04dev-lang/python: Backport configure check fix to 2.7.18_p16Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>