Message305716
| Author | ncoghlan |
|---|---|
| Recipients | Greg.Slodkowicz, Segev Finer, belopolsky, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, ncoghlan, piotr.dobrogost, terry.reedy |
| Date | 2017-11-07.07:55:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510041302.44.0.213398074469.issue9325@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Issue 21862 is a related issue specifically for the cProfile module. In that case, cProfile's command line invocation *doesn't* use the main module, so the patch is able to just create a synthetic call to runpy.run_module as a string and compile that as the code to be profiled. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-07 07:55:02 | ncoghlan | set | recipients: + ncoghlan, georg.brandl, terry.reedy, belopolsky, giampaolo.rodola, eric.araujo, Greg.Slodkowicz, eric.snow, piotr.dobrogost, Segev Finer |
| 2017-11-07 07:55:02 | ncoghlan | set | messageid: <1510041302.44.0.213398074469.issue9325@psf.upfronthosting.co.za> |
| 2017-11-07 07:55:02 | ncoghlan | link | issue9325 messages |
| 2017-11-07 07:55:02 | ncoghlan | create | |