summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2022-01-28-01-17-10.bpo-46542.xRLTdj.rst
blob: c6b64ce017b6c70a85f0eecc34db6425ab9dc141 (plain)
1
2
Fix ``test_json`` tests checking for :exc:`RecursionError`: modify these tests
to use ``support.infinite_recursion()``. Patch by Victor Stinner.