Message2933

Author mehendran
Recipients
Date 2007-10-17.13:18:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
globals() builtin function returns StringMap in jython, but dict type in CPython.
So I relaxed the condition as in the following.

541 if (globals != null && 
542    !(globals instanceof PyDictionary || globals instanceof PyStringMap)) {
       ----
       ----
547 }
History
Date User Action Args
2008-02-20 17:18:52adminlinkissue1815116 messages
2008-02-20 17:18:52admincreate