[issue14803] Add feature to allow code execution prior to __main__ invocation

Serhiy Storchaka report at bugs.python.org
Tue May 15 13:05:01 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

For faulthandler and coverage would be more convenient option "-M" (run
module with __name__='__premain__' (or something of the sort) and
continue command line processing).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14803>
_______________________________________


More information about the Python-bugs-list mailing list