[Patches] [ python-Patches-440407 ] Remote execution patch for IDLE

noreply@sourceforge.net noreply@sourceforge.net
Sat, 09 Mar 2002 06:19:46 -0800


Patches item #440407, was opened at 2001-07-11 09:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440407&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: Out of Date
Priority: 3
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Guido van Rossum (gvanrossum)
Summary: Remote execution patch for IDLE

Initial Comment:
This is the code I have for the remote execution
patch.  (Remote execution must be enabled with an
explicit command line argument -r.)

Caveats:

- undocumented
- slow
- security issue: the subprocess should not be the
server but the client, to prevent a hacker from gaining
access

This should apply cleanly against IDLE as currently
checked into the Python CVS tree.

I don't want to check this in yet because of the
security issue, and I don't have time to work on it. I
hope the idlefork project will pick this up though and
address the issues above.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-09 09:19

Message:
Logged In: YES 
user_id=6380

No, the IDLEfork project has stalled except for tweaking the
configuration code (which would be good to merge into the
Python IDLE  tree when it's ready).  I expect the patch
failure is shallow so I won't bother fixing it.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-03-09 06:02

Message:
Logged In: YES 
user_id=21627

It appears the patch is slightly outdated now, atleast the
chunk removing set_break does not apply anymore.

Has this been integrated to idlefork?

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-11 09:38

Message:
Logged In: YES 
user_id=6380

Uploading the patch again.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440407&group_id=5470