diff options
author | Lars Buitinck <larsmans@gmail.com> | 2013-10-15 10:17:49 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2013-10-19 18:35:18 +0200 |
commit | 002de555e86ec02fe4ebf3765fe0f4a7e72a7db5 (patch) | |
tree | 597c2825d88d34ed181b572caa872b68b512530d /numpy/polynomial/polyutils.py | |
parent | 503c7ae605f9e0c1ec7f4331979a85c5c7a9abc4 (diff) | |
download | numpy-002de555e86ec02fe4ebf3765fe0f4a7e72a7db5.tar.gz |
MAINT: C identifiers causing UB + useless char returns
C identifiers aren't allowed to match "^_[A-Z]". Fixed that in
numpyos.c and removed some more useless underscores.
Changed NumPyOS_ascii_tolower and the code that calls it to handle
ints, not chars. C promotes char to int in so many situations that
char variables are just a pain. (The C standard library uses int
in <ctype.h>, for example.)
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions