Skip to content

Conversation

@karolinepauls
Copy link
Contributor

@karolinepauls karolinepauls commented Feb 29, 2024

Regular methods and classmethods supported. No support for static methods. This is because the frame object doesn't refer to the function, only its code, which leaves no other option than to try to find self or cls in locals. The alternative of using the gc module is horrendously slow even in the same process and also impractical in a remote process.

I was experiencing unaligned memory reads in coredump::test::test_coredump locally, unrelated to my changes. I fixed it in a separate PR.

image

it works in the record mode:
image

@karolinepauls karolinepauls force-pushed the include-class-name branch 2 times, most recently from af526d3 to 4994379 Compare March 9, 2024 19:57
@karolinepauls karolinepauls marked this pull request as ready for review March 9, 2024 20:17
Regular methods and classmethods supported. No support for static methods.
This is because the frame object doesn't refer to the function, only its
code, which leaves no other option than to try to find `self` or `cls`
in locals. The alternative of using the `gc` module is horrendously slow
even in the same process and also impractical in a remote process.
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.

1 participant