getsentry / sentry-python

The official Python SDK for Sentry.io
https://sentry.io/for/python/
MIT License
1.92k stars 507 forks source link

Support GIL-less Python 3.13 #3581

Open sentrivana opened 1 month ago

sentrivana commented 1 month ago

There's an experimental build of Python 3.13 with the GIL disabled. We should investigate how the SDK behaves on it, and ideally also run the tests against it in CI.

szokeasaurusrex commented 1 month ago

cool!

antonpirker commented 1 month ago

Yes, we could run our test suite against nogil Python. Here are also some more information that are helpful: https://drew.silcock.dev/blog/everything-you-need-to-know-about-python-3-13/