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

Debug-Attach to Python 3.5.1 #1064

Closed
zooba opened this issue Jan 20, 2016 · 0 comments
Closed

Debug-Attach to Python 3.5.1 #1064

zooba opened this issue Jan 20, 2016 · 0 comments
Labels
Milestone

Comments

@zooba
Copy link
Member

zooba commented Jan 20, 2016

See https://hg.python.org/cpython/rev/f9461f1e0559

We need to have a fallback to the new _PyThreadState_UncheckedGet function now that this variable is no longer exposed.

@zooba zooba added this to the 2.2.3 milestone Jan 20, 2016
zooba added a commit to zooba/PTVS that referenced this issue Mar 2, 2016
Enables attaching to Python 3.5
Uses new _PyThreadState_UncheckedGet function in place of _PyThreadState_Current data when available.
zooba added a commit that referenced this issue Mar 2, 2016
Fixes #1064 Debug-Attach to Python 3.5
@zooba zooba closed this as completed Mar 2, 2016
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