]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Try to recover from that glibc's ldexp apparently doesn't set errno on
authorTim Peters <tim.peters@gmail.com>
Wed, 5 Sep 2001 05:38:10 +0000 (05:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 5 Sep 2001 05:38:10 +0000 (05:38 +0000)
commit57f282a2a06c01417abec74926e770fb12f95610
tree474fbed4f47abd6f4827747d14d8c4490c2d9450
parente5ca6c71cd4a27f855612aeb14e600712cf72e04
Try to recover from that glibc's ldexp apparently doesn't set errno on
overflow.  Needs testing on Linux (test_long.py and test_long_future.py
especially).
Include/pyport.h
Objects/longobject.c