Debugging class with modified __getattribute__
freezes debugpy
#1832
Labels
Fixed in next release
This issue has been fixed, but won't be available to customers until the next release.
needs repro
Issue has not been reproduced yet
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
ms-python.debugpy-2025.0.0-win32-x64
Actual behavior
debugpy
throws an errorExpected behavior
It should not raise an error in
debugpy
or cause VS Code debugging to freeze.Steps to reproduce:
print()
This bug was first observed in real-world code (see: mikf/gallery-dl#6582 (comment)), and I then created a minimal reproducible example based on it.
The text was updated successfully, but these errors were encountered: