diff configmix/_speedups.c @ 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 4499e9b4855d
children 2b1c7a68f913
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;
     }