This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mariocj89
Recipients Greg.Slodkowicz, Segev Finer, belopolsky, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, mariocj89, ncoghlan, piotr.dobrogost, terry.reedy
Date 2018-01-10.21:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515619240.33.0.467229070634.issue9325@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Nick. I've sent patches for all of them but `dis`.

`dis` does not "run" the code.
Adding the -m option is basically identical to just running it on the __main__.py if the module is runnable or on the __init__ if it is not.

If you think there is still value on that, I am happy to send a PR for it.
History
Date User Action Args
2018-01-10 21:20:40mariocj89setrecipients: + mariocj89, georg.brandl, terry.reedy, ncoghlan, belopolsky, giampaolo.rodola, eric.araujo, Greg.Slodkowicz, eric.snow, piotr.dobrogost, Segev Finer
2018-01-10 21:20:40mariocj89setmessageid: <1515619240.33.0.467229070634.issue9325@psf.upfronthosting.co.za>
2018-01-10 21:20:40mariocj89linkissue9325 messages
2018-01-10 21:20:40mariocj89create