gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

Make ipdb work with consolidated Pdb._run() #258

Closed nphilipp closed 1 year ago

nphilipp commented 1 year ago

In Python 3.11, the _runmodule() and _runscript() methods of Pdb were consolidated into _run(). Specifying the use case is by wrapping the module or file name in _ModuleTarget or _ScriptTarget, respectively.

Signed-off-by: Nils Philippsen nils@redhat.com

gotcha commented 1 year ago

Your has been included in master. See 546ebce8c6371652f8cb00996b1a48eebb9d38d0

Thanks

gotcha commented 1 year ago

Released in https://pypi.org/project/ipdb/0.13.10/