Merge pull request #434 from ahojnnes/ssize_t-note

DOC: Add note about proper use of Py_ssize_t.
This commit is contained in:
Stefan van der Walt
2013-02-24 12:08:39 -08:00
+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
-------------