-
Notifications
You must be signed in to change notification settings - Fork 4.1k
THRIFT-5915: Fix Python 3.12 build issues in thrift Python #3276
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
Open
greggdonovan
wants to merge
25
commits into
apache:master
Choose a base branch
from
greggdonovan:etsy-python312-fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+498
−114
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1ccf7dc
Fix Python 3.12 build issues in thrift Python
greggdonovan d314acb
Fix macOS CI: add homebrew bison to GITHUB_PATH
greggdonovan 8b1c3b8
Windows: remove support for EOL MSVC2015.
greggdonovan 4dd0fa9
Windows: remove deprecated cup/cinst commands in favor of choco comma…
greggdonovan d62af4d
AppVeyor: bump zlib to 1.3.1
greggdonovan 754f581
Fix workflow anchors in build.yml
greggdonovan 83438bc
CMake: honor BOOST_ROOT with CMP0144
greggdonovan ff8e8b2
python: ensure we specify that we are building a wheel.
greggdonovan bdeb3e8
windows: focus on one VS2022 build till it works, then maybe bring ba…
greggdonovan 8869c50
Windows: disable MINGW (which works) temporarily while fixing MSVC2022.
greggdonovan caa7e5c
windows: libevent UINT32_MAX errors
greggdonovan c10ab90
AppVeyor: add Python/choco diagnostics
greggdonovan d6bc235
CMake: link iphlpapi for libevent on Windows
greggdonovan 87e3d6e
windows: restore the full grid now that 3.12 is working with MSVC2022
greggdonovan 99b0832
windows: remove debug logging
greggdonovan a554689
node: dependency updates from local testing (not just if these should…
greggdonovan 405672d
cpp: fix this build error on macos 26 (arm):
greggdonovan 9dc0b35
win: drop extra logging
greggdonovan ecdca82
macos: install py to python prefix in CI
greggdonovan e51ab46
macos: pass PY_PREFIX to make install
greggdonovan 89b665e
py: harden socket test and improve RunClientServer/TestServer
greggdonovan ff29fa0
py: require tornado>=6.3.0 in ci and tests
greggdonovan 9b1ec07
py: require twisted>=24.3.0
greggdonovan 8cedc0e
py: require zope.interface>=6.1
greggdonovan 7ec3fd9
py: isolate RunClientServer ports and cleanup
greggdonovan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this also be a matrix instead? (I'm not familiar with github actions enough so it's totally fine if this is not supported)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fishy Thanks - let me give it a try.