Re: [pypy-dev] PyCodeObject incompatibility

2022-02-14 Thread Matti Picus
On 15/2/22 05:15, Dmitry Kovner wrote: Hi, again! First of all, thanks for the fast reply! The answer helped me a lot. However, during the porting of the extension to the awesome PyPy, I've got more questions: 1. The extension uses opcodes from cPython's opcode.h header file. (https://github.c

Re: [pypy-dev] PyCodeObject incompatibility

2022-02-14 Thread Dmitry Kovner
Hi, again! First of all, thanks for the fast reply! The answer helped me a lot. However, during the porting of the extension to the awesome PyPy, I've got more questions: 1. The extension uses opcodes from cPython's opcode.h header file. ( https://github.com/python/cpython/blob/8a84aef0123bd8c13cf8