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 terry.reedy
Recipients markroseman, terry.reedy
Date 2015-10-30.05:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446184075.87.0.190141550877.issue25507@psf.upfronthosting.co.za>
In-reply-to
Content
The subprocess command is built in PyShell.ModifiedInterpreter method build_subprocess_arglist (l.404). It imports run and calls run.main(args).

The test for this issue would be to import run and check that sys.modules does not contain configHandler and that tkinter does not contain any of its possible submodules.
History
Date User Action Args
2015-10-30 05:47:55terry.reedysetrecipients: + terry.reedy, markroseman
2015-10-30 05:47:55terry.reedysetmessageid: <1446184075.87.0.190141550877.issue25507@psf.upfronthosting.co.za>
2015-10-30 05:47:55terry.reedylinkissue25507 messages
2015-10-30 05:47:55terry.reedycreate