Re: [pypy-dev] PyCodeObject incompatibility

2022-02-14 Thread Dmitry Kovner
egards, Dmitrii чт, 10 февр. 2022 г. в 23:07, Armin Rigo : > Hi, > > On Thu, 10 Feb 2022 at 14:03, Dmitry Kovner wrote: > > Hello! I'm trying to build a low-level C API extension of cPython to be > used in PyPy. The extension extensively uses some fields of PyCodeObject

[pypy-dev] PyCodeObject incompatibility

2022-02-10 Thread Dmitry Kovner
Hello! I'm trying to build a low-level C API extension of cPython to be used in PyPy. The extension extensively uses some fields of PyCodeObject ( https://github.com/python/cpython/blob/f87e616af038ee8963185e11b96841c81e8ef15a/Include/code.h#L23): co_firstlineno, co_stacksize, co_consts and so on.