# HG changeset patch # User Franz Glasner # Date 1641495781 -3600 # Node ID c51f484387ee77118d6bb0857276743bb54a99f2 # Parent 81238ea2dbe3ceb794a30629f1a4fa7610afd360 FIX: Remove bogus comment diff -r 81238ea2dbe3 -r c51f484387ee configmix/_speedups.c --- a/configmix/_speedups.c Thu Jan 06 19:37:03 2022 +0100 +++ b/configmix/_speedups.c Thu Jan 06 20:03:01 2022 +0100 @@ -829,7 +829,6 @@ config, "_getvar_s_with_cache_info", "O", varname); if (tmp == NULL) { if (PyErr_ExceptionMatches(PyExc_KeyError)) { - /* XXX TBD handle KeyError (None and Empty-filter) */ cacheable = 1; if (PySequence_Contains(filters, sstate->NONE_FILTER) == 1) { PyErr_Clear();