We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iter_errors
import jsonschema_rs schema = {"type": "integer"} instance = "" for _ in range(100000): list(jsonschema_rs.iter_errors(schema, instance))
It looks like ValidationError instances are not deallocated
ValidationError
The text was updated successfully, but these errors were encountered:
Fixed in upstream - PyO3/pyo3#2026
Will update the dependency once the new version is released
Sorry, something went wrong.
Closing this as PyO3 was updated to 0.16.4
PyO3
0.16.4
No branches or pull requests
It looks like
ValidationError
instances are not deallocatedThe text was updated successfully, but these errors were encountered: