Skip to content

Commit 1905c43

Browse files
Update Objects/bytearrayobject.c
1 parent 7f3b72f commit 1905c43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/bytearrayobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,6 @@ bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep,
19241924
/*[clinic end generated code: output=a55e0b5a03cb6190 input=60e9abf305128ff4]*/
19251925
{
19261926
PyObject *list = NULL;
1927-
_Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED((PyObject *)self);
19281927

19291928
/* Increase exports to prevent bytearray storage from changing during _Py_bytes_contains(). */
19301929
self->ob_exports++;

0 commit comments

Comments
 (0)