Package: src:breezy
Version: 3.0.1-6
Severity: important
Tags: sid bullseye
User: [email protected]
Usertags: python3.8

breezy fails when trying to build for python 3.8:


breezy/_simple_set_pyx.c:318:11: error: too many arguments to function 
‘PyCode_New’
318 | PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
      |           ^~~~~~~~~~
breezy/_simple_set_pyx.c:8604:15: note: in expansion of macro ‘__Pyx_PyCode_New’
 8604 |     py_code = __Pyx_PyCode_New(
      |               ^~~~~~~~~~~~~~~~
In file included from /usr/include/python3.8/compile.h:5,
                 from /usr/include/python3.8/Python.h:138,
                 from breezy/_simple_set_pyx.c:4:
/usr/include/python3.8/code.h:122:28: note: declared here
  122 | PyAPI_FUNC(PyCodeObject *) PyCode_New(
      |                            ^~~~~~~~~~

  Cannot build extension "breezy._simple_set_pyx".
Use "build_ext --allow-python-fallback" to use slower python implementations instead.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Reply via email to