mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 01:58:43 +08:00
Merge pull request #434 from ahojnnes/ssize_t-note
DOC: 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