Add note about proper use of Py_ssize_t

This commit is contained in:
Johannes Schönberger
2013-02-24 12:22:24 +01:00
parent 729b311efb
commit a9ec085cc4
+3
View File
@@ -81,6 +81,9 @@ Stylistic Guidelines
hough(canny(my_image))
* Use `Py_ssize_t` as data type for all indexing, shape and size variables in
C/C++ and Cython code.
Test coverage
-------------