mypy
bfa9eace - [mypyc] Be stricter about function prototypes (#14942)

Commit
3 years ago
[mypyc] Be stricter about function prototypes (#14942) I'm trying to fix this error: ``` float_ops.c:9:15: error: function declaration isn't a prototype [-Werror=strict-prototypes] 9 | static double CPy_DomainError() { ```
Author
Parents
Loading