Skip to content

Commit 111a76f

Browse files
author
Anselm Kruis
committed
merge 3.4-slp (Stackless python#70)
2 parents b63c4e4 + c583b38 commit 111a76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stackless/module/taskletobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ _impl_tasklet_throw_bomb(PyTaskletObject *self, int pending, PyObject *bomb)
11531153
assert(self->next == NULL && self->prev == NULL);
11541154
#endif
11551155

1156-
/* Due to bugs the above assertion my not hold.
1156+
/* Due to bugs the above assertion may not hold.
11571157
* Try to work around.
11581158
*/
11591159
if (self->next) {

0 commit comments

Comments
 (0)