diff options
author | Thomas Wouters <thomas@python.org> | 2006-03-02 04:48:27 +0000 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-03-02 04:48:27 +0000 |
commit | 369092be43cf6857aff58238dd68d00fab00850e (patch) | |
tree | f94a471a247456d2d9eb6de16a02f0ab6737eaab /Python/pythonrun.c | |
parent | 46872b16135c8c9c9139687ca23df4545c1b79f2 (diff) | |
download | cpython-git-369092be43cf6857aff58238dd68d00fab00850e.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions