diff options
| author | Dima Pasechnik <dimpase@gmail.com> | 2019-02-26 06:36:11 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-02-26 06:36:11 (GMT) |
| commit | f57cd8288dbe6aba99c057f37ad6d58f8db75350 (patch) | |
| tree | 58efddbc033e9d4bc83eafc9198396dd63df6098 /Lib/shutil.py | |
| parent | ff3d39faa8aa28308cc5eae6843eaac514da8fd8 (diff) | |
| download | cpython-f57cd8288dbe6aba99c057f37ad6d58f8db75350.zip cpython-f57cd8288dbe6aba99c057f37ad6d58f8db75350.tar.gz cpython-f57cd8288dbe6aba99c057f37ad6d58f8db75350.tar.bz2 | |
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 'Lib/shutil.py')
0 files changed, 0 insertions, 0 deletions
