Source: mayavi2
Version: 4.8.0-1.1
Severity: serious
Forwarded: https://github.com/enthought/mayavi/pull/1199

https://buildd.debian.org/status/fetch.php?pkg=mayavi2&arch=amd64&ver=4.8.0-1.1%2Bb1&stamp=1672941910&raw=0

...
tvtk/src/array_ext.c:2313:15: error: too few arguments to function ‘PyCode_New’
 2313 |     py_code = PyCode_New(
      |               ^~~~~~~~~~
/usr/include/python3.11/cpython/code.h:148:28: note: declared here
  148 | PyAPI_FUNC(PyCodeObject *) PyCode_New(
      |                            ^~~~~~~~~~
tvtk/src/array_ext.c:2340:13: error: invalid use of incomplete typedef 
‘PyFrameObject’ {aka ‘struct _frame’}
 2340 |     py_frame->f_lineno = __pyx_lineno;
      |             ^~
...

Reply via email to