Skip to content

Issues: mypyc/mypyc

Development focus areas for 2023
#785 opened Nov 28, 2020 by JukkaL
Open 3
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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Add Option to mypyc to only Generate and Output C Code feature Supporting previously unsupported Python, new native types, new features, etc.
#1047 opened Feb 7, 2024 by srilman
Off by one error using enumerate
#1046 opened Jan 24, 2024 by JulianWgs
mypyc + bidict
#1045 opened Jan 17, 2024 by jab
mypyc made my code slower
#1041 opened Dec 4, 2023 by Dreamsorcerer
mypyc self is maybe-uninitialized
#1040 opened Dec 3, 2023 by andrew-ld
Explore no-GIL support ("free threading") feature Supporting previously unsupported Python, new native types, new features, etc.
#1038 opened Nov 26, 2023 by JukkaL
5 tasks
Fast str and bytes builders speed
#1036 opened Nov 26, 2023 by JukkaL
Reuse a single (callable) extension class for all nested functions in a compilation group area-functions codesize Reducing the amount/verbosity of the C code mypyc generates.
#1031 opened Nov 4, 2023 by ichard26
IntEnum undeclared identifier
#1022 opened Sep 30, 2023 by Killklli
Final classes support
#1021 opened Sep 27, 2023 by 4atj
Unnecessary generator warning
#1020 opened Sep 20, 2023 by nickdrozd
Narrowed field types are rejected
#1019 opened Sep 12, 2023 by nickdrozd
ProTip! Exclude everything labeled bug with -label:bug.