From 54027d54c31649bc7a050441d9eb932715881c3f Mon Sep 17 00:00:00 2001 From: Mohaned Qunaibit Date: Sun, 17 Dec 2023 17:47:22 +0300 Subject: [PATCH] replace math with util for asv --- graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch b/graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch index b4216547cd..88524b0b1b 100644 --- a/graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch +++ b/graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch @@ -630,7 +630,7 @@ index 2c19e15..9321f33 100644 + result_maxrss += r_maxrss.result + has_maxrss = True + else: -+ result_maxrss.append(math.nan) ++ result_maxrss.append(util.nan) + ignored_maxrss.append(None) - if res.stderr: