This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, jeremy.kloth, jkloth, loewis, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-11-22.13:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542894716.64.0.788709270274.issue18407@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-22 13:51:56vstinnersetrecipients: + vstinner, loewis, christian.heimes, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower
2018-11-22 13:51:56vstinnersetmessageid: <1542894716.64.0.788709270274.issue18407@psf.upfronthosting.co.za>
2018-11-22 13:51:56vstinnerlinkissue18407 messages
2018-11-22 13:51:56vstinnercreate