summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMario Corchero <mariocj89@gmail.com>2018-01-06 07:53:05 +0000
committerNick Coghlan <ncoghlan@gmail.com>2018-01-06 17:53:05 +1000
commit9f1e5f1b7f074e026843a5d70834233a95a6bf9d (patch)
tree80ec106fce0fcac6825a310881e4eb102aae7e9f /Python/pythonrun.c
parent735ae8d139a673b30b321dc10acfd3d14f0d633b (diff)
downloadcpython-git-9f1e5f1b7f074e026843a5d70834233a95a6bf9d.tar.gz
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions