]> granicus.if.org Git - python/commit
Add option to trace to run modules (GH-5134)
authorMario Corchero <mariocj89@gmail.com>
Sat, 1 Jun 2019 04:49:10 +0000 (05:49 +0100)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 1 Jun 2019 04:49:09 +0000 (14:49 +1000)
commit354227a1e90036d8c1481a211746de912c6c7c33
treed6f17c6225b1dc76f7bae5b8399df63f3f289358
parent664fe3996f7e05ae351526f02b21504bb065bcf8
Add option to trace to run modules (GH-5134)

Adds a new option in trace that allows tracing runnable modules. It is
exposed as `--module module_name` as `-m` is already in use for another
argument.
Doc/library/trace.rst
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2018-01-07-21-04-50.bpo-32515.D8_Wcb.rst [new file with mode: 0644]