Skip to content

Commit d010489

Browse files
committed
Revert ignore of JSON test on 3.15
1 parent bd52271 commit d010489

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cpython-unix/build-cpython.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,6 @@ if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" && -n "${CROSS_COMPILING}" && "$
622622
PROFILE_TASK="${PROFILE_TASK} --ignore test_strftime_y2k"
623623
fi
624624

625-
# On 3.15+ `test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding` fails during
626-
# PGO due to RecursionError not being raised as expected. See https://github.com/python/cpython/issues/140125
627-
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_15}" ]]; then
628-
PROFILE_TASK="${PROFILE_TASK} --ignore test_json"
629-
fi
630-
631625
# ./configure tries to auto-detect whether it can build 128-bit and 256-bit SIMD helpers for HACL,
632626
# but on x86-64 that requires v2 and v3 respectively, and on arm64 the performance is bad as noted
633627
# in the comments, so just don't even try. (We should check if we can make this conditional)

0 commit comments

Comments
 (0)