Mercurial > hgrepos > Python > libs > ConfigMix
changeset 561:c51f484387ee
FIX: Remove bogus comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 Jan 2022 20:03:01 +0100 |
| parents | 81238ea2dbe3 |
| children | f75c5b13a1d7 |
| files | configmix/_speedups.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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();
