[issue24520] Stop using deprecated floating-point environment functions on FreeBSD

Andrew Turner report at bugs.python.org
Sat Jun 27 17:08:23 CEST 2015


New submission from Andrew Turner:

The attached patch moves to use the fenv functions on FreeBSD to control the floating-point environment. This will be needed as I don't expect FreeBSD will have these functions on arm64.

I would expect a similar change should be applied to any supported development branch.

----------
components: Interpreter Core
files: use_fenv_freebsd.diff
keywords: patch
messages: 245879
nosy: Andrew Turner
priority: normal
severity: normal
status: open
title: Stop using deprecated floating-point environment functions on FreeBSD
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file39822/use_fenv_freebsd.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24520>
_______________________________________


More information about the Python-bugs-list mailing list