]> granicus.if.org Git - python/commit
bpo-32030: Fix test_sys.test_getallocatedblocks() (#4637)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Nov 2017 22:51:41 +0000 (23:51 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2017 22:51:41 +0000 (23:51 +0100)
commit06be9daf6f03c1c65b9dd9896bc2b17f3c4bbc3a
tree907e0476d38500739526248e84b12c42d1be5376
parent23cc8c0f9ece32f1f96133b9db2cb30c64f23a0e
bpo-32030: Fix test_sys.test_getallocatedblocks() (#4637)

Skip the test if PYTHONMALLOC environment variable is set.
Lib/test/test_sys.py