Message12562

Author jeff.allen
Recipients jeff.allen
Date 2019-06-21.21:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561154279.32.0.684525389403.issue2780@roundup.psfhosted.org>
In-reply-to
Content
Our implementation of ctypes sits on top of jffi. We upgrade the JARs occasionally, but unfortunately, the code on our side is 10 years old. Except in a few of the source files, I have not found a shred of documentation.

ctypes doesn't get exercised in the regression tests, because test_ctypes does not find a module _ctypes. If I dig out ctypes.tests.runtests specially from lib-python, it fails in a way that suggests ctypes moved on from Python 2.5 and ours didn't. So I think the fix is to enable test_ctypes for Jython, then work off the failures.

I bring this up because of https://github.com/jythontools/jython/issues/147, which we should fix at the same time. If it had been tested, I would have noticed the bug when futzing around in my Chinese persona.

As this is a late arrival, and we've managed so far, I'm inclined to leave it to 2.7.3.
History
Date User Action Args
2019-06-21 21:57:59jeff.allensetrecipients: + jeff.allen
2019-06-21 21:57:59jeff.allensetmessageid: <1561154279.32.0.684525389403.issue2780@roundup.psfhosted.org>
2019-06-21 21:57:59jeff.allenlinkissue2780 messages
2019-06-21 21:57:59jeff.allencreate