Skip to content

Commit 9955759

Browse files
maurycyvstinner
andauthored
Update Parser/action_helpers.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent e5b07d6 commit 9955759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/action_helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ _build_concatenated_bytes(Parser *p, asdl_expr_seq *strings, int lineno,
16461646
}
16471647
}
16481648

1649-
PyObject *res = PyBytesWriter_FinishWithPointer(writer, out);
1649+
PyObject *res = PyBytesWriter_Finish(writer);
16501650
if (res == NULL) {
16511651
return NULL;
16521652
}

0 commit comments

Comments
 (0)