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

Run tests in free threading python 3.13 (nogil, gil-less, no gil) #3610

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Oct 4, 2024

Lets see if this works.

Fixes #3581

@antonpirker antonpirker changed the title Run tests in free threading python Run tests in free threading python 3.13 (nogil) Oct 4, 2024
@antonpirker antonpirker changed the title Run tests in free threading python 3.13 (nogil) Run tests in free threading python 3.13 (nogil, gil-less, no gil) Oct 4, 2024
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (2bfce50) to head (fc33628).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3610   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files         133      133           
  Lines       13994    13994           
  Branches     2951     2951           
=======================================
  Hits        11803    11803           
  Misses       1450     1450           
  Partials      741      741           

see 2 files with indirect coverage changes

@antonpirker antonpirker self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support GIL-less Python 3.13
1 participant