From a2caf9a1134f645ff87886aaa4a072575fec2864 Mon Sep 17 00:00:00 2001 From: "kim-daehee [Next MT]" Date: Sat, 2 Nov 2024 18:01:41 +0900 Subject: [PATCH] Add NEWS.d --- .../2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Core_and_Builtins/2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst new file mode 100644 index 000000000000000..905e84acfb70128 --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst @@ -0,0 +1,2 @@ +Fix the inconsistent results of c and python implementations. Patch by +Daehee Kim.