Your message dated Fri, 7 Oct 2022 21:18:03 +0200
with message-id <a1a57449-b5b3-86c8-f696-674b05df0...@debian.org>
and subject line Re: python3-fast-histogram: Installation of the C extension
might be incorrect
has caused the Debian Bug report #1015929,
regarding python3-fast-histogram: Installation of the C extension might be
incorrect
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1015929: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015929
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-fast-histogram
Version: 0.11-1
Severity: serious
Package: python3-fast-histogram
Version: 0.9-2+b1
/usr/lib/python3/dist-packages/fast_histogram/_histogram_core.cpython-310-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/fast_histogram/_histogram_core.cpython-39-x86_64-linux-gnu.so
Package: python3-fast-histogram
Version: 0.11-1+b1
/usr/lib/python3/dist-packages/fast_histogram/_histogram_core.abi3.so
--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix
I think that this is not a bug: the fast-histogram extension is built
with the py_limited_api flag set. This flag declares that only the
Stable API of Python is used; see
https://docs.python.org/3/c-api/stable.html
For this reason, there is no need to build Python version specific
extensions; all versions are covered with the same one, as this is the
case here.
So, there is no need to change, and the bug can be closed.
--- End Message ---