-
-
Notifications
You must be signed in to change notification settings - Fork 899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace time.clock with perf_counter for py3 #638
Conversation
This comment has been minimized.
This comment has been minimized.
#662 uses Also, we don't currently have CI setup and I don't have easy access to a Windows machine. Will someone manually confirm that this code works as expected on Windows for Python 2.7 and a version of Python3 > 3.3. |
@rsyring I squashed the commits and tested on Windows PC, with Python 3.7.2 and Python 2.7.15, all pass. Thanks |
Great, thank you. I'll update the milestone to 2.4 as I see no reason to delay this. |
Would you mind rebasing this on the current Thanks. |
The command for that would be @rsyring I usually do this myself, as it's not a common thing for most PR authors to know. |
@davidism ok, I'll take care of it then. Thanks @frostming for the submission. |
original author: frostming refs #638
This comment has been minimized.
This comment has been minimized.
author: frostming Origin PR: #638
@davidism I merged this PR to the maintenance branch, after rebasing again, but the PR didn't pick up that the commit was merged. Let me know here or on Discord if you can tell what I did wrong. Closing this PR, but it was merged. |
Replace the timer to suppress the deprecation warning.