summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-28 21:15:01 (GMT)
committerGitHub <noreply@github.com>2021-10-28 21:15:01 (GMT)
commiteccb753ae6e1459dc697d5408e1082fff4f6d8f7 (patch)
treed201dda5baffb74db2e9c9d2681d0bf41a43ca76 /Python/Python-ast.c
parent823b3e39ae12884d5aa3c98341a41b2d6f19d329 (diff)
downloadcpython-eccb753ae6e1459dc697d5408e1082fff4f6d8f7.zip
cpython-eccb753ae6e1459dc697d5408e1082fff4f6d8f7.tar.gz
cpython-eccb753ae6e1459dc697d5408e1082fff4f6d8f7.tar.bz2
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293)
the current test depended on integer sets being iterated on in a certain fixed order. That order is different on PyPy (insertion based) and could change in CPython in the future in theory. Make the test robust against a different iteration order by sorting. (cherry picked from commit 7401694807fc6b5f7b35ff73c06f4bb852e02946) Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions