From ca691f232bd48595ded03b3b7eec4610fea65635 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 26 Dec 2018 13:09:12 +0200 Subject: [PATCH] Remove XXX from comments --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd31e874d..b0dae0683 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,8 @@ def _find_library_dirs_ldconfig(): } abi_type = mach_map.get(machine, 'libc6') - # XXX assuming GLIBC's ldconfig (with option -p) - # XXX Alpine Linux uses musl that can't print cache + # Assuming GLIBC's ldconfig (with option -p) + # Alpine Linux uses musl that can't print cache args = ['/sbin/ldconfig', '-p'] expr = r'.*\(%s.*\) => (.*)' % abi_type env = dict(os.environ)