Your message dated Sat, 26 Oct 2024 10:44:04 +0300
with message-id <[email protected]>
and subject line Re: Bug#1084556, Bug#1084570, Bug#1084576: tdb, talloc,
tevent: removal of Python standard libraries in Python 3.13
has caused the Debian Bug report #1084570,
regarding talloc: removal of Python standard libraries in Python 3.13
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 [email protected]
immediately.)
--
1084570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084570
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: talloc
Severity: important
User: [email protected]
Usertags: pep-594-deprecation-313
Dear maintainer(s),
Python 3.13 removes a large amount of so called 'dead battery' libraries
from the standard library. As such, code that imports these libraries
will no longer work in Python 3.13, which is the targeted version for
Trixie.
The following removed libraries were found in this package:
pipes: third_party/waf/waflib/extras/genpybind.py:2
See this link for more details:
https://peps.python.org/pep-0594/#deprecated-modules
Cheers,
--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Louis-Philippe Véronneau
⢿⡄⠘⠷⠚⠋ [email protected] / veronneau.org
⠈⠳⣄
--- End Message ---
--- Begin Message ---
All 3 bugs were filed for 3 sub-components of samba which inherits
samba build system, waf, where the usage of the deprecated/removed
`pipes' module is observed.
In samba, this waf feature/file/module is not used, so the issue
does not exist - samba just ships whole waf build system within
its source tarball, in third_party/waf/ directory, but uses just
the select parts of it, not all of it. In this case, the problem
file isn't even in core waf but in an extra code:
third_party/waf/waflib/extras/genpybind.py
Let's close these bug reports with "notabug" status.
For samba package though (#1084559 Cc'd), while the same situation
with waf remains (which is also not a bug), there's one more deprecated
python module which is actually in use - not in waf like in this case,
but in samba test suite - this is crypt. And this one is a bit more
difficult (and the file in question is shipped and used in samba-testsuite
debian package).
/mjt
--- End Message ---