Skip to content

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

Merged
youknowone merged 1 commit intoRustPython:mainfrom
buciuMT:main
Nov 26, 2024
Merged

Fix compile error when using vm-tracing-logging#5436
youknowone merged 1 commit intoRustPython:mainfrom
buciuMT:main

Conversation

@buciuMT
Copy link
Copy Markdown
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
Copy Markdown
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!

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