Message96

Author bckfnn
Recipients
Date 2000-11-26.15:41:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There are natural upper limites for the size of code objects, namely the limites of the JVM. Each code object becomes one java method and each python module becomes one java class. The limites that exists for java class and java methods also exists for jython.
History
Date User Action Args
2008-02-20 17:16:40adminlinkissue222825 messages
2008-02-20 17:16:40admincreate