-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python 3.13 Support #708
Python 3.13 Support #708
Conversation
Exciting! Happy to review this when it's ready, if you want. |
@zanieb - that would be great, I'd appreciate it! I'll ping you when its ready |
This doesn't fully handle freethreaded/nogil python interpreters - but I'm leaning towards handling that in a separate PR and getting this merged in first - tracked in #711 . One other issue is that the @zanieb fyi |
Cool I'll review this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think my review is worth much, but I didn't see anything concerning.
Initial support for python 3.13 . This works as far as getting basic stack traces from python 3.13 programs, but there are still some remaining tasks:
PyCodeObject
nogil interpreters(Support free-threaded python 3.13+ #711)