Patch by Kabir Kwatra.

文档

测试

构建

Windows

macOS

工具/示例

C API

They are included in the stable ABI.

Python 3.11.0 alpha 7

Release date: 2022-04-05

核心与内置函数

We also have binascii.crc32() release the GIL when computing on larger inputs as zlib.crc32() and hashlib do.

This also boosts performance on Windows as it now uses the zlib crc32 implementation for binascii.crc32() for a 2-3x speedup.

That the stdlib has a crc32 API in two modules is a known historical oddity. This moves us closer to a single implementation behind them.

文档

测试

构建