[issue38687] Expose 'adler32_combine' function from zlib

2019-11-04 Thread Callum Attryde
Change by Callum Attryde : -- keywords: +patch pull_requests: +16561 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17048 ___ Python tracker <https://bugs.python.org/issu

[issue38687] Expose 'adler32_combine' function from zlib

2019-11-04 Thread Callum Attryde
New submission from Callum Attryde : zlib contains a function for combining Adler32 checksums which is not currently exposed by the Python module. This enhancement adds that function to Python -- components: Extension Modules messages: 355977 nosy: callumattryde priority: normal