Skip to content

Commit c470178

Browse files
committed
Tweak comment
1 parent 0258891 commit c470178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Objects/bytearrayobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
149149

150150
/* Fill values used in bytearray_dealloc.
151151
152-
In an optimized build the memory isn't zeroed and ob_exports would read
153-
uninitialized data when when PyBytes_FromStringAndSize errored leading to
152+
In an optimized build the memory isn't zeroed and ob_exports would be
153+
uninitialized when when PyBytes_FromStringAndSize errored leading to
154154
intermittent test failures. */
155155
new->ob_exports = 0;
156156

0 commit comments

Comments
 (0)