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 r.david.murray
Recipients Ramchandra Apte, eric.snow, r.david.murray
Date 2012-10-17.12:16:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350476215.66.0.219109863369.issue16259@psf.upfronthosting.co.za>
In-reply-to
Content
That's a safe use of exec, since the name is coming from a loaded module and not from user input.  Still, load_module would be cleaner.

However, the real fix is to just delete that code.  It is dead code...we always pass the indirect_test argument to dash_R.
History
Date User Action Args
2012-10-17 12:16:55r.david.murraysetrecipients: + r.david.murray, eric.snow, Ramchandra Apte
2012-10-17 12:16:55r.david.murraysetmessageid: <1350476215.66.0.219109863369.issue16259@psf.upfronthosting.co.za>
2012-10-17 12:16:55r.david.murraylinkissue16259 messages
2012-10-17 12:16:55r.david.murraycreate