benfred / py-spy

Sampling profiler for Python programs
MIT License
12.13k stars 401 forks source link

Test `--native` option in CI #640

Open benfred opened 7 months ago

benfred commented 7 months ago

We've had some issues with getting the native stack traces recently - especially on python 3.11 https://github.com/benfred/py-spy/pull/635

This isn't being tested as part of CI process right now, and we should add a basic test to the the python tests/integration_test.py script which will get run for all versions of python in GHA as part of the test-wheels step.