changeset 639:999cfca55d25

FIX: {{::DEL::}} has 11 chars instead of 3
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 05 Mar 2022 12:59:35 +0100
parents ef485419d723
children d35f41e15404
files configmix/_speedups.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/_speedups.c	Fri Mar 04 18:14:12 2022 +0100
+++ b/configmix/_speedups.c	Sat Mar 05 12:59:35 2022 +0100
@@ -1672,7 +1672,7 @@
     }
     PyUnicode_InternInPlace(&(sstate->REF_NAMESPACE));
 
-    sstate->DEL_VALUE = PyUnicode_FromStringAndSize("{{::DEL::}}", 3);
+    sstate->DEL_VALUE = PyUnicode_FromStringAndSize("{{::DEL::}}", 11);
     if (sstate->DEL_VALUE == NULL) {
         return -1;
     }