mercurial/cext/manifest.c
changeset 48821 b0dd39b91e7a
parent 48813 be3af7eb2bbb
--- a/mercurial/cext/manifest.c	Sun Feb 20 16:13:57 2022 -0700
+++ b/mercurial/cext/manifest.c	Sun Feb 20 16:09:02 2022 -0700
@@ -780,7 +780,7 @@
 	Py_INCREF(copy->pydata);
 	for (i = 0; i < self->numlines; i++) {
 		PyObject *arglist = NULL, *result = NULL;
-		arglist = Py_BuildValue(PY23("(s)", "(y)"),
+		arglist = Py_BuildValue("(y)",
 					self->lines[i].start);
 		if (!arglist) {
 			goto bail;