URL: https://github.com/freeipa/freeipa/pull/5852 Author: fcami Title: #5852: rpcserver.py: perf_counter_ns is Python 3.7+ Action: opened
PR body: """ perf_counter_ns is only available in Python 3.7 and later. Define a lambda for 3.6 and lower.
Fixes: TBD Signed-off-by: François Cami fcami@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5852/head:pr5852 git checkout pr5852
URL: https://github.com/freeipa/freeipa/pull/5852 Author: fcami Title: #5852: rpcserver.py: perf_counter_ns is Python 3.7+ Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5852/head:pr5852 git checkout pr5852
freeipa-devel@lists.fedorahosted.org