Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ZLIB_RUNTIME_VERSION if available #84

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Use ZLIB_RUNTIME_VERSION if available #84

merged 1 commit into from
Dec 9, 2022

Conversation

otethal
Copy link
Contributor

@otethal 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 otethal marked this pull request as ready for review December 9, 2022 09:42
@Byron
Copy link
Member

Byron commented Dec 9, 2022

Thanks a lot, much appreciated.

@Byron Byron merged commit 8d92aba into gitpython-developers:master Dec 9, 2022
@otethal otethal deleted the zlib_check branch December 9, 2022 10:12
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