Skip to content

Commit 65222b2

Browse files
committed
simplify the code comment.
1 parent 4a4344e commit 65222b2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Modules/binascii.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -770,12 +770,7 @@ binascii_crc32_impl(PyObject *module, Py_buffer *data, unsigned int crc)
770770

771771
#ifdef USE_ZLIB_CRC32
772772
/* This is the same as zlibmodule.c zlib_crc32_impl. It exists in two
773-
* modules for historical reasons.
774-
*
775-
* For future code simplification, a single crc32 implementation
776-
* instead of zlib's implementation would be nice. Particularly
777-
* something supporting hardware crc32 acceleration.
778-
*/
773+
* modules for historical reasons. */
779774
{
780775
/* Releasing the GIL for very small buffers is inefficient
781776
and may lower performance */

0 commit comments

Comments
 (0)