Package: python3-coverage
Version: 6.2+dfsg1-2
Severity: serious
Control: block 1021984 by -1
$ python3.11-coverage
Traceback (most recent call last):
File "/usr/bin/python3.11-coverage", line 33, in <module>
sys.exit(load_entry_point('coverage==6.2', 'console_scripts',
'python3.11-coverage')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/python3.11-coverage", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^
StopIteration
$
Caused by:
https://buildd.debian.org/status/fetch.php?pkg=python-coverage&arch=amd64&ver=6.2%2Bdfsg1-2%2Bb2&stamp=1668240618&raw=0
...
coverage/ctracer/tracer.c: In function ‘CTracer_handle_call’:
coverage/ctracer/util.h:20:42: error: ‘struct _PyInterpreterFrame’ has no
member named ‘f_lasti’
20 | #define MyFrame_lasti(f) ((f)->f_frame->f_lasti * 2)
| ^~
coverage/ctracer/tracer.c:526:9: note: in expansion of macro ‘MyFrame_lasti’
526 | if (MyFrame_lasti(frame) < 0) {
| ^~~~~~~~~~~~~
coverage/ctracer/tracer.c: In function ‘CTracer_handle_return’:
coverage/ctracer/tracer.c:692:56: error: ‘PyCodeObject’ has no member named
‘co_code’; did you mean ‘_co_code’?
692 | PyObject * pCode = MyFrame_GetCode(frame)->co_code;
| ^~~~~~~
| _co_code
coverage/ctracer/util.h:20:42: error: ‘struct _PyInterpreterFrame’ has no
member named ‘f_lasti’
20 | #define MyFrame_lasti(f) ((f)->f_frame->f_lasti * 2)
| ^~
coverage/ctracer/tracer.c:693:25: note: in expansion of macro ‘MyFrame_lasti’
693 | int lasti = MyFrame_lasti(frame);
| ^~~~~~~~~~~~~
**
** Couldn't install with extension module, trying without it...
** BuildFailed: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
**
...