0

PyPy is a good interpreter compared with CPython. However, PyPy is incompatible with several packages and extremely slow when there are some requirements that need executing dynamically generated code. Therefore, is there any possible solution to call PyPy through CPython? In this way, I can only run some performance-sensitive codes in PyPy and continually run other codes in CPython.

DavidW
  • 29,336
  • 6
  • 55
  • 86
HZ-VUW
  • 842
  • 9
  • 20
  • Are you mixing up CPython and Cython? – ead Oct 27 '20 at 09:34
  • Sorry, I was confused about the definition of CPython and Cython. I have updated the problem description. – HZ-VUW Oct 27 '20 at 09:38
  • The two duplicates I've linked describe attempts to do this both ways round. The answer is "not really/not easily/not in a well-integrated way" – DavidW Oct 27 '20 at 10:25

0 Answers0