From bbfa31bcba285e651d747bac15ab841b741dbb0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:19:18 +0000 Subject: [PATCH 1/2] Initial plan From 0ae2c316cf6f38e2c5ea8e98cad2a239e77a011e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:29:02 +0000 Subject: [PATCH 2/2] Mark nested-limit test thread-unsafe Co-authored-by: methane <199592+methane@users.noreply.github.com> --- test/test_limits.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_limits.py b/test/test_limits.py index bb554d68..e04afaa9 100644 --- a/test/test_limits.py +++ b/test/test_limits.py @@ -160,6 +160,7 @@ def test_auto_max_array_len(): @pytest.mark.skipif(IS_FREE_THREADED_BUILD, reason="Skipped on free-threaded build") +@pytest.mark.thread_unsafe def test_nest_limit_1024(): import sys