Issue 871657: math.sqrt EDOM handling for FreeBSD, OpenBSD (original) (raw)

Issue871657

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:02 admin set github: 39772
2004-01-06 13:40:57 hyeshik.chang create