You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mypyc] Fix native int default args in __init__ (#13910)
Avoid creating duplicate bitmap arguments for the constructor. These
would generate broken C with errors like these:
```
build/__native.c:122:74: error: redefinition of parameter ‘cpy_r___bitmap’
122 | PyObject *CPyDef_Foo(int64_t cpy_r_xx, uint32_t cpy_r___bitmap, uint32_t cpy_r___bitmap)
```
0 commit comments