Message330257
Almost all compiler warnings on 64-bit Windows have been fixed: bpo-9566 tracked most of them.
I extract the CryptGenRandom() fix from issue18407-2.diff. I rewrote the ast.c fix differently (use larger type, don't downcast).
The patch may still contains relevant changes on Python/dtoa.c and Python/getargs.c, but again, the most critical bugs and warnings have already been fixed. So I suggest to abandon issue18407-2.diff which has been written 5 years ago.
Thanks Jeremy Kloth for the report and for the patch! I think that it's now time to close the issue. See bpo-9566 for the few remaining issues. |
|
Date |
User |
Action |
Args |
2018-11-22 13:51:56 | vstinner | set | recipients:
+ vstinner, loewis, christian.heimes, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower |
2018-11-22 13:51:56 | vstinner | set | messageid: <1542894716.64.0.788709270274.issue18407@psf.upfronthosting.co.za> |
2018-11-22 13:51:56 | vstinner | link | issue18407 messages |
2018-11-22 13:51:56 | vstinner | create | |
|