This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Expose 'adler32_combine' function from zlib
Type: enhancement Stage: patch review
Components: Extension Modules Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: callumattryde
Priority: normal Keywords: patch

Created on 2019-11-04 19:11 by callumattryde, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 17048 open callumattryde, 2019-11-04 19:14
Messages (1)
msg355977 - (view) Author: Callum Attryde (callumattryde) * Date: 2019-11-04 19:11
zlib contains a function for combining Adler32 checksums which is not currently exposed by the Python module. This enhancement adds that function to Python
History
Date User Action Args
2022-04-11 14:59:22adminsetgithub: 82868
2019-11-04 19:14:20callumattrydesetkeywords: + patch
stage: patch review
pull_requests: + pull_request16561
2019-11-04 19:11:19callumattrydecreate