make fast path in Get/SetItemInt() utility functions safe for sizeof(index type)...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Nov 2013 06:48:42 +0000 (07:48 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Nov 2013 06:48:42 +0000 (07:48 +0100)
commitb66981604baf59ea465027cc10baa42af7c76571
tree7a154896f94392765996f7db2c0dd6151478a5a8
parentaa2c7b9b9ffad43dcf60b06a5e7148e76c670741
make fast path in Get/SetItemInt() utility functions safe for sizeof(index type) >= sizeof(Py_ssize_t)
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c
Cython/Utility/StringTools.c
Cython/Utility/TypeConversion.c