mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 04:50:33 +08:00
Add note about proper use of Py_ssize_t
This commit is contained in:
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user