Date: Sun, 18 Jun 2017 11:29:05 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-ports@freebsd.org, python@FreeBSD.org Subject: [PATCH] lang/python27 -- Fix namespace collision Message-ID: <20170618182905.GA67867@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle trignometric functions cospi, sinpi, and tanpi. When libm (aka math.h) grows support for sinpi(x), lang/python27 has a namespace collision. The attached patch fixes the problem. -- Steve 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 20161221 https://www.youtube.com/watch?v=IbCHE-hONow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170618182905.GA67867>