Message11947

Author stefan.richthofer
Recipients Bejgum, stefan.richthofer
Date 2018-05-05.18:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525546047.52.0.682650639539.issue2676@psf.upfronthosting.co.za>
In-reply-to
Content
I found time to check bcrypt with JyNI myself by now. Unfortunately it turned out that bcrypt uses cffi, which is not yet supported by JyNI. (E.g. ctypes and cython work rather well...)
I hope we can add that support, but cannot tell when. cffi is actually high on the priority list, but requires buffer protocol support, which is a rather complex enhancement. See https://github.com/Stewori/JyNI/issues/26 for progress on this front.

Setting priority to low and Resolution to "remind", because JyNI is a somewhat separate project and this issue won't fix on Jython's domain. Could normally be a 'won't fix' from Jython perspective, but with remind we can keep track and can test again in future. Feel free to bring up the issue in JyNI's tracker on github.
History
Date User Action Args
2018-05-05 18:47:27stefan.richthofersetmessageid: <1525546047.52.0.682650639539.issue2676@psf.upfronthosting.co.za>
2018-05-05 18:47:27stefan.richthofersetrecipients: + stefan.richthofer, Bejgum
2018-05-05 18:47:27stefan.richthoferlinkissue2676 messages
2018-05-05 18:47:26stefan.richthofercreate