-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: free-threaded Python (3.13.0+) support (#165)
* Rebase to master * More thread-safety change/refactoring * Fix a race between PO cleanup thread and Python * Add free-threaded build in GH action * Fix dll names for FT/debug builds * Cleanup and more comments * Rollback temp change and add clarifying comments * Complete release action for FT builds * Merge ft builds into build.yml * Use GITHUB_PATH * Squash windows-t build, add Java ver in matrix * Fix for invalid syntax for powershell * Add upload action for JVM core/log * debug build.yml * Apply suggestions from code review Co-authored-by: Chip Kent <5250374+chipkent@users.noreply.github.com> * Restore a block of code deleted by mistake * debug Windows FT build * Add comments, use version directives * Code cleanup * Fix a bug in convert() for java array type * Remove duplicate comment * Add clarifying comment * Respond to review comments * Naming change to be more applicable in FT mode --------- Co-authored-by: Chip Kent <5250374+chipkent@users.noreply.github.com>
- Loading branch information
1 parent
d3af1db
commit 1d1a3b1
Showing
15 changed files
with
489 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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.