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 steve.dower
Recipients Paxxi, jyasskin, mark.dickinson, paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-08-15.19:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502826303.41.0.109742555029.issue30747@psf.upfronthosting.co.za>
In-reply-to
Content
This commit added *a lot* of warnings - http://buildbot.python.org/all/builders/AMD64%20Windows10%203.x/builds/1056

Most are of the form:
    warning C4133: 'function': incompatible types - from 'volatile uintptr_t *' to 'volatile int *'

I can't obviously see where they are coming from, but someone please fix them.
History
Date User Action Args
2017-08-15 19:45:03steve.dowersetrecipients: + steve.dower, paul.moore, mark.dickinson, pitrou, vstinner, jyasskin, tim.golden, zach.ware, serhiy.storchaka, Paxxi
2017-08-15 19:45:03steve.dowersetmessageid: <1502826303.41.0.109742555029.issue30747@psf.upfronthosting.co.za>
2017-08-15 19:45:03steve.dowerlinkissue30747 messages
2017-08-15 19:45:03steve.dowercreate