samuelcolvin / python-devtools

Dev tools for python
https://python-devtools.helpmanual.io/
MIT License
985 stars 47 forks source link

debug is broken for multiple statements in python 3.8 #56

Closed samuelcolvin closed 4 years ago

samuelcolvin commented 4 years ago

This is due to https://bugs.python.org/issue38283.

Very frustrating that the change log didn't mention that sys._getframe() behaviour had changed and that no work around is provided to resolve this.