Compile with mypyc - #2586
Draft
DanielNoord wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 16, 2026
This was referenced Jul 23, 2026
Merged
Member
Author
|
Blocked on mypyc/mypyc#1204 Without it we can't use the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2586 +/- ##
==========================================
- Coverage 99.42% 99.42% -0.01%
==========================================
Files 41 41
Lines 3149 3145 -4
Branches 682 682
==========================================
- Hits 3131 3127 -4
Misses 11 11
Partials 7 7 🚀 New features to boost your workflow:
|
DanielNoord
force-pushed
the
mypyc
branch
2 times, most recently
from
July 28, 2026 20:41
a64991b to
349f540
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #1953
Tested this against
pylintand I can run the compiled version ofisortagainst it.However, there doesn't seem to be a significant speed gain unfortunately.
Tests are also an issue, but that can come later.