build: Disable MALLOC_PERTURB_ when running pylint
By default, meson will set MALLOC_PERTURB_
to a non-zero value when
running tests, which had the effect of making a pylint run take 200
seconds instead of around 15.
Disabling that envvar makes the tests take a more reasonable amount of time.
Edited by Bastien Nocera