Skip to content

Integrate with Python 3.15 unicodedata.iter_graphemes()#206

Draft
jquast wants to merge 3 commits intomasterfrom
jq/python-315-iter-graphemes
Draft

Integrate with Python 3.15 unicodedata.iter_graphemes()#206
jquast wants to merge 3 commits intomasterfrom
jq/python-315-iter-graphemes

Conversation

@jquast
Copy link
Owner

@jquast jquast commented Feb 2, 2026

We can use unicodedata.iter_graphemes() added in Python 3.15 for a (probably) faster iter_graphemes() and dependencies like wrap(). However our benchmarking tool doesn't support python 3.15 so we won't really know for some time.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (666c501) to head (bb837ba).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #206   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          986      1002   +16     
  Branches       247       251    +4     
=========================================
+ Hits           986      1002   +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jquast jquast changed the title Python 3.15 integration Integrate with Python 3.15 unicodedata.iter_graphemes() Feb 2, 2026
@jquast
Copy link
Owner Author

jquast commented Feb 6, 2026

Paused until codspeed supports python 3.15 -- it should show faster performance

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments