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 pitrou
Recipients effbot, flox, pitrou
Date 2010-09-06.12:49:52
SpamBayes Score 0.1057775
Marked as misclassified No
Message-id <1283777393.95.0.65520363014.issue9783@psf.upfronthosting.co.za>
In-reply-to
Content
Some of these warnings could be serious (e.g. the one where the 64-bit "self" is converted to a 32-bit "long"):

13>..\Modules\_elementtree.c(696) : warning C4244: 'function' : conversion from 'Py_uintptr_t' to 'long', possible loss of data
13>..\Modules\_elementtree.c(1239) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', possible loss of data
13>..\Modules\_elementtree.c(1372) : warning C4244: 'function' : conversion from 'Py_ssize_t' to 'int', possible loss of data
13>..\Modules\_elementtree.c(1414) : warning C4244: '+=' : conversion from 'Py_ssize_t' to 'int', possible loss of data
13>..\Modules\_elementtree.c(2076) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
13>..\Modules\_elementtree.c(2663) : warning C4244: 'function' : conversion from 'Py_ssize_t' to 'int', possible loss of data
History
Date User Action Args
2010-09-06 12:49:54pitrousetrecipients: + pitrou, effbot, flox
2010-09-06 12:49:53pitrousetmessageid: <1283777393.95.0.65520363014.issue9783@psf.upfronthosting.co.za>
2010-09-06 12:49:52pitroulinkissue9783 messages
2010-09-06 12:49:52pitroucreate