fix exception string formatting for Py_ssize_t values: needs %zd instead of %d on...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 16 Feb 2008 18:15:52 +0000 (19:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 16 Feb 2008 18:15:52 +0000 (19:15 +0100)
commit010be57d1b8e32718954d1538344a6cde06c07ca
tree78c75a8cfbd60a5b8785d9c9e57c52d7602e94c0
parent3853c437866660ecb4cf51c3ed6861c12c228424
fix exception string formatting for Py_ssize_t values: needs %zd instead of %d on Python >= 2.5
Cython/Compiler/Nodes.py