mirror of
https://github.com/google/brotli.git
synced 2026-09-24 15:46:13 +00:00
[PR #843] [MERGED] Fix VC C++ 12.0 BROTLI_MSVC_VERSION_CHECK calls #1441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/843
Author: @gpotter2
Created: 9/16/2020
Status: ✅ Merged
Merged: 9/21/2020
Merged by: @eustas
Base:
master← Head:master📝 Commits (1)
a2ea594Fix VC C++ 12.0 BROTLI_MSVC_VERSION_CHECK calls📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
c/common/platform.h(+3 -3)📄 Description
fix https://github.com/google/brotli/issues/837
I was able to try it out locally on Python 2.7 with VC C++ 9.0. This did fix the issue. If possible, it would be nice to have a new version available on PyPy as soon as possible, since 1.0.7 suffers from CVEs.
I really wonder why this wasn't triggered by your test base.
fits the description :/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.