Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2f2bfe

Browse files
committed
merge heads
2 parents c7f447c + 057119b commit f2f2bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9146,7 +9146,7 @@ tailmatch(PyObject *self,
91469146
/* We do not need to compare 0 and len(substring)-1 because
91479147
the if statement above ensured already that they are equal
91489148
when we end up here. */
9149-
// TODO: honor direction and do a forward or backwards search
9149+
/* TODO: honor direction and do a forward or backwards search */
91509150
for (i = 1; i < end_sub; ++i) {
91519151
if (PyUnicode_READ(kind_self, data_self, offset + i) !=
91529152
PyUnicode_READ(kind_sub, data_sub, i))

0 commit comments

Comments
 (0)