sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Support GIL-less Python 3.13

Open sentrivana opened this issue 1 year ago • 2 comments

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.

sentrivana avatar Sep 27 '24 11:09 sentrivana

cool!

szokeasaurusrex avatar Sep 27 '24 11:09 szokeasaurusrex

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/

antonpirker avatar Sep 30 '24 07:09 antonpirker