petl-developers/petl

time.clock was removed in Python 3.8 in favor of time.perf_counter/time.process_time

Closed this issue · 1 comments

petl/util/timing.py
249:            before = time.clock()
254:            after = time.clock

Fixed in release v1.6.6.