Message11941

Author stefan.richthofer
Recipients Bejgum, stefan.richthofer
Date 2018-05-02.18:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525284068.27.0.682650639539.issue2676@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like bcrypt is mostly written in C.
Jython does not support using C-extensions.
Interestingly, bcrypt states to run with PyPy, so it maybe contains a pure Python fallback, but fails to trigger it for Jython. You could look into the internals and see if a pure Python fallback exists and maybe trigger it manually by a monkeypatch of some flag.

You also might want to try JyNI, see jyni.org.
History
Date User Action Args
2018-05-02 18:01:08stefan.richthofersetmessageid: <1525284068.27.0.682650639539.issue2676@psf.upfronthosting.co.za>
2018-05-02 18:01:08stefan.richthofersetrecipients: + stefan.richthofer, Bejgum
2018-05-02 18:01:08stefan.richthoferlinkissue2676 messages
2018-05-02 18:01:08stefan.richthofercreate