File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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"
623623fi
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)
You can’t perform that action at this time.
0 commit comments