]> granicus.if.org Git - python/commit
Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes)
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 26 Oct 2007 06:05:28 +0000 (06:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 26 Oct 2007 06:05:28 +0000 (06:05 +0000)
commit56cdf686fc4f7596d3c93d2a1525e661297fb557
treef77b562e428a242e266df6329e4e6cda40e7bf13
parent37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765
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.
Python/sysmodule.c