gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
133 stars 33 forks source link

Replace deprecated clock() method by process_time() #29

Open laurent-girod opened 2 years ago

laurent-girod commented 2 years ago

Hello,

Some tests fail because the method time.clock() was removed from Python 3.8.

I replaced the calls to this method by time.process_time() to measure the processing time. Additionally, process_time() should have an identical behavior across OSes.

Best regards,

Laurent Girod

bamthomas commented 1 year ago

Hello, would it be possible to release petlib because as we cannot release with pypi when there is a github commit id, we have all our depencies that remains with github commits.

Thank you,

Best regards