- Cambridge, UK
- http://www.mypy-lang.org/
Block or Report
Block or report JukkaL
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
588 contributions in the last year
Less
More
Contribution activity
June 2023
Reviewed 8 pull requests in 1 repository
python/mypy
8 pull requests
-
[mypyc] Don't explicitly assign
NULLvalues in setup functions - Increment version for 1.5-dev
- Fix crash on joins with recursive tuples
-
Revert "Add support for
attrs.fields(#15021)" - Constant fold more unary and binary expressions
- [mypyc] Fix native tuple unboxing
- [mypyc] Use correct rtype for variable with inferred optional type
- [mypyc] Inline math literals
Created an issue in mypyc/mypyc that received 1 comment
Support boxed float literals
The function i avoids explicitly boxing 12, but the function f emits a box operation:
def i() -> object: return 12 def f() -> object: return 1.2
H…
1
comment





