Skip to content

Conversation

@JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jan 9, 2026

bytearray is no longer assignable to bytes, so add a separate primitive type for it. Add bytearray() primitive op as an example (but there are very few primitives currently). All bytearray C functions go to an optional dependency, since bytearray usages aren't very common, so we don't want to compile bytearray operations on every mypyc run.

@JukkaL JukkaL merged commit 430924a into master Jan 9, 2026
17 checks passed
@JukkaL JukkaL deleted the mypyc-bytearray branch January 9, 2026 12:21
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.

3 participants