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 jaraco
Recipients iritkatriel, jaraco
Date 2021-07-18.13:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626615536.63.0.000141061998967.issue44554@roundup.psfhosted.org>
In-reply-to
Content
Additional problems I noticed while working on the refactor:

- There is a lot of overlap in behavior between the implementations of _run_script and _run_module (initializing private variables, setting mainpyfile, resetting the __main__ namespace).

- There are two block comments in _run_script whose behaviors apply to _run_module as well, but the block comments are not associated with those behaviors in _run_module.
History
Date User Action Args
2021-07-18 13:38:56jaracosetrecipients: + jaraco, iritkatriel
2021-07-18 13:38:56jaracosetmessageid: <1626615536.63.0.000141061998967.issue44554@roundup.psfhosted.org>
2021-07-18 13:38:56jaracolinkissue44554 messages
2021-07-18 13:38:56jaracocreate