Hi, On Tue, Sep 8, 2015 at 9:20 AM, Yicong Huang <hengha....@gmail.com> wrote: > Here are the output of gdb "info threads". We didn't call > "pypy_init_threads()" or "pypy_thread_attach()" in the code.
Well, then. Read again the documentation for these two functions: you need to call them if your program is going to call Python code in more than just one thread. Armin _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev