Skip to content

Commit 7f3b72f

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

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
@@ -1800,7 +1800,6 @@ bytearray_split_impl(PyByteArrayObject *self, PyObject *sep,
18001800
/*[clinic end generated code: output=833e2cf385d9a04d input=dd9f6e2910cc3a34]*/
18011801
{
18021802
PyObject *list = NULL;
1803-
_Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED((PyObject *)self);
18041803

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

0 commit comments

Comments
 (0)