Message11941
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. |
|
Date |
User |
Action |
Args |
2018-05-02 18:01:08 | stefan.richthofer | set | messageid: <1525284068.27.0.682650639539.issue2676@psf.upfronthosting.co.za> |
2018-05-02 18:01:08 | stefan.richthofer | set | recipients:
+ stefan.richthofer, Bejgum |
2018-05-02 18:01:08 | stefan.richthofer | link | issue2676 messages |
2018-05-02 18:01:08 | stefan.richthofer | create | |
|