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

Commits on Jun 21, 2023

  1. Drop Cython tracing from tests

    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 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5fbbecc View commit details
    Browse the repository at this point in the history