Message1462

Author cgroves
Recipients
Date 2007-02-16.06:25:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's nice to see you digging into the code Pekka.  

It does sound like you've pinpointed the problem in join.  To test it out, you can modify the indented section past expose_meth: join o to be the fixed java code you've suggested.  Then run 'python gexpose.py str.expose ../org/python/core/PyString.java'  from the templates directory.  That'll update PyString.java with your changes.  After that it's just a matter of running a development copy of jython as described in http://wiki.python.org/jython/JythonDeveloperGuide  I'll probably get to this for beta2, but patches always speed things along.
History
Date User Action Args
2008-02-20 17:17:43adminlinkissue1659819 messages
2008-02-20 17:17:43admincreate