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

[sys.monitoring] safe repr - collections #1448

Closed
10 tasks
Tracked by #1440
int19h opened this issue Nov 16, 2023 · 1 comment
Closed
10 tasks
Tracked by #1440

[sys.monitoring] safe repr - collections #1448

int19h opened this issue Nov 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@int19h
Copy link
Contributor

int19h commented Nov 16, 2023

Implementing safe-repr for standard Python collections. The output should follow the standard repr() output for them while intelligently using ellipsis to exclude enough parts to fit within the specified length limits. It should also safely handle recursive collections (those that directly or indirectly include themselves as items).

Tasks

@judej
Copy link

judej commented Oct 17, 2024

shelving work for sys.monitoring implmentation for now

@judej judej closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants