** Changed in: apport
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051512
Title:
apport ftbfs with Python 3.12 as
** Also affects: apport
Importance: Undecided
Status: New
** Changed in: apport
Milestone: None => 2.28.0
** Changed in: apport
Status: New => Fix Committed
** Changed in: apport
Importance: Undecided => High
--
You received this bug notification because you are a membe
This bug was fixed in the package apport - 2.27.0-0ubuntu7
---
apport (2.27.0-0ubuntu7) noble; urgency=medium
[ Benjamin Drung ]
* Rely on pybuild in dh_auto_* targets
* Introduce the separate apport-core-dump-handler package that registers as
kernel crash dump handler. This
** Merge proposal linked:
https://code.launchpad.net/~ubuntu-core-dev/ubuntu/+source/apport/+git/apport/+merge/458513
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/b
After further investigations into the gzip issue in python 3.12, it
turns out there was an undocumented change: it is now a buffered writer.
So the fire&forget pattern used in the snippet above doesn't work
anymore, we now need to use it as a proper IO object instead.
I still think this should be
** Also affects: python3.12 (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
-debian/rules override_dh_auto_test
+ [Description]
+
+ Python 3.12 gzip.GZipFile.write() outputs truncated data in some cases
+ (maybe all?)
+
+ [Test Plan]
+
+ Run the following scrip
** Tags removed: rls-nn-incoming
** Tags added: foundations-todo
** Also affects: apport (Ubuntu Noble)
Importance: High
Status: Confirmed
** Also affects: python3-defaults (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are
After fixing uninitialized variable or ignoring linter, the following
test failures occur:
=== FAILURES ===
_ TestApportUnpack.test_unpack _
self =
def test_unpack(self):
8 matches
Mail list logo