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 mikekap
Recipients eric.snow, mikekap, ncoghlan
Date 2016-02-22.22:02:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456178524.04.0.218168281743.issue26388@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like by signed CLA just made it through, so that should be settled.

For the other bugs, it seems that overloading run_module & run_path seems to be getting a bit cumbersome, so it might make sense to have some sort of Runner object that has things like `Runner(module=..., code=..., path=...)` and then has properties like `argv = ...`, `module_dict = ...` and maybe attributes for the loader and the filepath. "Advanced" usage can use that over the vanilla run_module & run_path.

Either way, I think that's outside the scope of this change. Unfortunately this is already shaving a yak for me (https://github.com/facebook/buck/pull/651#issuecomment-185030156) and I'd rather not go deeper.
History
Date User Action Args
2016-02-22 22:02:04mikekapsetrecipients: + mikekap, ncoghlan, eric.snow
2016-02-22 22:02:04mikekapsetmessageid: <1456178524.04.0.218168281743.issue26388@psf.upfronthosting.co.za>
2016-02-22 22:02:04mikekaplinkissue26388 messages
2016-02-22 22:02:03mikekapcreate