Message 300310 - Python tracker

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.

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.