Issue2053

classification
Title: It should be possible to re-initialise PySystemState
Type: behaviour Severity: normal
Components: Core Versions: Jython 2.5
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: philipa, zyasoft
Priority: low Keywords:

Created on 2013-05-18.10:57:34 by philipa, last changed 2014-10-05.16:42:32 by zyasoft.

Messages
msg8021 (view) Author: Philip Aston (philipa) Date: 2013-05-18.10:57:34
Can I have a PySystemState.setInitialized(boolean b) {initialized = b} ?

I want to force the re-initialisation for unit testing purposes. Re-loading everything in a new classloader is inconvenient.
msg9070 (view) Author: Jim Baker (zyasoft) Date: 2014-10-05.16:42:32
Defer to 2.7.1 or later
History
Date User Action Args
2014-10-05 16:42:32zyasoftsetpriority: low
messages: + msg9070
2014-07-05 02:41:55zyasoftsetnosy: + zyasoft
2013-05-19 15:05:04philipasetversions: + Jython 2.5, - Jython 2.7
2013-05-18 10:57:34philipacreate