9bd9593 to
b91cbb4
Compare
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.
|
@ncoghlan @pablogsal do you think it is worth getting this before the 3.8 cut on Monday? It is the last module missing for https://bugs.python.org/issue9325 🎉 I've pushed a small change I noticed, argv was being set as a tuple, not a list. (So cool, I was debugging it as |
|
Thanks for the ping, and yep, sounds like a good idea to me :) |
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.
Adds a new option in
tracethat allows tracing runnable modules.If you find it appropriate I can add some further tests that verify things like:
https://bugs.python.org/issue32515