Skip to content

Conversation

@zanieb
Copy link
Member

@zanieb zanieb commented Dec 2, 2025

  • Bump to CPython 3.14.1
  • Bump to CPython 3.13.10

@jjhelmus
Copy link
Contributor

jjhelmus commented Dec 2, 2025

3.14 failure

FAIL: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding)

@geofft
Copy link
Collaborator

geofft commented Dec 2, 2025

We saw that test failure on 3.15 previously and ignored it. From build-cpython.sh:

# On 3.15+ `test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding` fails during
# PGO due to RecursionError not being raised as expected. See https://github.com/python/cpython/issues/140125
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_15}" ]]; then
    PROFILE_TASK="${PROFILE_TASK} --ignore test_json"
fi

I'd be okay doing 3.14 I guess....

@zanieb
Copy link
Member Author

zanieb commented Dec 2, 2025

Tracked in python/cpython#140125

@zanieb zanieb merged commit 6945a61 into main Dec 2, 2025
226 of 229 checks passed
@zanieb zanieb deleted the zb/bump-122 branch December 2, 2025 19:17
@jjhelmus
Copy link
Contributor

jjhelmus commented Dec 2, 2025

For reference the macOS machines in CI look to have 8 MB stack size

Run ulimit -s 
8176

https://github.com/astral-sh/python-build-standalone/actions/runs/19869923834/job/56943632128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants