mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-27 14:30:19 +08:00
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.