diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-09-02 08:31:47 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-09-02 08:31:47 -0600 |
commit | 393a3a452e0f1b96f3c44e0bd0a5d9085dd139aa (patch) | |
tree | c5cbf3b3a6c0a43ff6c2260e2a4939256510d147 /numpy/array_api/tests/test_array_object.py | |
parent | 6177cbef142ba478646c472c18f69962e0682ef6 (diff) | |
download | numpy-393a3a452e0f1b96f3c44e0bd0a5d9085dd139aa.tar.gz |
MAINT: Only allow using Cython module when cythonizing.
The command line version of `cython` may point to a different
installation of Cython than that installed in the Python running the
cythonize script. Because the Cython version can be critical, requiring
that the cython used comes from a known place makes it less likely that
the wrong version will be used. This treats Cython as a build dependency
rather than a free standing compiler.
Diffstat (limited to 'numpy/array_api/tests/test_array_object.py')
0 files changed, 0 insertions, 0 deletions