diff options
author | Antoine Pitrou <antoine@python.org> | 2015-09-02 12:39:24 +0200 |
---|---|---|
committer | Antoine Pitrou <antoine@python.org> | 2015-09-02 12:39:24 +0200 |
commit | bcf827031d6f634e2f15c5e522957b542fb9d754 (patch) | |
tree | 77b2efbd254ede3b70117e7005935fb7803abedd /numpy/add_newdocs.py | |
parent | 1bd6c31548f7557a5e9a0a5886bcedc975487d3b (diff) | |
download | numpy-bcf827031d6f634e2f15c5e522957b542fb9d754.tar.gz |
BUG: enforce signed char in extint128
Whether a "char" is signed or unsigned is left undefined by the C standard.
Some platforms such as armv7l actually seem to have an "unsigned" C char.
Enforce a signed char where relevant.
(fixes test_extint128 and test_mem_overlap on Raspberry Pi 2)
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions