-
Notifications
You must be signed in to change notification settings - Fork 66
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 python3.11 _ModuleTarget _ScriptTarget compatibility #520
Conversation
Hi @tgy, with this commit I'm getting the following when running
|
It seems that the type comparison is not working. So I changed the code to use I'm seeing that pdbpp keeps restarting the program indefinitely. Seems weird. Can you guys debug on your side? |
I'm seeing the same error as before.. I'll try to have a harder look but dunno what's going on.. |
@blueyed any pointers on this one? It would be really nice (even necessary) to get this working again on 3.11.. Thanks in advance. |
Closing in favor of #521. |
(but let's run CI on it still) |
python -m pdb myscript.py
currently does not work under Python 3.11This fixes it, based on changes proposed by @blueyed in #516