mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 10:55:15 +08:00
17edd0cc29
(1) Now uses subprocess.call instead of os.system, so that paths with spaces
(and the like) are handled properly.
(2) Removes superfluous .c.new files after deciding whether or not to copy
them to the .c files.