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

How to compile pydevd_frame_evaluator.c in Python 3.11? #238

Closed
juliangilbey opened this issue Nov 15, 2022 · 3 comments
Closed

How to compile pydevd_frame_evaluator.c in Python 3.11? #238

juliangilbey opened this issue Nov 15, 2022 · 3 comments

Comments

@juliangilbey
Copy link
Contributor

Debian has just added Python 3.11 to its unstable distribution as a supported version of Python. Unfortunately this breaks the pydevd and debugpy builds because of this unresolved TODO:

# TODO: Things are in a different place for Python 3.11.

Do you have any suggestions of how to address this so that these packages can continue to be compiled?

Thanks!

@juliangilbey
Copy link
Contributor Author

I spoke too quickly; I had a look at the problem and figured out how to solve it. PR now submitted!

@juliangilbey
Copy link
Contributor Author

Oh, I'm wrong. It's part of the solution, but far from complete. I'll write more on microsoft/debugpy#939 as I realise that's where you're mainly working.

@fabioz
Copy link
Owner

fabioz commented Nov 17, 2022

The frame eval mode is not supposed to be compiled on Python 3.11 right now (see comment on: microsoft/debugpy#939 (comment))

@fabioz fabioz closed this as completed Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants