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

Drop Cython tracing from tests #408

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

godlygeek
Copy link
Contributor

A private Cython module used by our test suite still asks Cython to enable tracing and profiling support, even though we no longer need or make use of the artificial frames it supports (in fact, we deliberately detect and ignore these artificial frames).

Tell Cython to stop producing them. This lets Memray build on Python 3.12, for which Cython does not yet support profiling or tracing.

A private Cython module used by our test suite still asks Cython to
enable tracing and profiling support, even though we no longer need or
make use of the artificial frames it supports (in fact, we deliberately
detect and ignore these artificial frames).

Tell Cython to stop producing them. This lets Memray build on Python
3.12, for which Cython does not yet support profiling or tracing.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Jun 21, 2023
@pablogsal pablogsal merged commit 9e5d28c into bloomberg:main Jun 21, 2023
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants