diff options
author | Dima Pasechnik <dimpase@gmail.com> | 2019-02-26 06:36:11 +0000 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-02-26 08:36:11 +0200 |
commit | f57cd8288dbe6aba99c057f37ad6d58f8db75350 (patch) | |
tree | 58efddbc033e9d4bc83eafc9198396dd63df6098 /Python/pystate.c | |
parent | ff3d39faa8aa28308cc5eae6843eaac514da8fd8 (diff) | |
download | cpython-git-f57cd8288dbe6aba99c057f37ad6d58f8db75350.tar.gz |
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
The standard math library (libm) may follow IEEE-754 recommendation to
include an implementation of sinPi(), i.e. sinPi(x):=sin(pi*x).
And this triggers a name clash, found by FreeBSD developer
Steve Kargl, who worken on putting sinpi into libm used on FreeBSD
(it has to be named "sinpi", not "sinPi", cf. e.g.
https://en.cppreference.com/w/c/experimental/fpext4).
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions