diff options
author | Peter Hawkins <phawkins@google.com> | 2022-11-22 14:25:16 +0000 |
---|---|---|
committer | Peter Hawkins <phawkins@google.com> | 2022-11-22 15:19:49 +0000 |
commit | 32442341e64078ee38da9ddd1d27d8c7b02a5dd7 (patch) | |
tree | c310c299bb0d24d2720d581678824a4aa0b54904 /numpy/array_api/tests | |
parent | 04d0e2155704ad939980a4eafefe3d817076fa39 (diff) | |
download | numpy-32442341e64078ee38da9ddd1d27d8c7b02a5dd7.tar.gz |
Rename symbols in textreading/ that may clash when statically linked.
While it is not the standard way NumPy is built, some users build and
link NumPy statically together with other modules. In this case generic
names like `tokenize` or `to_float` can clash with similar symbols from
other modules. We can defend against this either by using a C++
namespace or by prefixing symbols likely to clash with a prefix like
npy_.
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions