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

pkdebug: automatically restrict argument size #36

Closed
robnagler opened this issue Mar 27, 2019 · 2 comments
Closed

pkdebug: automatically restrict argument size #36

robnagler opened this issue Mar 27, 2019 · 2 comments
Assignees

Comments

@robnagler
Copy link
Member

This is tricky, because we are using str.format, but we should avoid massive output due to large (and possibly recursive) data structures.

@robnagler
Copy link
Member Author

Note: we need to respect __str__ and __repr__ in conversions. This is tricky with subclasess of PKDict

@robnagler
Copy link
Member Author

Done

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

No branches or pull requests

1 participant