bpo-46001: Change OverflowError to RecursionError in JSON library docstrings#29943
Conversation
|
Thanks @SnoopJeDi for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…strings (pythonGH-29943) (cherry picked from commit 8db0652) Co-authored-by: James Gerity <snoopjedi@gmail.com>
|
GH-29952 is a backport of this pull request to the 3.10 branch. |
…strings (pythonGH-29943) (cherry picked from commit 8db0652) Co-authored-by: James Gerity <snoopjedi@gmail.com>
|
GH-29953 is a backport of this pull request to the 3.9 branch. |
|
This PR brings the documentation of the
jsonlibrary (specifically the exception raised whencheck_circular=False) into agreement with the test suitehttps://bugs.python.org/issue46001
https://bugs.python.org/issue46001