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 Daniel.Farina
Recipients Daniel.Farina, Mark.Shannon, alex, benjamin.peterson, rhettinger, terry.reedy
Date 2013-09-04.06:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378275125.45.0.717032008066.issue14903@psf.upfronthosting.co.za>
In-reply-to
Content
Attached.  The program's function is to take a base64 encoded string and arguments as input and then to materialize this program on disk and run it with its arguments.

Notably, this one contains no socket interaction at all, unlike the other examples, which narrows the cause quite a bit.  It is run via 'ssh'.  Like the other case, it's during module dictionary set-up.
History
Date User Action Args
2013-09-04 06:12:05Daniel.Farinasetrecipients: + Daniel.Farina, rhettinger, terry.reedy, benjamin.peterson, alex, Mark.Shannon
2013-09-04 06:12:05Daniel.Farinasetmessageid: <1378275125.45.0.717032008066.issue14903@psf.upfronthosting.co.za>
2013-09-04 06:12:05Daniel.Farinalinkissue14903 messages
2013-09-04 06:12:05Daniel.Farinacreate