commit | 369092be43cf6857aff58238dd68d00fab00850e | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Thu Mar 02 04:48:27 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Thu Mar 02 04:48:27 2006 +0000 |
tree | f94a471a247456d2d9eb6de16a02f0ab6737eaab | |
parent | 46872b16135c8c9c9139687ca23df4545c1b79f2 [diff] |
Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t to an unsigned int (and back again) on 64-bit machines, even though the actual value of the Py_ssize_t variable is way below 31 bits. I suspect compiler-error.