bpo-32206: Pdb can now run modules (GH-4752)
Add a new argument "-m" to the pdb module to allow users to run `python -m pdb -m my_module_name`. This relies on private APIs in the runpy module to work, but we can get away with that since they're both part of the standard library and can be updated together if the runpy internals get refactored.
M
Mario Corchero committed
9f1e5f1b7f074e026843a5d70834233a95a6bf9d
Parent: 735ae8d
Committed by Nick Coghlan <ncoghlan@gmail.com>
on 1/6/2018, 7:53:05 AM