benfred / py-spy

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

Python 3.11 Support is broken on OSX #536

Open benfred opened 1 year ago

benfred commented 1 year ago

We added python3.11 support based on a pre-release version of python 3.11 - but the released version doesn't seem to work in OSX , and is blocking PR's like https://github.com/benfred/py-spy/pull/533

benfred commented 1 year ago

It seems like the issues in GHA might be related to SIP on OSX - building python from source myself and I can profile python 3.11 on OSX