Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for encoding/decoding highly recursive messages #646

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

jcrist
Copy link
Owner

@jcrist jcrist commented Feb 22, 2024

This adds a test case found in the orjson repo to ensure that we properly respect recursion limits when encoding or decoding deeply recursive messages.

No code change is needed at this time, we properly manage recursion limits already.

Recent GitHub infrastructure changes require a new `cibuildwheel`
release.
This adds a test case found in the `orjson` repo to ensure that we
properly respect recursion limits when encoding or decoding deeply
recursive messages.

No code change is needed at this time, we properly manage recursion
limits already.
@jcrist jcrist force-pushed the add-recursion-test-from-orjson branch from 1ec3341 to dffcc07 Compare February 22, 2024 23:17
@jcrist jcrist merged commit ac3ea04 into main Feb 22, 2024
8 checks passed
@jcrist jcrist deleted the add-recursion-test-from-orjson branch February 22, 2024 23:26
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