Armin Rigo <[email protected]> added the comment: It's missing the support for PY_SSIZE_T_CLEAN and always calling the non-size_t-versions. Here, bcrypt_python.c starts with #define PY_SSIZE_T_CLEAN (which is indeed the recommended thing to do). Needs to be fixed by adding some #ifdefs to pypy/module/cpyext/{include,src}/
---------- nosy: +arigo status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1569> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
