New submission from ming <[email protected]>: I was using cffi callback to call my python function from my c library; it works fine when they are all in one thread, but it crashes when my c library create a new thread and do the "callback" in new thread.
---------- files: test.py messages: 5626 nosy: huming, pypy-issue priority: critical status: unread title: cffi callback crashes in multithread environment ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1465> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
