Changes by Greg Słodkowicz :
--
nosy: +Greg.Slodkowicz
___
Python tracker
<http://bugs.python.org/issue11553>
___
___
Python-bugs-list mailing list
Unsubscribe:
Greg Słodkowicz added the comment:
Thanks, Nick. Before your last comment, I haven't looked much into Pdb, instead
focusing on profile.py and trace.py because they looked like simpler cases. I
think the approach with CodeRunner objects would work just fine for profile and
trace but Pdb
Greg Słodkowicz added the comment:
Following Nick's advice, I extended runpy.run_module to accept an extra
parameter to be used as replacement __main__ namespace.
Having this, I can make this temporary __main__ accessible in main() in modules
like trace/profile/pdb even if module exec
Changes by Greg Słodkowicz :
--
nosy: +Greg.Slodkowicz
___
Python tracker
<http://bugs.python.org/issue9325>
___
___
Python-bugs-list mailing list
Unsubscribe:
Greg Słodkowicz added the comment:
Doesn't breaking installation of packages on a major platform warrant a quicker
release of a fix?
--
nosy: +Greg.Slodkowicz
___
Python tracker
<http://bugs.python.org/i