Attention is currently required from: fixeria.
1 comment:
Patchset:
Unfortunately os.timerfd_create() & friends are only available starting
from Python 3.13 . If this poses a problem it can be easily solved by
doing those timerfd related system calls in Cython, after we switch most
of the codebase to Cython later.
I filed
https://gerrit.osmocom.org/c/osmocom-bb/+/40092 trx_toolkit/_clck_gen: Unroll our own timerfd_* functions
to do that, so that fake_trx and clck_gen can again work on any py3 versions, not only on py3 ≥ 3.13 .
Hope it is ok.
To view, visit change 40047. To unsubscribe, or for help writing mail filters, visit settings.