Issue701874

classification
Title: recursive Jython launcher
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, pedronis, trelony
Priority: normal Keywords: patch

Created on 2003-03-12.00:12:53 by trelony, last changed 2007-12-03.16:57:25 by trelony.

Files
File name Uploaded Description Edit Remove
launcher.java trelony, 2003-03-12.00:14:05 org.python.util.launcher
Messages
msg2291 (view) Author: Alexey N. Solofnenko (trelony) Date: 2003-03-12.00:12:53
Currently it is not possible to run Jython that
executes other Jython scripts in the same process -
command line arguments cannot be set in the inner
invocations. The proposed class provides a work around
that problem by creating a separate PySystemState for
each invocation.
msg2292 (view) Author: Samuele Pedroni (pedronis) Date: 2005-01-09.19:40:26
Logged In: YES 
user_id=61408

this seems a helper. The purpose of this should be discussed
on jython-dev. 

Generic considerations: helpers are nice if they cover a
general use-case, but there's also the maintaince costs, I'm
also wondering whether instead of all of this kind of stuff
into util to have a org.python.contrib for some of the thing
already in util. We may copy them and deprecate the version
in util. 
msg2293 (view) Author: Charlie Groves (cgroves) Date: 2007-12-02.22:28:05
Doesn't seem like there's been any demand for this.
msg2294 (view) Author: Alexey N. Solofnenko (trelony) Date: 2007-12-03.16:57:25
Because of that I have to run a patched version of Jython myself. I have been running it for 4 years now and I have no problem running it further.
History
Date User Action Args
2003-03-12 00:12:53trelonycreate