[Python-checkins] [python/cpython] 97553f: bpo-26121: Use C library implementation for math f...

GitHub noreply at github.com
Sat Mar 11 16:37:18 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 97553fdf9daa8231eb05a1ca9933a2b03b0bdad0
      https://github.com/python/cpython/commit/97553fdf9daa8231eb05a1ca9933a2b03b0bdad0
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M Doc/whatsnew/3.7.rst
    M Misc/NEWS
    M Modules/mathmodule.c

  Log Message:
  -----------
  bpo-26121: Use C library implementation for math functions: (#515)

* bpo-26121: Use C library implementation for math functions:
tgamma(), lgamma(), erf() and erfc().

* Don't use tgamma() and lgamma() from libc on OS X.




More information about the Python-checkins mailing list