From 340149c538aa8234fcc778315bee149335b50cb7 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 10 Apr 2023 08:38:17 -0600 Subject: MAINT: Fix wrong date in comment. --- numpy/distutils/ccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/distutils/ccompiler.py b/numpy/distutils/ccompiler.py index 0a9317a3d..66124df94 100644 --- a/numpy/distutils/ccompiler.py +++ b/numpy/distutils/ccompiler.py @@ -401,7 +401,7 @@ def CCompiler_customize_cmd(self, cmd, ignore=()): not (platform.machine() == 'arm64' and sys.platform == 'darwin') ): # clang defaults to a non-strict floating error point model. - # However, '-ftrapping-math' is not currently supported (2022-04-08) + # However, '-ftrapping-math' is not currently supported (2023-04-08) # for macosx_arm64. # Since NumPy and most Python libs give warnings for these, override: self.compiler.append('-ftrapping-math') -- cgit v1.2.1