Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.11 support #514

Merged
merged 13 commits into from
Sep 5, 2022
Merged

Python 3.11 support #514

merged 13 commits into from
Sep 5, 2022

Conversation

benfred
Copy link
Owner

@benfred benfred commented Aug 4, 2022

Add support for profiling python 3.11

Currently this PR will let you connect up to python 3.11.0b5, however not all options are currently working and this PR is still a work in progress. Things left to do to before this is ready to merge:

  • Fix line number calculation.
  • Fix dictionary access - to allow thread names and local variables in dump.
  • Generate gilstate offsets for
    • x86 linux
    • armv7 linux
    • aarch64 linux
    • x86_64 linux
    • freebsd
    • osx
    • windows

@benfred benfred marked this pull request as draft August 4, 2022 00:47
@benfred benfred marked this pull request as ready for review September 5, 2022 20:26
@benfred benfred added the enhancement New feature or request label Sep 5, 2022
@benfred benfred merged commit fb6515d into master Sep 5, 2022
@benfred benfred deleted the python_3.11 branch September 5, 2022 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant