Update of /cvsroot/jython/jython
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8926
Modified Files:
registry
Log Message:
Modified:
multi classloader support (I)
* Proxies retrieve classes for return-type conversions from their classloaders.
* BytecodeLoaders are setup with a set of referents and look for classes
first through the sys.path loader and then through the loaders of the referents.
makeup
* Added specific SyspathJavaLoader loader class.
* - python.options.extendedClassLoader
Index: registry
===================================================================
RCS file: /cvsroot/jython/jython/registry,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** registry 2000/12/06 21:09:23 2.8
--- registry 2000/12/15 03:19:00 2.9
***************
*** 25,33 ****
python.options.compileClass = false
- # Allow Jython's classloader to find and load .class files on
- # sys.path. This only happens for anonymous inner classes, but may
- # have unintended side-effects. This option is temporary.
- python.options.extendedClassLoader = true
-
# Set verbosity to error, warning, message, comment, or debug
# for varying levels of informative messages from Jython
--- 25,28 ----
|