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: Detect compression libraries in configure
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: arhadthedev, christian.heimes
Priority: normal Keywords: patch

Created on 2021-11-09 09:13 by christian.heimes, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29483 merged christian.heimes, 2021-11-09 10:30
PR 32299 open arhadthedev, 2022-04-04 08:29
Messages (2)
msg406007 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-11-09 09:13
Detect the presence of header files and development libraries for zlib, bz2, and lzma in configure.ac. Also see bpo-45747
msg406028 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-11-09 15:43
New changeset 5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc by Christian Heimes in branch 'main':
bpo-45763: Detect compression build deps in configure (GH-29483)
https://github.com/python/cpython/commit/5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89924
2022-04-04 08:29:49arhadthedevsetnosy: + arhadthedev

pull_requests: + pull_request30360
2021-11-09 16:02:02christian.heimessetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-11-09 15:43:01christian.heimessetmessages: + msg406028
2021-11-09 10:30:16christian.heimessetkeywords: + patch
stage: patch review
pull_requests: + pull_request27734
2021-11-09 09:13:49christian.heimescreate