diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-10-09-14.gh-issue-124483.9YrgwU.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-10-09-14.gh-issue-124483.9YrgwU.rst new file mode 100644 index 00000000000000..39d5d4dbf43649 --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-10-09-14.gh-issue-124483.9YrgwU.rst @@ -0,0 +1,2 @@ +Fix an issue where finalizers that mutate global or nonlocal state could +cause the experimental JIT to crash or produce out-of-date results.