inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.99k stars 229 forks source link

Fix test_executable_lines for Python 3.11 #535

Closed frenzymadness closed 2 years ago

frenzymadness commented 2 years ago

See changes in CPython https://github.com/python/cpython/pull/94562 https://peps.python.org/pep-0626/

inducer commented 2 years ago

Thanks! This looks good, but could you address the linter failure?

frenzymadness commented 2 years ago

Should be okay now.

inducer commented 2 years ago

Thanks!