[issue40999] implicit-int-float-conversion warnings in time and math code

2020-06-17 Thread Mark Dickinson
Mark Dickinson added the comment: I think #39277 is related. -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing

[issue40999] implicit-int-float-conversion warnings in time and math code

2020-06-17 Thread Christian Heimes
New submission from Christian Heimes : clang 10 with asan and ubsan complains about implicit int to float conversion in time and math related code: $ CC=clang ./configure --with-address-sanitizer --with-undefined-behavior-sanitizer $ make clean $ make -s Python/pytime.c:154:10: warning: impli