Add CI test job for no-GIL (free-threaded) Python 3.13 by EliahKagan · Pull Request #61 · gitpython-developers/smmap

Conversation

@EliahKagan

Copy link

Member

See gitpython-developers/GitPython#2005, and gitpython-developers/gitdb#122 for rationale. In short, if the corresponding check starts to fail in GitPython, it may be useful to observe if there is a failure here as well.

See gitpython-developers/GitPython#2005,
and gitpython-developers/gitdb#122 for
rationale. In short, if the corresponding check starts to fail in
GitPython, it may be useful to observe if there is a failure here
as well.

@EliahKagan EliahKagan marked this pull request as ready for review

May 30, 2025 20:53

@EliahKagan EliahKagan merged commit c6b53d3 into gitpython-developers:master

May 30, 2025

8 checks passed

@EliahKagan EliahKagan deleted the threaded branch

May 30, 2025 20:54

@EliahKagan EliahKagan changed the title Add CI test job for no-GIL ("threaded") Python 3.13 Add CI test job for no-GIL (free-threaded) Python 3.13

Jun 7, 2025

@EliahKagan

Copy link

Member Author

EliahKagan commented

Jun 7, 2025

edited

Loading

As in gitpython-developers/gitdb#122 (comment), I've fixed the title--no-GIL Python is called free-threaded, not "threaded"--even though the effect of doing so is fairly minimal.

Byron reacted with thumbs up emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@EliahKagan