Message427

Author pedronis
Recipients
Date 2001-10-15.22:18:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

This would have been a feature request not a bug ;) but
systemState can already be made instance specific
with a ctr call of the form:

new PythonInterpreter(null,new PySystemState())

also that specifies an explicit PySystemState instance.

What is static or not in PySystemState it's another matter -
that can be discussed.
History
Date User Action Args
2008-02-20 17:16:54adminlinkissue471481 messages
2008-02-20 17:16:54admincreate