Message115700
| 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:54 | pitrou | set | recipients:
+ pitrou, effbot, flox |
| 2010年09月06日 12:49:53 | pitrou | set | messageid: <1283777393.95.0.65520363014.issue9783@psf.upfronthosting.co.za> |
| 2010年09月06日 12:49:52 | pitrou | link | issue9783 messages |
| 2010年09月06日 12:49:52 | pitrou | create |
|