← 返回首页
Use ZLIB_RUNTIME_VERSION if available by otethal · Pull Request #84 · gitpython-developers/gitdb · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Use ZLIB_RUNTIME_VERSION if available#84

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
otethal:zlib_check
Dec 9, 2022
Merged

Use ZLIB_RUNTIME_VERSION if available#84
Byron merged 1 commit into
gitpython-developers:masterfrom
otethal:zlib_check

Conversation

Copy link
Copy Markdown
Contributor

otethal commented Dec 9, 2022

The zlib version check introduced in #19 uses zlib.ZLIB_VERSION, which is not necessarily the actual version used at runtime. This PR attempts to use zlib.ZLIB_RUNTIME_VERSION instead (introduced in Python 3.3).

otethal marked this pull request as ready for review December 9, 2022 09:42
Copy link
Copy Markdown
Member

Byron commented Dec 9, 2022

Thanks a lot, much appreciated.

Byron merged commit 8d92aba into gitpython-developers:master Dec 9, 2022
otethal deleted the zlib_check branch December 9, 2022 10:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.