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.

Created on 2019-09-09 15:38 by dino.viehland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15792 merged dino.viehland, 2019-09-09 15:40
Messages (2)
msg351501 - (view) Author: Dino Viehland (dino.viehland) * (Python committer) Date: 2019-09-09 15:38
Make zlib PEP-384 compatible
msg351609 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2019-09-10 10:27
 New changeset a1ffad07195b8b976f8c371a92028240946d4e76 by T. Wouters (Dino Viehland) in branch 'master': bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) https://github.com/python/cpython/commit/a1ffad07195b8b976f8c371a92028240946d4e76 
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82255
2019-09-10 11:19:02christian.heimessetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-10 10:27:05twouterssetnosy: + twouters
messages: + msg351609
2019-09-09 15:40:03dino.viehlandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request15445
2019-09-09 15:38:51dino.viehlandcreate