Skip to content

Fix compile error when using vm-tracing-logging #5436

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

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

buciuMT
Copy link
Contributor

@buciuMT buciuMT commented Nov 10, 2024

While trying to fix #5355, I stumbled upon a compile error when the vm-tracing-logging feature is enabled.

This PR fixes the above mentioned compile error.

One other thing that came up, is that /vm/src/protocol/object.rs#L172 generates very long traces and I think that it would be a good idea to use another format since it prints all the data of self and value.

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit 4910b30 into RustPython:main Nov 26, 2024
11 checks passed
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.

Inconsist with cpython in deleting __dict__
2 participants