summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorLars Buitinck <larsmans@gmail.com>2013-10-15 10:17:49 +0200
committerLars Buitinck <larsmans@gmail.com>2013-10-19 18:35:18 +0200
commit002de555e86ec02fe4ebf3765fe0f4a7e72a7db5 (patch)
tree597c2825d88d34ed181b572caa872b68b512530d /numpy/polynomial/polyutils.py
parent503c7ae605f9e0c1ec7f4331979a85c5c7a9abc4 (diff)
downloadnumpy-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