原文:When embedding CPython in Java, why does this hang?
I m embedding CPython into a JVM using Jepp, but when I run import numpy; numpy.finfo(float) the process hangs. gdb says something s blocking a semaphore/lock acquisition, and the stack trace ...