Content-Length: 291176 | pFad | http://github.com/python/cpython/commit/ddac87c1c1fc2f4fa25cea03aa7c3cf792035f5c

E8 DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090) · python/cpython@ddac87c · GitHub
Skip to content

Commit ddac87c

Browse files
DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090)
(cherry picked from commit 0709586) Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
1 parent 08069ba commit ddac87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/_hashopenssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ _hashlib_compare_digest_impl(PyObject *module, PyObject *a, PyObject *b)
20022002
PyUnicode_GET_LENGTH(a),
20032003
PyUnicode_GET_LENGTH(b));
20042004
}
2005-
/* fallback to buffer interface for bytes, bytesarray and other */
2005+
/* fallback to buffer interface for bytes, bytearray and other */
20062006
else {
20072007
Py_buffer view_a;
20082008
Py_buffer view_b;

Modules/_operator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ _operator__compare_digest_impl(PyObject *module, PyObject *a, PyObject *b)
839839
PyUnicode_GET_LENGTH(a),
840840
PyUnicode_GET_LENGTH(b));
841841
}
842-
/* fallback to buffer interface for bytes, bytesarray and other */
842+
/* fallback to buffer interface for bytes, bytearray and other */
843843
else {
844844
Py_buffer view_a;
845845
Py_buffer view_b;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python/cpython/commit/ddac87c1c1fc2f4fa25cea03aa7c3cf792035f5c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy