commit | 56cdf686fc4f7596d3c93d2a1525e661297fb557 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Oct 26 06:05:28 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Oct 26 06:05:28 2007 +0000 |
tree | f77b562e428a242e266df6329e4e6cda40e7bf13 | |
parent | 37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765 [diff] |
Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) is larger than what can fit into a long (4 bytes). Hopefully this will fix more problems than it creates. There are many, many compile warnings on Win64. Each of these should be investigated to determine if they are real problems or not. Many of these presumably affect the trunk too.