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

Fix debug-attach and profiling for Python 3.6 #1648

Closed
zooba opened this issue Sep 19, 2016 · 0 comments
Closed

Fix debug-attach and profiling for Python 3.6 #1648

zooba opened this issue Sep 19, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@zooba
Copy link
Member

zooba commented Sep 19, 2016

Because CPython 3.6 has different layouts of internal structures, we need to update our native code to handle it.

Otherwise, Debug Attach and profiling will not work.

@zooba zooba added this to the 3.0 milestone Sep 19, 2016
@zooba zooba self-assigned this Sep 19, 2016
zooba added a commit that referenced this issue Sep 22, 2016
Fixes #1648 Fix debug-attach and profiling for Python 3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant