commit | 20f53136679e260466a765de5befa3b9db396c9e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jan 27 16:57:07 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 27 16:57:07 2022 -0800 |
tree | d5bc57e54a397c8fcdcb54a761de0bb47b3b28b6 | |
parent | a8912a0f8d9eba6d502c37d522221f9933e976db [diff] |
bpo-46542: test_json uses support.infinite_recursion() (GH-30972) Fix test_json tests checking for RecursionError: modify these tests to use support.infinite_recursion(). (cherry picked from commit e7a6285f1be18992191599792524d3aa6aedfa55) Co-authored-by: Victor Stinner <vstinner@python.org>