You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time.CLOCK_BOOTTIME has been introduced with Python 3.7 only. SLE 15 SP4 & Leap 15.4 still only provide version 3.6.
Without proper handling an attribute error will be generated which will immediately terminate the session (while the daemon keeps running).
The text was updated successfully, but these errors were encountered:
e4t
added a commit
to e4t/oauth2-clientd
that referenced
this issue
Sep 8, 2022
time.CLOCK_BOOTTIME has only been introduced to the `time` module
with Python 3.7. To support older versions, provide a fallback to
time.CLOCK_MONOTONIC.
Fixesjeffmahoney#10
Signed-off-by: Egbert Eich <eich@suse.com>
e4t
linked a pull request
Sep 8, 2022
that will
close
this issue
time.CLOCK_BOOTTIME has been introduced with Python 3.7 only. SLE 15 SP4 & Leap 15.4 still only provide version 3.6.
Without proper handling an attribute error will be generated which will immediately terminate the session (while the daemon keeps running).
The text was updated successfully, but these errors were encountered: