Skip to content

Fix a RecursionError that occurs with deeply-nested request bodies - #1423

Open
kurtmckee wants to merge 2 commits into
mainfrom
fix-recursion-errors
Open

Fix a RecursionError that occurs with deeply-nested request bodies#1423
kurtmckee wants to merge 2 commits into
mainfrom
fix-recursion-errors

Conversation

@kurtmckee

Copy link
Copy Markdown
Member

Note

This issue was discovered while testing a service release.

The first commit, which introduces a test that demonstrates the problem, takes over 7 seconds locally to eventually throw RecursionError.

The second commit, which eliminates recursion entirely, makes the test succeed in 0.04 seconds.

Fixed

  • Fix a RecursionError that occurs with deeply-nested request bodies.

@kurtmckee
kurtmckee force-pushed the fix-recursion-errors branch from c3fdd5c to a664337 Compare August 31, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant