mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 11:29:18 +08:00
e75126a4d8
On Python >=2.7, C extensions that use integer format codes with the PyArg_Parse* family of functions will raise a TypeError exception instead of triggering a DeprecationWarning (Python 2.6). The RuntimeError is raised by ndimage for unsupported array data types.