View Git repositories

See all merge proposals.

Babeltrace has 3 active branches owned by 1 person and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://staging/~lttng/babeltrace/trunk 1 Development 2023-10-19 15:02:02 UTC
4514. fix: test_message_iterator.py hangs o...

Author: Simon Marchi
Revision Date: 2023-10-19 15:02:02 UTC

fix: test_message_iterator.py hangs on Python 3.12

Starting with Python 3.12, `None` is immortal: its refcount operations
are NO-OP and sys.getrefcount() will return a static value of UINT_MAX
on 64-bit and UINT_MAX >> 2 on 32-bit.

This basically transform `test_try_again_many_times` in an almost
infinite loop and hangs the testsuite.

Detect this by checking if the refcount on `None` is incremented after
assigning to a variable and skip the test if it's not the case.

See PEP-0683[1] for the gory details.

[1] https://peps.python.org/pep-0683/

Change-Id: Id07658245d524288ce7606cb0a011ad97068dad1
Signed-off-by: Michael Jeanson <mjeanson@debian.org>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10379
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>

lp://staging/~lttng/babeltrace/packaging-daily 1 Development 2016-04-23 14:51:52 UTC
40. Add libelf and libdw builddeps

Author: Michael Jeanson
Revision Date: 2016-04-23 14:51:52 UTC

Add libelf and libdw builddeps

lp://staging/~nuclearbob/babeltrace/packaging-daily (Has a merge proposal) 1 Development 2014-04-18 21:56:10 UTC
33. Added python3-config

Author: Max Brustkern
Revision Date: 2014-04-18 21:32:30 UTC

Added python3-config

13 of 3 results
You can't create new branches for Babeltrace.