This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: math.sqrt EDOM handling for FreeBSD, OpenBSD
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: hyeshik.chang
Priority: normal Keywords: patch

Created on 2004-01-06 13:40 by hyeshik.chang, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bsdmath.diff hyeshik.chang, 2004-01-06 13:40 my proposed patch
Messages (2)
msg45140 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-01-06 13:40
math.sqrt(-1) doesn't raise ValueError currently.
The attached patch may fix the problem.
msg45141 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-03-22 08:54
Logged In: YES 
user_id=55188

Checked in
Modules/mathmodule.c 2.74
Include/pyport.h 2.67
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39772
2004-01-06 13:40:57hyeshik.changcreate